aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-09-23 12:27:14 +0000
committerNicolas Thill <nico@openwrt.org>2006-09-23 12:27:14 +0000
commita92a3ce6fb76e50c7ea4d18feb1e5ad0b4258d77 (patch)
tree8f0273249c72318897a8a7820cd3269ddadc80fc
parentba8800ea22a9a949a332497dca581466514f2225 (diff)
downloadupstream-a92a3ce6fb76e50c7ea4d18feb1e5ad0b4258d77.tar.gz
upstream-a92a3ce6fb76e50c7ea4d18feb1e5ad0b4258d77.tar.bz2
upstream-a92a3ce6fb76e50c7ea4d18feb1e5ad0b4258d77.zip
standardize Makefile, change section from base to net
SVN-Revision: 4810
-rw-r--r--openwrt/package/ebtables/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/openwrt/package/ebtables/Makefile b/openwrt/package/ebtables/Makefile
index 7609fc7d46..4d5c99ff84 100644
--- a/openwrt/package/ebtables/Makefile
+++ b/openwrt/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