diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-11-06 19:36:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-11-06 19:36:08 +0000 |
commit | 2c638cf43bb61b33f581bd057441418a30b39dc4 (patch) | |
tree | cad098a06ba6ccc31c84b1dc2249da3466d03caa | |
parent | 03daa9a28d311595f3d6c95768d2e953f31c4601 (diff) | |
download | upstream-2c638cf43bb61b33f581bd057441418a30b39dc4.tar.gz upstream-2c638cf43bb61b33f581bd057441418a30b39dc4.tar.bz2 upstream-2c638cf43bb61b33f581bd057441418a30b39dc4.zip |
enable luci-admin-mini by default as suggested by cyrus
SVN-Revision: 13133
-rw-r--r-- | include/target.mk | 2 |
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) |