diff options
Diffstat (limited to 'freedom-maker/buildrootfs.sh')
-rwxr-xr-x | freedom-maker/buildrootfs.sh | 4 |
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 |