diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-14 23:33:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-14 23:33:35 +0000 |
commit | 94b38ec0fd82f35b05570154559dc71f4d828aaf (patch) | |
tree | 71f95c87a07619e5e936be06e144fce18edfaecd /include | |
parent | 4c693d4929b4c69489caed5fbc9d663225ddc62a (diff) | |
download | upstream-94b38ec0fd82f35b05570154559dc71f4d828aaf.tar.gz upstream-94b38ec0fd82f35b05570154559dc71f4d828aaf.tar.bz2 upstream-94b38ec0fd82f35b05570154559dc71f4d828aaf.zip |
enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS in a few relevant places
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31730 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 e5166fb784..61ae108d54 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 +DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg hotplug2 netifd # For router targets DEFAULT_PACKAGES.router:=dnsmasq iptables ppp ppp-mod-pppoe kmod-ipt-nathelper firewall DEFAULT_PACKAGES.bootloader:= |