diff --git a/pkgsel/Base/FOOTPRINT.conf b/pkgsel/Base/FOOTPRINT.conf index dbf123e..55882d3 100644 --- a/pkgsel/Base/FOOTPRINT.conf +++ b/pkgsel/Base/FOOTPRINT.conf @@ -24,10 +24,6 @@ case "$2" in ;; esac -if [ "$2" == "embedded" ]; then - x="$x PKG_TERMCAP_USEIT=1 PKG_TERMCAP_USETERMUTILS=1" -fi - for y in $x; do eval SDECFGSET_$y done