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 | f89b3d42e86afdb8a28b62e2cb90ce0ad2075927 (patch) | |
tree | 0c18d59904b506264108d72baf68180a5b39acd1 | |
parent | c9926f77b450d45fa30356fa77d6477356982ab5 (diff) | |
download | upstream-f89b3d42e86afdb8a28b62e2cb90ce0ad2075927.tar.gz upstream-f89b3d42e86afdb8a28b62e2cb90ce0ad2075927.tar.bz2 upstream-f89b3d42e86afdb8a28b62e2cb90ce0ad2075927.zip |
build: remove hotplug2 from DEFAULT_PACKAGES
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37132
-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:= |