JiapengLi / OpenWrt-HiLink-HLK-RM04

OpenWrt patch and installation guide for HiLink HLK-RM04
openwrt.org
55 stars 33 forks source link

Can't find LuCI --> Collections --> luci #4

Closed acrobotic closed 10 years ago

acrobotic commented 10 years ago

I'm following the instructions on the README and I couldn't find the LuCI sub-menu. Any chance you could point me in the right direction?

JiapengLi commented 10 years ago

Did you run the commands:

./scripts/feeds update -a
./scripts/feeds install -a

Or you may try these commands altogether

rm -rf .config tmp
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig
acrobotic commented 10 years ago

I thought I did on my first attempt, but for whatever reason it hadn't pulled LuCI, thanks for the help!