sunxi: add default network config for missing boards
[openwrt/openwrt.git] / include / prereq-build.mk
index b7ada69bb418ba51c3cedbc05f277a5fffb637c5..cb23f8564716bf6586c078d5ae4bfa15f6c47bb8 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. \
+))