aboutsummaryrefslogtreecommitdiffstats
path: root/freedom-maker/buildrootfs.sh
diff options
context:
space:
mode:
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" ]