projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cpmac: patch to reimplement rx ring with EOQ markers to avoid reset storms (closes...
[openwrt.git]
/
package
/
bridge-utils
/
Makefile
diff --git
a/package/bridge-utils/Makefile
b/package/bridge-utils/Makefile
index
6b249ac
..
e9f2de5
100644
(file)
--- a/
package/bridge-utils/Makefile
+++ b/
package/bridge-utils/Makefile
@@
-23,13
+23,16
@@
define Package/bridge
SECTION:=net
CATEGORY:=Base system
TITLE:=Ethernet bridging configuration utility
SECTION:=net
CATEGORY:=Base system
TITLE:=Ethernet bridging configuration utility
- DESCRIPTION:=\
- Manage ethernet bridging: a way to connect networks together to \\\
- form a larger network.
URL:=http://bridge.sourceforge.net/
endef
URL:=http://bridge.sourceforge.net/
endef
-CONFIGURE_ARGS += --with-linux-headers="$(LINUX_DIR)"
+define Package/bridge/description
+ Manage ethernet bridging: a way to connect networks together to
+ form a larger network.
+endef
+
+CONFIGURE_ARGS += \
+ --with-linux-headers="$(LINUX_DIR)" \
define Package/bridge/install
$(INSTALL_DIR) $(1)/usr/sbin
define Package/bridge/install
$(INSTALL_DIR) $(1)/usr/sbin
This page took
0.019934 seconds
and
4
git commands to generate.