diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-06-04 12:21:52 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-06-04 12:21:52 +0000 |
commit | b721c9222110f0bbf2203da602f60ac0ec6f32ff (patch) | |
tree | f2e8a3de87e2d15cb5a674596bc8b26f2241d0e1 /include/target.mk | |
parent | 0dd6753c09a91d9046f9508f6f02c58212df8e5e (diff) | |
download | master-31e0f0ae-b721c9222110f0bbf2203da602f60ac0ec6f32ff.tar.gz master-31e0f0ae-b721c9222110f0bbf2203da602f60ac0ec6f32ff.tar.bz2 master-31e0f0ae-b721c9222110f0bbf2203da602f60ac0ec6f32ff.zip |
firewall3: rename to firewall, move into base system menu, update to git head with compatibility fixes for AA
SVN-Revision: 36838
Diffstat (limited to 'include/target.mk')
-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 6774076f91..c1768023e8 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 ip6tables ppp ppp-mod-pppoe kmod-ipt-nathelper firewall3 6relayd odhcp6c +DEFAULT_PACKAGES.router:=dnsmasq iptables ip6tables ppp ppp-mod-pppoe kmod-ipt-nathelper firewall 6relayd odhcp6c DEFAULT_PACKAGES.bootloader:= ifneq ($(DUMP),) |