mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
add missing .configured target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2381 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
77761ce2be
commit
bb6a5b635b
@ -21,6 +21,9 @@ SER_MODULES := sl tm rr maxfwd usrloc registrar dbtext textops nathelper
|
||||
SER_MODULE_FILES := $(foreach module,$(SER_MODULES),modules/$(module)/$(module).so)
|
||||
SER_MODULES := $(patsubst %,modules/%,$(SER_MODULES))
|
||||
|
||||
$(PKG_BUILD_DIR)/.configured:
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.built:
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
extra_defs="-DUSE_PTHREAD_MUTEX " \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user