upgrade to bridge-utils 1.0.4

SVN-Revision: 176
v19.07.3_mercusys_ac12_duma
Imre Kaloz 20 years ago
parent 4b8f71bf09
commit 2bcc5a17ef

@ -8,7 +8,7 @@ ifeq ($(strip $(USE_BRIDGE_VERSION)),)
USE_BRIDGE_VERSION=0.9.7 USE_BRIDGE_VERSION=0.9.7
endif endif
BRIDGE_SOURCE_URL=http://dl.sourceforge.net/sourceforge/bridge/ BRIDGE_SOURCE_URL=http://dl.sourceforge.net/sourceforge/bridge/
BRIDGE_SOURCE=bridge-utils-$(USE_BRIDGE_VERSION).tgz BRIDGE_SOURCE=bridge-utils-$(USE_BRIDGE_VERSION).tar.gz
BRIDGE_BUILD_DIR=$(BUILD_DIR)/bridge-utils-$(USE_BRIDGE_VERSION) BRIDGE_BUILD_DIR=$(BUILD_DIR)/bridge-utils-$(USE_BRIDGE_VERSION)
BRIDGE_TARGET_BINARY:=usr/sbin/brctl BRIDGE_TARGET_BINARY:=usr/sbin/brctl
@ -40,7 +40,7 @@ $(BRIDGE_BUILD_DIR)/.configured: $(BRIDGE_BUILD_DIR)/.unpacked
--mandir=/usr/man \ --mandir=/usr/man \
--infodir=/usr/info \ --infodir=/usr/info \
$(DISABLE_NLS) \ $(DISABLE_NLS) \
--with-linux=$(LINUX_DIR) \ --with-linux-headers=$(LINUX_DIR) \
); );
touch $(BRIDGE_BUILD_DIR)/.configured touch $(BRIDGE_BUILD_DIR)/.configured

Loading…
Cancel
Save