Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
@ -1762,22 +1762,20 @@ function check_uboot_type {
function check_distro {
unset IN_VALID_DISTRO
ARCH="armel"
case "${DISTRO_TYPE}" in
maverick)
DIST="maverick"
;;
natty)
DIST="natty"
oneiric)
DIST="oneiric"
precise-armel)
DIST="precise"
precise-armhf)
@ -1789,11 +1787,9 @@ function check_distro {
squeeze)
DIST="squeeze"
wheezy-armel)
DIST="wheezy"
wheezy-armhf)