From 203cccc4a22bc62775e930f957baab9dcac5cfcb Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 4 Mar 2007 20:31:53 +0000 Subject: nuke mdev and replace it with hotplug2 :) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6512 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/kernel-build.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/kernel-build.mk b/include/kernel-build.mk index 93bf66dbc..3193e9d18 100644 --- a/include/kernel-build.mk +++ b/include/kernel-build.mk @@ -37,6 +37,9 @@ FEATURES:=$(sort $(FEATURES)) # For target profile selection - the default set DEFAULT_PACKAGES:=base-files libgcc uclibc bridge busybox dnsmasq dropbear iptables mtd ppp ppp-mod-pppoe mtd kmod-ipt-nathelper +ifneq ($(KERNEL),2.4) + DEFAULT_PACKAGES+=udevtrigger hotplug2 +endif ifeq ($(DUMP),1) all: dumpinfo -- cgit v1.2.3