summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-11-06 19:36:08 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-11-06 19:36:08 +0000
commit2c638cf43bb61b33f581bd057441418a30b39dc4 (patch)
treecad098a06ba6ccc31c84b1dc2249da3466d03caa /include
parent03daa9a28d311595f3d6c95768d2e953f31c4601 (diff)
downloadmaster-31e0f0ae-2c638cf43bb61b33f581bd057441418a30b39dc4.tar.gz
master-31e0f0ae-2c638cf43bb61b33f581bd057441418a30b39dc4.tar.bz2
master-31e0f0ae-2c638cf43bb61b33f581bd057441418a30b39dc4.zip
enable luci-admin-mini by default as suggested by cyrus
SVN-Revision: 13133
Diffstat (limited to 'include')
-rw-r--r--include/target.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk
index f34cf5b32e..f3826b1865 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -16,7 +16,7 @@ DEFAULT_PACKAGES:=base-files libgcc uclibc busybox dropbear mtd uci opkg
# For router targets
DEFAULT_PACKAGES.router:=dnsmasq iptables ppp ppp-mod-pppoe kmod-ipt-nathelper bridge firewall
# LuCI
-DEFAULT_PACKAGES.router+=luci-admin-full luci-i18n-english luci-app-firewall luci-sgi-cgi
+DEFAULT_PACKAGES.router+=luci-admin-full luci-admin-mini luci-i18n-english luci-app-firewall luci-sgi-cgi
# Additional packages for Linux 2.6
ifneq ($(KERNEL),2.4)