upgrade to bridge-utils 1.0.4

SVN-Revision: 176
This commit is contained in:
Imre Kaloz 2004-11-15 08:19:53 +00:00
parent 4b8f71bf09
commit 2bcc5a17ef
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ ifeq ($(strip $(USE_BRIDGE_VERSION)),)
USE_BRIDGE_VERSION=0.9.7
endif
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_TARGET_BINARY:=usr/sbin/brctl
@ -40,7 +40,7 @@ $(BRIDGE_BUILD_DIR)/.configured: $(BRIDGE_BUILD_DIR)/.unpacked
--mandir=/usr/man \
--infodir=/usr/info \
$(DISABLE_NLS) \
--with-linux=$(LINUX_DIR) \
--with-linux-headers=$(LINUX_DIR) \
);
touch $(BRIDGE_BUILD_DIR)/.configured