Initial commit

This commit is contained in:
domenico
2025-06-24 13:14:22 +02:00
commit 4002f145fc
9002 changed files with 1731834 additions and 0 deletions

View File

@@ -0,0 +1,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