diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-04 14:08:34 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-04 14:08:34 +0000 |
commit | 0308b905125fb0fe5a34285ffbd599bc8294aa25 (patch) | |
tree | ada2bd2ec5362c7dbdc24761a23127175df12ebf | |
parent | 5fed5c91f8e3295e98a3f2e4ce47c962fa22f42b (diff) |
contrib/package: make luci-theme-bootstrap the default
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index dc7a493e7..6f816caf4 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -585,7 +585,7 @@ endef $(eval $(call collection,,\ Standard OpenWrt set including full admin with ppp support and the \ default OpenWrt theme,\ - +uhttpd +uhttpd-mod-ubus +luci-mod-admin-full +luci-theme-openwrt \ + +uhttpd +uhttpd-mod-ubus +luci-mod-admin-full +luci-theme-bootstrap \ +luci-app-firewall +luci-proto-core +luci-proto-ppp +libiwinfo-lua)) $(eval $(call collection,ssl,\ |