Skip to content
Snippets Groups Projects
Verified Commit 9c400a26 authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

update/fix: Add script to install kernel on Turris 1.X

parent 37a037a5
No related branches found
Tags v6.0.1
No related merge requests found
......@@ -231,6 +231,11 @@ define Package/fix-firewall-check-reboot/description
deployed correctly beforehand.
endef
define Package/fix-turris1x-kernel-install/description
Ensure that kernel is installed properly on Turris 1.x.
endef
$(eval $(call FIX,sentinel-remove-invalid-firewall-rules,+firewall +uci))
$(eval $(call FIX,samba-migrate-to-samba4,+samba4-server +uci))
$(eval $(call FIX,updater-v65.0-alternatives-update,+updater-ng +uci,prerm))
......@@ -259,3 +264,4 @@ $(eval $(call FIX,omnia-leds-migrate,+rainbow @TARGET_mvebu_cortexa9_DEVICE_czni
$(eval $(call FIX,turris1x-leds-migrate,+rainbow @TARGET_mpc85xx_p2020_DEVICE_cznic_turris1x))
$(eval $(call FIX,firewall-doublesafe))
$(eval $(call FIX,firewall-check-reboot))
$(eval $(call FIX,turris1x-kernel-install))
#!/bin/sh
[ ! -x /etc/updater/hook_postupdate/10_kernel-install ] || /etc/updater/hook_postupdate/10_kernel-install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment