From: Steven Barth <cyrus@openwrt.org>
Date: Thu, 29 Oct 2015 15:16:06 +0000 (+0000)
Subject: target: remove nathelpers from default images (legacy)
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=baa359f8e485d781fe01308f0bca7b769dc91491;p=openwrt%2Fstaging%2Fnbd.git

target: remove nathelpers from default images (legacy)

Signed-off-by: Steven Barth <steven@midlink.org>

SVN-Revision: 47280
---

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),)