summaryrefslogtreecommitdiffstats
path: root/package/ebtables
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-09-23 12:27:14 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-09-23 12:27:14 +0000
commit20d716235f2ebcd00315f50d52f388ab337f81ff (patch)
treeb27008c03f65f204284b3639a9dde435d020a2b0 /package/ebtables
parent6cce178336ae64d1990d3172b7539b1d8953cba1 (diff)
standardize Makefile, change section from base to net
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4810 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ebtables')
-rw-r--r--package/ebtables/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile
index 7609fc7d4..4d5c99ff8 100644
--- a/package/ebtables/Makefile
+++ b/package/ebtables/Makefile
@@ -21,11 +21,10 @@ PKG_CAT:=zcat
include $(INCLUDE_DIR)/package.mk
define Package/ebtables
-SECTION:=base
-CATEGORY:=Network
-TITLE:=Ethernet bridge firewall administration utility
-DESCRIPTION:=Ethernet Bridge Firewalling (ebtables)
-URL:=http://ebtables.sourceforge.net/
+ SECTION:=net
+ CATEGORY:=Network
+ TITLE:=Ethernet bridge firewall administration utility
+ URL:=http://ebtables.sourceforge.net/
endef
define Package/ebtables/install