mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-26 01:31:54 +02:00
add missing .configured target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2385 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fa021b8677
commit
f53378ed6c
@ -15,6 +15,9 @@ $(PKG_BUILD_DIR)/.prepared:
|
||||
mkdir -p $@
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.configured:
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.built:
|
||||
$(TARGET_CC) $(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -o $(PKG_BUILD_DIR)/wifi wificonf.c -L$(STAGING_DIR)/usr/lib -lnvram -lshared $(STAGING_DIR)/usr/lib/libiw.so
|
||||
touch $@
|
||||
|
Loading…
Reference in New Issue
Block a user