bridge-utils: normalize package name

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Thomas Petazzoni 2011-09-19 22:53:07 +02:00 committed by Peter Korsgaard
parent 11bdfeaf3b
commit 53b2602296
4 changed files with 19 additions and 19 deletions

View File

@ -1,4 +1,4 @@
config BR2_PACKAGE_BRIDGE
config BR2_PACKAGE_BRIDGE_UTILS
bool "bridge-utils"
help
Manage ethernet bridging; a way to connect networks together to

View File

@ -0,0 +1,18 @@
#############################################################
#
# bridge-utils
#
#############################################################
BRIDGE_UTILS_VERSION = 1.5
BRIDGE_UTILS_SOURCE = bridge-utils-$(BRIDGE_UTILS_VERSION).tar.gz
BRIDGE_UTILS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/bridge
BRIDGE_UTILS_AUTORECONF = YES
BRIDGE_UTILS_CONF_OPT = --with-linux-headers=$(LINUX_HEADERS_DIR)
define BRIDGE_UTILS_UNINSTALL_TARGET_CMDS
rm -f $(addprefix $(TARGET_DIR)/usr/,lib/libbridge.a \
include/libbridge.h share/man/man8/brctl.8 sbin/brctl)
endef
$(eval $(call AUTOTARGETS,package,bridge-utils))

View File

@ -1,18 +0,0 @@
#############################################################
#
# bridge-utils
#
#############################################################
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 share/man/man8/brctl.8 sbin/brctl)
endef
$(eval $(call AUTOTARGETS,package,bridge))