mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
rockchip: add "compat_version": "1.1" for Radxa E52C
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
This is something I missed in https://github.com/openwrt/openwrt/pull/20608 Fixes:1f1db75432("rockchip: make NIC name predictable for Radxa E52C/ROCK 5 ITX/ROCK 5T") Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> Link: https://github.com/openwrt/openwrt/pull/21533 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit43039157ba)
This commit is contained in:
parent
d01aa41d40
commit
c9e2d8191b
1 changed files with 15 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
. /lib/functions.sh
|
||||
. /lib/functions/uci-defaults.sh
|
||||
|
||||
board="$(board_name)"
|
||||
board_config_update
|
||||
|
||||
case "$board" in
|
||||
radxa,e52c)
|
||||
ucidef_set_compat_version "1.1"
|
||||
;;
|
||||
esac
|
||||
|
||||
board_config_flush
|
||||
|
||||
exit 0
|
||||
Loading…
Add table
Reference in a new issue