mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
add TARGET_CONFIGURE_OPTS to default compile command
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3883 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -232,6 +232,7 @@ endef
|
||||
|
||||
define Build/Compile/Default
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CC=$(TARGET_CC) \
|
||||
CROSS="$(TARGET_CROSS)" \
|
||||
PREFIX="$$(IDIR_$(1))" \
|
||||
|
||||
Reference in New Issue
Block a user