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:
Gustavo Zacarias 2011-05-06 11:04:45 -03:00 committed by Peter Korsgaard
parent 951574555c
commit 466cb4531d
2 changed files with 9 additions and 11 deletions

View File

@ -4,4 +4,4 @@ config BR2_PACKAGE_BRIDGE
Manage ethernet bridging; a way to connect networks together to
form a larger network.
http://bridge.sourceforge.net/
http://linux-net.osdl.org/index.php/Bridge

View File

@ -1,20 +1,18 @@
#############################################################
#
# bridge-utils - User Space Program For Controlling Bridging
# bridge-utils
#
#############################################################
#
BRIDGE_VERSION:=1.4
BRIDGE_SOURCE:=bridge-utils-$(BRIDGE_VERSION).tar.gz
BRIDGE_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/bridge/
BRIDGE_AUTORECONF:=YES
BRIDGE_INSTALL_STAGING:=NO
BRIDGE_INSTALL_TARGET:=YES
BRIDGE_CONF_OPT:=--with-linux-headers=$(LINUX_HEADERS_DIR)
BRIDGE_VERSION = 1.5
BRIDGE_SOURCE = bridge-utils-$(BRIDGE_VERSION).tar.gz
BRIDGE_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/bridge
BRIDGE_AUTORECONF = YES
BRIDGE_CONF_OPT = --with-linux-headers=$(LINUX_HEADERS_DIR)
define BRIDGE_UNINSTALL_TARGET_CMDS
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
$(eval $(call AUTOTARGETS,package,bridge))