summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-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 $@