Steve_M
TVWBB Guru
A couple of other observations.
The ~/heatermeter/openwrt/install.sh script references "patches/219-lucid-sysupgrade-url.patch", but the file in the patches dir is named 219-luci-sysupgrade-url.patch
You can replace the line
with
You will also need to change the line
to
The ~/heatermeter/openwrt/install.sh script references "patches/219-lucid-sysupgrade-url.patch", but the file in the patches dir is named 219-luci-sysupgrade-url.patch
You can replace the line
Code:
src-svn luci http://luci.subsignal.org/luci/tags/0.11.1/contrib/package
with
Code:
src-git luci http://github.com/openwrt/luci.git;luci-0.11
You will also need to change the line
Code:
LUCIP=$WRT_PATH/feeds/luci/luci/patches
to
Code:
LUCIP=$WRT_PATH/feeds/luci/patches