diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-12-09 13:36:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-12-09 13:36:35 +0000 |
commit | 1ab62895f7e9a704808b4f446a673f6687fadb65 (patch) | |
tree | 4743363cdbeba0a3a4a39d8093722bd7f2dd95ef /package/iptables/Makefile | |
parent | 77c391b8b1897202628a48cbd8b3ce5dcb42e5af (diff) | |
download | upstream-1ab62895f7e9a704808b4f446a673f6687fadb65.tar.gz upstream-1ab62895f7e9a704808b4f446a673f6687fadb65.tar.bz2 upstream-1ab62895f7e9a704808b4f446a673f6687fadb65.zip |
iptables: move to 'Network' in menuconfig
SVN-Revision: 18713
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r-- | package/iptables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 7c3d4b385e..b4e2554351 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -33,7 +33,7 @@ endif define Package/iptables/Default SECTION:=net - CATEGORY:=Base system + CATEGORY:=Network URL:=http://netfilter.org/ endef |