2
0
forked from Ivasoft/openwrt

mxs: use generic sysinfo board detection

Since we do nothing special for mxs based boards,
we can simply use the generic existing code.
We just need to convert scripts to use the DT
compatible strings.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
Michael Heimpold
2018-11-03 01:24:01 +01:00
committed by Mathias Kresin
parent 5ffacceb7b
commit e880a30549
3 changed files with 2 additions and 44 deletions

View File

@@ -6,10 +6,10 @@
get_status_led() {
case $(board_name) in
duckbill)
i2se,duckbill*)
status_led="duckbill:green:status"
;;
olinuxino)
olimex,imx23-olinuxino)
status_led="green"
;;
*)