standardize Makefile, change section from base to net
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 23 Sep 2006 12:27:14 +0000 (12:27 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 23 Sep 2006 12:27:14 +0000 (12:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4810 3c298f89-4303-0410-b956-a3cf2f4a3e73

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