X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fapm821xx%2Fbase-files%2Flib%2Fapm821xx.sh;h=98e88cff6ed532243981a8986d8de31f6f062b44;hp=82f85c56be4ef84e2e503e2ed587947a119b26fc;hb=dc7efaefb53d4671893add07934839eb8d44934d;hpb=d37d16488c7f41306daf0d6bc6ba948b3ee547a5 diff --git a/target/linux/apm821xx/base-files/lib/apm821xx.sh b/target/linux/apm821xx/base-files/lib/apm821xx.sh index 82f85c56be..98e88cff6e 100755 --- a/target/linux/apm821xx/base-files/lib/apm821xx.sh +++ b/target/linux/apm821xx/base-files/lib/apm821xx.sh @@ -14,6 +14,10 @@ apm821xx_board_detect() { name="mr24" ;; + *"MyBook Live"*) + name="mbl" + ;; + *) name="unknown" ;;