diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-06-26 20:42:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-06-26 20:42:38 +0000 |
commit | 67fbcc7bd42cc07b1f3c6b5c9f2db37647178f25 (patch) | |
tree | 8a57cb0af867ef21939dc43e343fbfe2e89b5656 /include/target.mk | |
parent | ffbb7d549716273d8089118bbe2575d557cc1204 (diff) | |
download | upstream-67fbcc7bd42cc07b1f3c6b5c9f2db37647178f25.tar.gz upstream-67fbcc7bd42cc07b1f3c6b5c9f2db37647178f25.tar.bz2 upstream-67fbcc7bd42cc07b1f3c6b5c9f2db37647178f25.zip |
remove linux 2.4 specific build system code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21951 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/target.mk')
-rw-r--r-- | include/target.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/target.mk b/include/target.mk index 5eb8547cc2..ae20bc9345 100644 --- a/include/target.mk +++ b/include/target.mk @@ -12,16 +12,11 @@ __target_inc=1 DEVICE_TYPE?=router # Default packages - the really basic set -DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg +DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg udevtrigger hotplug2 # For router targets DEFAULT_PACKAGES.router:=dnsmasq iptables ppp ppp-mod-pppoe kmod-ipt-nathelper firewall DEFAULT_PACKAGES.bootloader:= -# Additional packages for Linux 2.6 -ifneq ($(KERNEL),2.4) - DEFAULT_PACKAGES += udevtrigger hotplug2 -endif - # Add device specific packages DEFAULT_PACKAGES += $(DEFAULT_PACKAGES.$(DEVICE_TYPE)) |