466cb4531d
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
19 lines
588 B
Makefile
19 lines
588 B
Makefile
#############################################################
|
|
#
|
|
# 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))
|