aboutsummaryrefslogtreecommitdiffstats
path: root/freedom-maker/buildrootfs.sh
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-12-28 18:31:08 +0000
committerficus <ficus@robocracy.org>2012-12-28 18:31:08 +0000
commit97987d61abed87a649fb5506e5093a4384534c3c (patch)
treec62d47d11a4f23ed63886b6e4833f7f0144484b3 /freedom-maker/buildrootfs.sh
parent4187fd32f4b6e2cfa99616445a97e74a51ce09c7 (diff)
downloadtorouter-97987d61abed87a649fb5506e5093a4384534c3c.tar.gz
torouter-97987d61abed87a649fb5506e5093a4384534c3c.zip
hack in progress
Diffstat (limited to 'freedom-maker/buildrootfs.sh')
-rwxr-xr-xfreedom-maker/buildrootfs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/freedom-maker/buildrootfs.sh b/freedom-maker/buildrootfs.sh
index 7ac69ad..ac50c84 100755
--- a/freedom-maker/buildrootfs.sh
+++ b/freedom-maker/buildrootfs.sh
@@ -35,8 +35,8 @@
# We don't tolerate errors.
set -e
-architecture='armel'
-kernelversion='3.2.0-3-kirkwood'
+architecture='armhf'
+kernelversion='3.2.0-4-mx5'
if [ -n "$1" ]
then
architecture=$1