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 | 4a87a0464b6b3263e1fcb7e5a657f45e8385fb2a (patch) | |
tree | 0bbaafc9501b7ac373b5aac1d8894b4497b217e4 /include | |
parent | ba82fbff75b45fa16ed4d3c929ba6373b562f955 (diff) | |
download | upstream-4a87a0464b6b3263e1fcb7e5a657f45e8385fb2a.tar.gz upstream-4a87a0464b6b3263e1fcb7e5a657f45e8385fb2a.tar.bz2 upstream-4a87a0464b6b3263e1fcb7e5a657f45e8385fb2a.zip |
fix copy&paste mistake
SVN-Revision: 9551
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 |