build: do not depend on svn any more
[openwrt/staging/chunkeey.git] / include / prereq-build.mk
index 42b624f817aa8b0dbd9ababe5aa603b32ee65ffb..9c0717d53a8beaab2cec5958fbf981d8796a17b1 100644 (file)
@@ -154,9 +154,6 @@ $(eval $(call SetupHostCommand,python,Please install Python 2.x, \
        python2 -V 2>&1 | grep Python, \
        python -V 2>&1 | grep Python))
 
-$(eval $(call SetupHostCommand,svn,Please install the Subversion client, \
-       svn --version | grep Subversion))
-
 $(eval $(call SetupHostCommand,git,Please install Git (git-core) >= 1.7.12.2, \
        git --exec-path | xargs -I % -- grep -q -- --recursive %/git-submodule))