summaryrefslogtreecommitdiffstats
path: root/package/wificonf/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-07 17:57:05 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-07 17:57:05 +0000
commit1efeab05dc7d38451bf23241cc3d8f17ac77f809 (patch)
tree11c6f65b857b2ce5eb16f52b7818d6a96ab5ab67 /package/wificonf/Makefile
parentb8ff80917f1fd4364bd7cf3ca224393788231604 (diff)
add missing .configured target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2385 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wificonf/Makefile')
-rw-r--r--package/wificonf/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/wificonf/Makefile b/package/wificonf/Makefile
index b9bfb8a38..f027cd00f 100644
--- a/package/wificonf/Makefile
+++ b/package/wificonf/Makefile
@@ -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 $@