state than a cp will. On an ext4 filesystem the ln leaves both objects, but
the fat version was only leaving the Image. This was causing an error
latter in the postinst script when the vmlinuz- filename was referenced
* Bump rockchip DEV 32b to 5.11.y
* Move mvebu64 DEV to 5.11.y
* Move Rockchip64 DEV to 5.11.y
Disabling general-rkvdec_nv15.patch - need more attention
* Add Meson DEV / Odroid C1
* Move OdroidXU4 DEV to tobetter's 5.11.y branch
* Bump sunxi DEV to 5.11.y
* Bump mvebu DEV to 5.11.y
* Initial commit for kernel boot splash
* Add startup files to disable bootlog when system is up / down
* Update logo, remove deprecated one
* Introduce new u-boot variable bootlogo
* Adjust kernel config
* Make logo possible on Odroid XU4
- add legacy and current upstream patches
- delete xu4 environment since its not used
* Cleanup C2,C4, both tested, logo works on mainline,
- adding legacy upstream patches for c4
* Enable bootlogo by default on Odroid N2
* Enable logo on RK3399 desktop images
* Cleanup the rest of the environment files
* Add initrd hook that copy splash file to initrd.
* Missing logo bits for one boot scripts
* Enable boot logo on Pinebook A64
* Enable bootlogo on Teres
* Update config
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>
* Add 8189es out of the tree patch from repository.
* Added 8189FS version
* Support building on kernel 5.6. for 88x2bu
Tested for building on legacy, current and dev, removed old patches
After the 'linux-headers' package is installed,
the 'postinst' script makes changes to the target directory.
This behavior makes it impossible to delete the package
in the standard 'dpkg-r' way.
The 'dpkg-r' command fails and some directories and files remain.
This fix solves this problem.
* 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