projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
standardize Makefile, change section from base to net
[openwrt.git]
/
package
/
ebtables
/
Makefile
diff --git
a/package/ebtables/Makefile
b/package/ebtables/Makefile
index
7609fc7
..
4d5c99f
100644
(file)
--- a/
package/ebtables/Makefile
+++ b/
package/ebtables/Makefile
@@
-21,11
+21,10
@@
PKG_CAT:=zcat
include $(INCLUDE_DIR)/package.mk
define Package/ebtables
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
endef
define Package/ebtables/install
This page took
0.027708 seconds
and
4
git commands to generate.