summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-11-07 17:57:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-11-07 17:57:05 +0000
commita00cd0c4fa93bf8db0eb95f457b06130a95b1806 (patch)
treec18499708f6921161ee36132fcc029010bae5511
parente30e533bfa9fb42e4d080d79bd0365c4da94ad41 (diff)
downloadmtk-20170518-a00cd0c4fa93bf8db0eb95f457b06130a95b1806.zip
mtk-20170518-a00cd0c4fa93bf8db0eb95f457b06130a95b1806.tar.gz
mtk-20170518-a00cd0c4fa93bf8db0eb95f457b06130a95b1806.tar.bz2
add missing .configured target
SVN-Revision: 2385
-rw-r--r--openwrt/package/wificonf/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/wificonf/Makefile b/openwrt/package/wificonf/Makefile
index b9bfb8a..f027cd0 100644
--- a/openwrt/package/wificonf/Makefile
+++ b/openwrt/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 $@