mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-10 23:12:48 +00:00
create package directory in target/linux/*/prepare
SVN-Revision: 2905
This commit is contained in:
parent
7ec3332ec3
commit
f4d5a30833
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user