diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-02-03 07:30:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-02-03 07:30:39 +0000 |
commit | f09555425c9b92513b585d5728b49ba77b438ba5 (patch) | |
tree | 116d66b38b88b72114322cd40cacfe8367e5e834 /include/target.mk | |
parent | 1f224fac8a0e11b3ae45a2755f3880d0043aa762 (diff) | |
download | upstream-f09555425c9b92513b585d5728b49ba77b438ba5.tar.gz upstream-f09555425c9b92513b585d5728b49ba77b438ba5.tar.bz2 upstream-f09555425c9b92513b585d5728b49ba77b438ba5.zip |
enable uci by default
SVN-Revision: 10369
Diffstat (limited to 'include/target.mk')
-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 ef3f1dbbe0..4f10a3db2b 100644 --- a/include/target.mk +++ b/include/target.mk @@ -12,7 +12,7 @@ __target_inc=1 DEVICE_TYPE?=router # Default packages - the really basic set -DEFAULT_PACKAGES:=base-files libgcc uclibc busybox dropbear mtd +DEFAULT_PACKAGES:=base-files libgcc uclibc busybox dropbear mtd uci # For router targets DEFAULT_PACKAGES.router:=dnsmasq iptables ppp ppp-mod-pppoe iptables kmod-ipt-nathelper bridge |