From 5f9adc4a470cf6d8341663661a97e0d3388ccb13 Mon Sep 17 00:00:00 2001 From: Rich Brown Date: Tue, 5 May 2015 14:15:26 -0400 Subject: [PATCH] Add luci to the set of packages. This won't hurt if it's already installed; makes it easier on CC images --- config-openwrt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config-openwrt.sh b/config-openwrt.sh index beb319a..94c8b5d 100755 --- a/config-openwrt.sh +++ b/config-openwrt.sh @@ -64,6 +64,7 @@ # updating/installing them a second time. # echo 'Updating software packages' # opkg update # retrieve updated packages +# opkg install luci # install the web GUI # opkg install snmpd fprobe # install snmpd & fprobe # opkg install luci-app-sqm # install the SQM modules to get fq_codel etc # opkg install ppp-mod-pppoe # install PPPoE module