oh yeah, need it here too

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 13 years ago
parent 1557cc6a85
commit ecd76bb2c5

@ -109,7 +109,7 @@ function is_element_of {
# #
######################################################################### #########################################################################
VALID_ADDONS="pico ulcd" VALID_ADDONS="pico ulcd chalk_elec_lvds"
function is_valid_addon { function is_valid_addon {
if is_element_of $1 "${VALID_ADDONS}" ] ; then if is_element_of $1 "${VALID_ADDONS}" ] ; then
@ -1913,6 +1913,7 @@ if [ -n "${ADDON}" ] ; then
echo "Supported --addon options:" echo "Supported --addon options:"
echo " pico" echo " pico"
echo " ulcd <for the beagleboard xm>" echo " ulcd <for the beagleboard xm>"
echo " chalk_elec_lvds"
exit exit
fi fi
fi fi

Loading…
Cancel
Save