diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-11-15 12:35:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-11-15 12:35:51 +0000 |
commit | 4992bf6ce541c15729e1fe9a1e57bc75c5d77c3f (patch) | |
tree | 753854a1af4010d336fed70320a4ca5efd84381a /include | |
parent | d7b5d927c7a02b605fc4d90d7b4bf561225dd999 (diff) | |
download | upstream-4992bf6ce541c15729e1fe9a1e57bc75c5d77c3f.tar.gz upstream-4992bf6ce541c15729e1fe9a1e57bc75c5d77c3f.tar.bz2 upstream-4992bf6ce541c15729e1fe9a1e57bc75c5d77c3f.zip |
fix copy&paste mistake
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9551 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 09a3f79af9..ef3f1dbbe0 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 mtd +DEFAULT_PACKAGES:=base-files libgcc uclibc busybox dropbear mtd # For router targets DEFAULT_PACKAGES.router:=dnsmasq iptables ppp ppp-mod-pppoe iptables kmod-ipt-nathelper bridge |