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: Optional:
--distro <distro> --distro <distro>
Debian: Debian:
squeeze <default> (armv4) squeeze (armv4)
wheezy-armhf <beta: may fail during install> (armv7-a) wheezy-armhf <default> (armv7-a)
Ubuntu: Ubuntu:
oneiric (11.10 - End Of Life: April 2013) (armv7-a) oneiric (11.10 - End Of Life: April 2013) (armv7-a)
precise-armhf (12.04) (armv7-a) precise-armhf (12.04) (armv7-a)

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

Loading…
Cancel
Save