diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-06 19:23:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-06 19:23:18 +0000 |
commit | 9e9e35a080a0dcebc36c9d77b06f25ac4ea1f123 (patch) | |
tree | e2682d103578d4b6b4b160d6c4b2f129bf941ef4 /target/linux/linux-2.4/broadcom.mk | |
parent | 80371fe03c889e9241fded589d76d1e8a591ffa7 (diff) | |
download | upstream-9e9e35a080a0dcebc36c9d77b06f25ac4ea1f123.tar.gz upstream-9e9e35a080a0dcebc36c9d77b06f25ac4ea1f123.tar.bz2 upstream-9e9e35a080a0dcebc36c9d77b06f25ac4ea1f123.zip |
fix ar7 config dependencies in linux-2.4 directory
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1364 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/linux-2.4/broadcom.mk')
-rw-r--r-- | target/linux/linux-2.4/broadcom.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/linux-2.4/broadcom.mk b/target/linux/linux-2.4/broadcom.mk index 8609d15443..521c0aff25 100644 --- a/target/linux/linux-2.4/broadcom.mk +++ b/target/linux/linux-2.4/broadcom.mk @@ -34,6 +34,7 @@ $(DL_DIR)/$(LINUX_BINARY_WL_DRIVER): $(DL_DIR)/$(LINUX_ET_DRIVER): $(SCRIPT_DIR)/download.pl $(DL_DIR) $(LINUX_ET_DRIVER) $(LINUX_ET_MD5SUM) $(LINUX_BINARY_DRIVER_SITE) +$(LINUX_DIR)/.unpacked: $(DL_DIR)/$(LINUX_BINARY_WL_DRIVER) $(DL_DIR)/$(LINUX_ET_DRIVER) $(LINUX_DIR)/.depend_done: $(LINUX_DIR)/.drivers-unpacked $(LINUX_DIR)/.modules_done: $(LINUX_DIR)/.drivers-unpacked |