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 | 42a76d863e4476774e77fa2ceb5dfcffb7cea829 (patch) | |
tree | 517213e0b8372a475cc9b739611d2d5eab7e898a /include | |
parent | db8dc69aef73c6448242027c00fe031ef5dd6257 (diff) | |
download | upstream-42a76d863e4476774e77fa2ceb5dfcffb7cea829.tar.gz upstream-42a76d863e4476774e77fa2ceb5dfcffb7cea829.tar.bz2 upstream-42a76d863e4476774e77fa2ceb5dfcffb7cea829.zip |
enable uci by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10369 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-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 |