Kernel install image is broken on VFAT images since it unmounts directory in preinstall and doesn't mount back. We used to have this for NAND / FAT install which fixes this in the postinst script. Removing since we have no more support for NAND anyway. Tested on Odroid C1. @the-going
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
* Set postinst of kernel-headers 4.4.y to fail if internal command fails
* Set postinst of kernel-headers 4.9.y to fail if internal command fails
* Set postinst of kernel-headers 4.19.y to fail if internal command fails
* Set postinst of kernel-headers 4.14.y to fail if internal command fails
* Set postinst of kernel-headers 5.3.y to fail if internal command fails
* Set preinst of kernel-headers 4.4.y to fail if internal command fails
* Set preinst of kernel-headers 4.9.y to fail if internal command fails
* Set preinst of kernel-headers 4.14.y to fail if internal command fails
* Set preinst of kernel-headers 4.19.y to fail if internal command fails
* Set preinst of kernel-headers 5.3.y to fail if internal command fails
* Fixed makefile of kernel header 4.4.202 for rockchip64
* Fixed makefile of kernel header for rockchip
* Moved dependencies of kernel headers to correct file