From a62a962d1e10a4ade8e9436db8990f42d0c87bee Mon Sep 17 00:00:00 2001 From: cyrus Date: Thu, 29 Oct 2015 15:16:06 +0000 Subject: [PATCH] target: remove nathelpers from default images (legacy) Signed-off-by: Steven Barth git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47280 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),) -- 2.11.0