add condition, connbytes, string and quota netfilter modules
[openwrt.git] / openwrt / package / wificonf / Makefile
index b9bfb8a..f027cd0 100644 (file)
@@ -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 $@
This page took 0.026851 seconds and 4 git commands to generate.