summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2016-07-31 12:41:10 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2016-07-31 16:11:37 +0200
commit1448501558812742e16b21bc5a297ba9f1003232 (patch)
treee85ed36da07c576a90fbd0cc813d1762eb5f3ba7 /include
parentdf68d6eb15bfb3abe97c4048e57bd5192d796edb (diff)
downloadmaster-31e0f0ae-1448501558812742e16b21bc5a297ba9f1003232.tar.gz
master-31e0f0ae-1448501558812742e16b21bc5a297ba9f1003232.tar.bz2
master-31e0f0ae-1448501558812742e16b21bc5a297ba9f1003232.zip
build: do not depend on svn any more
LEDE does not need svn to build any more, remove the prerequisite check. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'include')
-rw-r--r--include/prereq-build.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk
index 42b624f817..9c0717d53a 100644
--- a/include/prereq-build.mk
+++ b/include/prereq-build.mk
@@ -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))