mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
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:
parent
11bdfeaf3b
commit
53b2602296
@ -1,4 +1,4 @@
|
|||||||
config BR2_PACKAGE_BRIDGE
|
config BR2_PACKAGE_BRIDGE_UTILS
|
||||||
bool "bridge-utils"
|
bool "bridge-utils"
|
||||||
help
|
help
|
||||||
Manage ethernet bridging; a way to connect networks together to
|
Manage ethernet bridging; a way to connect networks together to
|
||||||
|
18
package/bridge-utils/bridge-utils.mk
Normal file
18
package/bridge-utils/bridge-utils.mk
Normal 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))
|
@ -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))
|
|
Loading…
x
Reference in New Issue
Block a user