core/linux-kirkwood: remove warning from post_upgrade

This commit is contained in:
Kevin Mihelich 2014-01-20 21:02:55 +00:00
parent 959aecc8ce
commit ea22e679ee

View file

@ -27,10 +27,4 @@ post_upgrade() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
echo "**********************************************************************"
echo "WARNING! This kernel requires a newer U-Boot than many devices such as"
echo " the Dockstar and Pogoplug v2 originally came with. If you do"
echo " not have an updated version, your system WILL NOT BOOT."
echo "**********************************************************************"
}