default: make wheezy-armhf the default option

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/22/head
Robert Nelson 12 years ago
parent 5a2dd71263
commit e7f9df4dbd

@ -37,8 +37,8 @@ Required Options:
Optional:
--distro <distro>
Debian:
squeeze <default> (armv4)
wheezy-armhf <beta: may fail during install> (armv7-a)
squeeze (armv4)
wheezy-armhf <default> (armv7-a)
Ubuntu:
oneiric (11.10 - End Of Life: April 2013) (armv7-a)
precise-armhf (12.04) (armv7-a)

@ -46,8 +46,8 @@ unset KERNEL_DEB
GIT_VERSION=$(git rev-parse --short HEAD)
error_invalid_uboot_dtb=1
DIST=squeeze
ARCH=armel
DIST=wheezy
ARCH=armhf
DISTARCH="${DIST}-${ARCH}"
DIR="$PWD"

Loading…
Cancel
Save