mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
bridge-utils: bump to version 1.5
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
951574555c
commit
466cb4531d
@ -4,4 +4,4 @@ config BR2_PACKAGE_BRIDGE
|
|||||||
Manage ethernet bridging; a way to connect networks together to
|
Manage ethernet bridging; a way to connect networks together to
|
||||||
form a larger network.
|
form a larger network.
|
||||||
|
|
||||||
http://bridge.sourceforge.net/
|
http://linux-net.osdl.org/index.php/Bridge
|
||||||
|
@ -1,20 +1,18 @@
|
|||||||
#############################################################
|
#############################################################
|
||||||
#
|
#
|
||||||
# bridge-utils - User Space Program For Controlling Bridging
|
# bridge-utils
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
#
|
|
||||||
BRIDGE_VERSION:=1.4
|
BRIDGE_VERSION = 1.5
|
||||||
BRIDGE_SOURCE:=bridge-utils-$(BRIDGE_VERSION).tar.gz
|
BRIDGE_SOURCE = bridge-utils-$(BRIDGE_VERSION).tar.gz
|
||||||
BRIDGE_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/bridge/
|
BRIDGE_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/bridge
|
||||||
BRIDGE_AUTORECONF:=YES
|
BRIDGE_AUTORECONF = YES
|
||||||
BRIDGE_INSTALL_STAGING:=NO
|
BRIDGE_CONF_OPT = --with-linux-headers=$(LINUX_HEADERS_DIR)
|
||||||
BRIDGE_INSTALL_TARGET:=YES
|
|
||||||
BRIDGE_CONF_OPT:=--with-linux-headers=$(LINUX_HEADERS_DIR)
|
|
||||||
|
|
||||||
define BRIDGE_UNINSTALL_TARGET_CMDS
|
define BRIDGE_UNINSTALL_TARGET_CMDS
|
||||||
rm -f $(addprefix $(TARGET_DIR)/usr/,lib/libbridge.a \
|
rm -f $(addprefix $(TARGET_DIR)/usr/,lib/libbridge.a \
|
||||||
include/libbridge.h man/man8/brctl.8 sbin/brctl)
|
include/libbridge.h share/man/man8/brctl.8 sbin/brctl)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,bridge))
|
$(eval $(call AUTOTARGETS,package,bridge))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user