mirror of https://github.com/hak5/openwrt.git
parent
2eeb35d020
commit
1262d7ac9b
|
@ -58,8 +58,8 @@ $(PKG_BUILD_DIR)/.configured:
|
||||||
|
|
||||||
$(PKG_BUILD_DIR)/.built:
|
$(PKG_BUILD_DIR)/.built:
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
CC=$(TARGET_CC) \
|
LIBS="-luClibc++ -lc -lm" \
|
||||||
CPPFLAGS="-I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include -I$(LINUX_DIR)/include"
|
all
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(IPKG_KISMET):
|
$(IPKG_KISMET):
|
||||||
|
|
Loading…
Reference in New Issue