core/linux-wandboard: fix .install

This commit is contained in:
Kevin Mihelich 2013-07-26 04:35:39 +00:00
parent c82a814518
commit cc50c08b23

View file

@ -8,8 +8,6 @@ post_install () {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
echo "NOTE: Using this kernel requires an updated U-Boot!"
}
post_upgrade() {