standardize Makefile, change section from base to net
authorNicolas Thill <nico@openwrt.org>
Sat, 23 Sep 2006 12:27:14 +0000 (12:27 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 23 Sep 2006 12:27:14 +0000 (12:27 +0000)
SVN-Revision: 4810

openwrt/package/ebtables/Makefile

index 7609fc7d46d40d2236c05527d1e8165604844ba9..4d5c99ff84903ea084157d89b95808c9d65c3789 100644 (file)
@@ -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