diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-07 02:49:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-07 02:49:24 +0000 |
commit | 504eda0da94790e9e888ce095a31e0aa7617932c (patch) | |
tree | 74c71661d81e2c5e54326201bc2ce76e00fd4673 /include | |
parent | 0ca2b7f92cc00ad95420afd46f5e8f70baf93d42 (diff) | |
download | master-31e0f0ae-504eda0da94790e9e888ce095a31e0aa7617932c.tar.gz master-31e0f0ae-504eda0da94790e9e888ce095a31e0aa7617932c.tar.bz2 master-31e0f0ae-504eda0da94790e9e888ce095a31e0aa7617932c.zip |
hotplug2: replace udevtrigger from the udev-106 source with a much smaller self-contained, stripped-down version
SVN-Revision: 25920
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 5b7b047f19..ef5a65665c 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 libc libgcc busybox dropbear mtd uci opkg udevtrigger hotplug2 +DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg hotplug2 # For router targets DEFAULT_PACKAGES.router:=dnsmasq iptables ppp ppp-mod-pppoe kmod-ipt-nathelper firewall DEFAULT_PACKAGES.bootloader:= |