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/Makefile | |
| 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/Makefile')
| -rw-r--r-- | target/linux/linux-2.4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/linux-2.4/Makefile b/target/linux/linux-2.4/Makefile index 6f08cf67cca..6657fa8265b 100644 --- a/target/linux/linux-2.4/Makefile +++ b/target/linux/linux-2.4/Makefile @@ -148,7 +148,7 @@ $(TARGETS): $(PACKAGE_DIR) $(PACKAGE_DIR): mkdir -p $(PACKAGE_DIR) -$(LINUX_DIR)/.unpacked: $(DL_DIR)/$(LINUX_SOURCE) $(DL_DIR)/$(LINUX_BINARY_WL_DRIVER) $(DL_DIR)/$(LINUX_ET_DRIVER) +$(LINUX_DIR)/.unpacked: $(DL_DIR)/$(LINUX_SOURCE) -mkdir -p $(LINUX_BUILD_DIR) bzcat $(DL_DIR)/$(LINUX_SOURCE) | tar -C $(LINUX_BUILD_DIR) $(TAR_OPTIONS) - rm -f $(LINUX_DIR) |
