From eff440408d869b155bd02a75a185e4a55a09571f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 13 Jan 2006 22:43:18 +0000 Subject: [PATCH] remove old ET driver reference SVN-Revision: 2962 --- openwrt/target/linux/brcm-2.4/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/openwrt/target/linux/brcm-2.4/Makefile b/openwrt/target/linux/brcm-2.4/Makefile index 435b542df3..33d5f1b835 100644 --- a/openwrt/target/linux/brcm-2.4/Makefile +++ b/openwrt/target/linux/brcm-2.4/Makefile @@ -54,7 +54,6 @@ $(STAMP_DIR)/.linux-compile: $(LINUX_DIR)/.drivers-installed $(LINUX_DIR)/.drivers-unpacked: $(LINUX_DIR)/.unpacked -mkdir -p $(BUILD_DIR) zcat $(DL_DIR)/$(LINUX_BINARY_WL_DRIVER) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - - zcat $(DL_DIR)/$(LINUX_ET_DRIVER) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - # copy binary wlan driver mkdir -p $(LINUX_DIR)/drivers/net/wl cp -fpR $(BUILD_DIR)/wl/*.o $(LINUX_DIR)/drivers/net/wl -- 2.30.2