projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix id tag
[openwrt.git]
/
openwrt
/
target
/
linux
/
brcm-2.4
/
Makefile
diff --git
a/openwrt/target/linux/brcm-2.4/Makefile
b/openwrt/target/linux/brcm-2.4/Makefile
index
435b542
..
33d5f1b
100644
(file)
--- 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) -
$(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
# copy binary wlan driver
mkdir -p $(LINUX_DIR)/drivers/net/wl
cp -fpR $(BUILD_DIR)/wl/*.o $(LINUX_DIR)/drivers/net/wl
This page took
0.0196 seconds
and
4
git commands to generate.