mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix a few directories missed in [4176]'s source -> download
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4198 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -64,7 +64,7 @@ endef
|
||||
|
||||
|
||||
ifneq ($(strip $(PKG_SOURCE)),)
|
||||
source: $(DL_DIR)/$(PKG_SOURCE)
|
||||
download: $(DL_DIR)/$(PKG_SOURCE)
|
||||
|
||||
$(DL_DIR)/$(PKG_SOURCE):
|
||||
mkdir -p $(DL_DIR)
|
||||
@@ -101,7 +101,7 @@ define HostBuild
|
||||
$(call Build/Uninstall)
|
||||
rm -f $(STAGING_DIR)/stampfiles/.host_$(PKG_NAME)-installed
|
||||
|
||||
source:
|
||||
download:
|
||||
prepare: $(PKG_BUILD_DIR)/.prepared
|
||||
configure: $(PKG_BUILD_DIR)/.configured
|
||||
|
||||
|
||||
@@ -87,7 +87,7 @@ compile-targets:
|
||||
install-targets:
|
||||
clean-targets:
|
||||
|
||||
source:
|
||||
download:
|
||||
prepare:
|
||||
compile: compile-targets
|
||||
install: compile install-targets
|
||||
|
||||
@@ -106,7 +106,7 @@ pkg-install: FORCE
|
||||
$(IPKG) install $$pkg || echo; \
|
||||
done
|
||||
|
||||
source: $(DL_DIR)/$(LINUX_SOURCE)
|
||||
download: $(DL_DIR)/$(LINUX_SOURCE)
|
||||
prepare: $(LINUX_DIR)/.configured
|
||||
@mkdir -p $(LINUX_DIR) $(PACKAGE_DIR)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user