1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-05 22:54:46 +03:00

create package directory in target/linux/*/prepare

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2905 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-01-11 12:24:49 +00:00
parent f41cec7085
commit 24bd474cb8

View File

@ -84,7 +84,7 @@ $(KERNEL_IPKG):
$(IPKG_BUILD) $(KERNEL_IDIR) $(LINUX_BUILD_DIR) $(MAKE_TRACE)
source: $(DL_DIR)/$(LINUX_SOURCE)
prepare: $(LINUX_DIR)/.configured
prepare: $(PACKAGE_DIR) $(LINUX_DIR)/.configured
compile:
$(MAKE) $(STAMP_DIR)/.linux-compile $(MAKE_TRACE)