mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
move exec permissions fix at Build/Prepare stage
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8802 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fc0f5aa517
commit
d374fd767f
@ -195,6 +195,11 @@ define Package/ip6tables-utils
|
||||
TITLE:=ip6tables save and restore utilities
|
||||
endef
|
||||
|
||||
define Build/Prepare
|
||||
$(call Build/Prepare/Default)
|
||||
chmod a+x $(PKG_BUILD_DIR)/extensions/.*-test*
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
rm -f $(PKG_BUILD_DIR)/.configured*
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
@ -202,7 +207,6 @@ define Build/Configure
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
chmod a+x $(PKG_BUILD_DIR)/extensions/.*-test*
|
||||
mkdir -p $(PKG_INSTALL_DIR)
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user