projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba8800e
)
standardize Makefile, change section from base to net
author
Nicolas Thill
<nico@openwrt.org>
Sat, 23 Sep 2006 12:27:14 +0000
(12:27 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 23 Sep 2006 12:27:14 +0000
(12:27 +0000)
SVN-Revision: 4810
openwrt/package/ebtables/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/ebtables/Makefile
b/openwrt/package/ebtables/Makefile
index 7609fc7d46d40d2236c05527d1e8165604844ba9..4d5c99ff84903ea084157d89b95808c9d65c3789 100644
(file)
--- 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