1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# # Copyright (C) 2020 OpenWrt.org # . /lib/functions/migrations.sh board=$(board_name) case "$board" in lantiq,easy98020) migrate_leds "easy98020:=" ;; esac remove_devicename_leds migrations_apply system exit 0