Revert "oh yeah, need it here too"

This reverts commit ecd76bb2c5.

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

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

Loading…
Cancel
Save