diff options
author | ficus <ficus@robocracy.org> | 2012-12-29 13:44:59 -0500 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-12-29 13:44:59 -0500 |
commit | 3c8893d03a64b49c0ad80ee00456525e1b409a51 (patch) | |
tree | eefdd5effb172b2136c12db129b15f71cf415388 /auto/config | |
parent | 536ccdd0bbc5ff3cae788d15ca5c6856e814b306 (diff) | |
download | torouter-live-3c8893d03a64b49c0ad80ee00456525e1b409a51.tar.gz torouter-live-3c8893d03a64b49c0ad80ee00456525e1b409a51.zip |
work in progress on armhf/i.mx6 port
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/auto/config b/auto/config index 68a3b95..98c24de 100755 --- a/auto/config +++ b/auto/config @@ -3,8 +3,8 @@ lb config noauto \ --build-with-chroot false \ --distribution "torouter" \ - --architectures armel \ - --linux-flavours kirkwood \ + --architectures armhf \ + --linux-flavours mx5 \ --apt-secure true \ --apt-recommends false \ --binary-images hdd \ @@ -18,10 +18,10 @@ lb config noauto \ --distribution wheezy \ --parent-distribution wheezy \ --binary-filesystem ext3 \ - --chroot-filesystem squashfs \ + --chroot-filesystem none \ --security true \ --debian-installer-gui false \ - --bootstrap-qemu-arch armel \ + --bootstrap-qemu-arch armhf \ --bootstrap-qemu-static /usr/bin/qemu-arm-static \ --keyring-packages "debian-archive-keyring deb.torproject.org-keyring" \ --bootappend-live "console=ttyS0,115200" \ |