mac80211: support wildcard paths when matching phys
[openwrt.git] / include / prereq-build.mk
index b7ada69..cb23f85 100644 (file)
@@ -187,3 +187,7 @@ endef
 $(eval $(call Require,getopt-extended, \
        Please install an extended getopt version that supports --long \
 ))
+
+$(eval $(call RequireCommand,file, \
+       Please install the 'file' package. \
+))