madwifi: change the network scripts to use the new wds sta separation feature
[openwrt.git] / include / prereq-build.mk
index 11ee111..b0114f0 100644 (file)
@@ -123,3 +123,10 @@ $(eval $(call RequireCommand,autoconf, \
        Please install GNU autoconf. \
 ))
 
+define Require/gnu-find
+       $(FIND) $(TMP_DIR) -lname foo
+endef
+
+$(eval $(call Require,gnu-find, \
+       Please install GNU find \
+))
This page took 0.024053 seconds and 4 git commands to generate.