1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

fix linux kernel build

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1157 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2005-06-05 22:21:27 +00:00
parent 42b3d86ec5
commit db608a2c2a
2 changed files with 5 additions and 4 deletions

View File

@@ -213,8 +213,7 @@ $(TARGET_MODULES_DIR):
source: $(DL_DIR)/$(LINUX_SOURCE)
prepare: $(LINUX_DIR)/.configured
compile: $(LINUX_DIR)/.modules_done $(TARGETS)
rm -f $(LINUX_DIR)
ln -s $(LINUX_BUILD_DIR)/linux-$(LINUX_VERSION) $(LINUX_DIR)
ln -sf $(LINUX_BUILD_DIR)/linux-$(LINUX_VERSION) $(LINUX_DIR)
$(MAKE) -C $(TOPDIR)/target/linux/package \
TARGET_DIR="$(LINUX_TARGET_DIR)" \
BUILD_DIR="$(LINUX_BUILD_DIR)" \