From 6117c04c9416b295347fb45c37e430f01df1d0d9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 26 Jun 2010 20:42:38 +0000 Subject: remove linux 2.4 specific build system code SVN-Revision: 21951 --- include/target.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'include/target.mk') 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)) -- cgit v1.2.3