tegra: add 6.12 as testing kernel
Introduce LED migration script as the names have changed. Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com> Link: https://patchwork.ozlabs.org/project/openwrt/patch/20250618170045.473711-8-tmn505@terefe.re/ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
5aae86b39d
commit
1d3cfe8eb0
2 changed files with 17 additions and 0 deletions
|
@ -13,6 +13,7 @@ CPU_SUBTYPE := vfpv3-d16
|
|||
SUBTARGETS := generic
|
||||
|
||||
KERNEL_PATCHVER := 6.6
|
||||
KERNEL_TESTING_PATCHVER := 6.12
|
||||
|
||||
include $(INCLUDE_DIR)/target.mk
|
||||
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
. /lib/functions.sh
|
||||
. /lib/functions/migrations.sh
|
||||
|
||||
board=$(board_name)
|
||||
|
||||
case "$board" in
|
||||
compulab,trimslice)
|
||||
migrate_leds "trimslice:green:right=green:indicator-2" "trimslice:green:left=green:indicator-3"
|
||||
;;
|
||||
esac
|
||||
|
||||
remove_devicename_leds
|
||||
|
||||
migrations_apply system
|
||||
|
||||
exit 0
|
Loading…
Reference in a new issue