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