Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDmitry Glushenok <dglushenok@yandex.ru>2015-01-22 13:04:37 +0300
committerDmitry Glushenok <dglushenok@yandex.ru>2015-01-22 13:04:37 +0300
commitdb07b9499d8c0cc28c0880f3753dec870777d211 (patch)
tree505789ade5d3e11bff09054a443cb819ddfe9de0 /debian
parent75f9836ce5f0a1dea2c3fe304bbc26c962ee64bf (diff)
Added armv5tel machine type
Building on SheevaPlug
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 8026117e..b9d364e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,4 +21,5 @@ configure_config:
if [ $(shell uname -m) = 'x86_64' ]; then echo "1\n2\n" | ./configure; fi
if [ $(shell uname -m) = 'i686' ]; then echo "1\n1\n" | ./configure; fi
if [ $(shell uname -m) = 'armv6l' ]; then echo "1\n1\n" | ./configure; fi
+ if [ $(shell uname -m) = 'armv5tel' ]; then echo "1\n1\n" | ./configure; fi