diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-02 11:14:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-02 11:14:15 +0000 |
commit | 9dd51a42da04f97b660009750d1094adb3a0ec3d (patch) | |
tree | ba85809bc7bc13fa58aa9a92eaec60f2dd4bad0c | |
parent | e29dea1e320c49d971387fd8f6ba3829e777fcae (diff) | |
download | upstream-9dd51a42da04f97b660009750d1094adb3a0ec3d.tar.gz upstream-9dd51a42da04f97b660009750d1094adb3a0ec3d.tar.bz2 upstream-9dd51a42da04f97b660009750d1094adb3a0ec3d.zip |
build: remove hotplug2 from DEFAULT_PACKAGES
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37132 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 c1768023e8..7a704e2206 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 hotplug2 netifd +DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd # For router targets DEFAULT_PACKAGES.router:=dnsmasq iptables ip6tables ppp ppp-mod-pppoe kmod-ipt-nathelper firewall 6relayd odhcp6c DEFAULT_PACKAGES.bootloader:= |