fix kernel config related build error
[openwrt.git] / include / prereq-build.mk
index c31020c..1e448d3 100644 (file)
@@ -119,6 +119,10 @@ $(eval $(call Require,gnutar, \
        Please install GNU tar. \
 ))
 
+$(eval $(call RequireCommand,svn, \
+       Please install the subversion client. \
+))
+
 $(eval $(call RequireCommand,autoconf, \
        Please install GNU autoconf. \
 ))
This page took 0.018389 seconds and 4 git commands to generate.