aboutsummaryrefslogtreecommitdiffstats
path: root/freedom-maker/buildrootfs.sh
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-09-23 20:03:04 +0200
committerficus <ficus@robocracy.org>2012-09-23 20:03:04 +0200
commit5d115ef935b6ecc2df4d5ac9aa86cc055990ad69 (patch)
treef2b167d77c035bbcfe54ce17550baab8f2f868c9 /freedom-maker/buildrootfs.sh
parent33f0a01e30ed9438debf6a7723cd93ff50effb04 (diff)
downloadtorouter-5d115ef935b6ecc2df4d5ac9aa86cc055990ad69.tar.gz
torouter-5d115ef935b6ecc2df4d5ac9aa86cc055990ad69.zip
add missing files
Diffstat (limited to 'freedom-maker/buildrootfs.sh')
-rwxr-xr-xfreedom-maker/buildrootfs.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/freedom-maker/buildrootfs.sh b/freedom-maker/buildrootfs.sh
index 10ba598..b3dc568 100755
--- a/freedom-maker/buildrootfs.sh
+++ b/freedom-maker/buildrootfs.sh
@@ -35,11 +35,13 @@
# We don't tolerate errors.
set -e
-architecture=armel
+architecture='armel'
+kernelversion='3.2.0-3-kirkwood'
if [ -n "$1" ]
then
architecture=$1
fi
+export kernelversion
config=multistrap-configs/torouter-$architecture.conf
if [ -n "$2" ]