mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
create package directory in target/linux/*/prepare
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2905 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user