From 5d115ef935b6ecc2df4d5ac9aa86cc055990ad69 Mon Sep 17 00:00:00 2001 From: ficus Date: Sun, 23 Sep 2012 20:03:04 +0200 Subject: add missing files --- freedom-maker/buildrootfs.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'freedom-maker/buildrootfs.sh') 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" ] -- cgit v1.2.3