diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-10-29 15:16:06 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-10-29 15:16:06 +0000 |
commit | baa359f8e485d781fe01308f0bca7b769dc91491 (patch) | |
tree | ef22d990990572e89e6ad212299c75202b8fb88d /include | |
parent | c7b582203107792530c653488260ee470fd8e4c2 (diff) | |
download | upstream-baa359f8e485d781fe01308f0bca7b769dc91491.tar.gz upstream-baa359f8e485d781fe01308f0bca7b769dc91491.tar.bz2 upstream-baa359f8e485d781fe01308f0bca7b769dc91491.zip |
target: remove nathelpers from default images (legacy)
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 47280
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 3e7f17d57e..f8c0d2386d 100644 --- a/include/target.mk +++ b/include/target.mk @@ -16,7 +16,7 @@ DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fs # For nas targets DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm # For router targets -DEFAULT_PACKAGES.router:=dnsmasq iptables ip6tables ppp ppp-mod-pppoe kmod-nf-nathelper firewall odhcpd odhcp6c +DEFAULT_PACKAGES.router:=dnsmasq iptables ip6tables ppp ppp-mod-pppoe firewall odhcpd odhcp6c DEFAULT_PACKAGES.bootloader:= ifneq ($(DUMP),) |