diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-09-23 12:27:14 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-09-23 12:27:14 +0000 |
commit | 20d716235f2ebcd00315f50d52f388ab337f81ff (patch) | |
tree | b27008c03f65f204284b3639a9dde435d020a2b0 | |
parent | 6cce178336ae64d1990d3172b7539b1d8953cba1 (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
-rw-r--r-- | package/ebtables/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile index 7609fc7d46..4d5c99ff84 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 |