grep Package: /usr/lib/opkg/lists/linuxconsole|tr -d ' '| cut -d':' -f2|while read pkg
do
  echo $pkg
  opkg-cl install $pkg || exit 1
done
