diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-03-05 13:41:56 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-03-05 13:41:56 +0000 |
commit | 9ee69a94b7a0e2ca3c99c0d12df618a044a7ead7 (patch) | |
tree | 75daaf47bccad72a13550025aff246ac0cfea20f /include | |
parent | fa1749e6683823f7fd00109e33fb777f3a89b9ad (diff) | |
download | upstream-9ee69a94b7a0e2ca3c99c0d12df618a044a7ead7.tar.gz upstream-9ee69a94b7a0e2ca3c99c0d12df618a044a7ead7.tar.bz2 upstream-9ee69a94b7a0e2ca3c99c0d12df618a044a7ead7.zip |
include: make firewall3 the default
SVN-Revision: 35888
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 4f31aaf170..6d905ade2f 100644 --- a/include/target.mk +++ b/include/target.mk @@ -14,7 +14,7 @@ DEVICE_TYPE?=router # Default packages - the really basic set 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.router:=dnsmasq iptables ppp ppp-mod-pppoe kmod-ipt-nathelper firewall3 DEFAULT_PACKAGES.bootloader:= ifneq ($(DUMP),) |