mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
build: create pkginfo dir earlier to avoid build breakage
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33633 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6683f47568
commit
5df4ff2973
@ -253,6 +253,7 @@ Build/DistCheck=$(call Build/DistCheck/Default,)
|
||||
|
||||
.PHONY: prepare-package-install
|
||||
prepare-package-install:
|
||||
@mkdir -p $(PKG_INFO_DIR)
|
||||
@touch $(PKG_INFO_DIR)/$(PKG_DIR_NAME).install.clean
|
||||
@echo "$(filter-out essential,$(PKG_FLAGS))" > $(PKG_INFO_DIR)/$(PKG_DIR_NAME).install.flags
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user