[adm5120] add support for generic eb214a, thanks cezary (#7027)
[openwrt.git] / target / linux / adm5120 / base-files / lib / adm5120.sh
index 06e2aac..496fc06 100755 (executable)
@@ -41,6 +41,10 @@ adm5120_detect() {
                status_led="power"
                sys_mtd_part="trx"
                ;;
+       "EB-214A"*)
+               status_led="power"
+               sys_mtd_part="firmware"
+               ;;
        *)
                ;;
        esac
This page took 0.023413 seconds and 4 git commands to generate.