1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:40:43 +03:00

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
This commit is contained in:
nico 2006-09-23 12:27:14 +00:00
parent 6cce178336
commit 20d716235f

View 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