X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Fbase-files%2Flib%2Framips.sh;h=c6c32fe7dbbdbf10aaf5574645ac99ff66c0f065;hp=62a79c505c267a6874c34cbcce28efd5fd6141ec;hb=5757e1dfc154483800ada06d4f186d34ab362507;hpb=a934ea20c68e7d98ba7a584a7a0b9cf9f7f60079 diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 62a79c505c..c6c32fe7db 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -154,6 +154,9 @@ ramips_board_detect() { *"ESR-9753") name="esr-9753" ;; + *"EX2700") + name="ex2700"; + ;; *"F5D8235 v1") name="f5d8235-v1" ;; @@ -205,7 +208,7 @@ ramips_board_detect() { *"M4") name="m4" ;; - *"MediaTek LinkIt Smart7688") + *"MediaTek LinkIt Smart 7688") linkit="$(dd bs=1 skip=1024 count=12 if=/dev/mtd2 2> /dev/null)" if [ "${linkit}" = "LINKITS7688D" ]; then name="linkits7688d" @@ -289,6 +292,9 @@ ramips_board_detect() { *"PBR-M1") name="pbr-m1" ;; + *"PSG1208") + name="psg1208" + ;; *"PSR-680W"*) name="psr-680w" ;; @@ -349,6 +355,9 @@ ramips_board_detect() { *"TEW-692GR") name="tew-692gr" ;; + *"UBNT-ERX") + name="ubnt-erx" + ;; *"UR-326N4G") name="ur-326n4g" ;; @@ -376,6 +385,9 @@ ramips_board_detect() { *"WCR-150GN") name="wcr-150gn" ;; + *"WF-2881") + name="wf-2881" + ;; *"WHR-1166D") name="whr-1166d" ;; @@ -388,12 +400,15 @@ ramips_board_detect() { *"WHR-G300N") name="whr-g300n" ;; + *"WiTi") + name="witi" + ;; *"WIZARD 8800") name="wizard8800" ;; *"WizFi630A") name="wizfi630a" - ;; + ;; *"WL-330N") name="wl-330n" ;; @@ -424,6 +439,12 @@ ramips_board_detect() { *"WRTNODE") name="wrtnode" ;; + *"WRTnode2R") + name="wrtnode2r" + ;; + *"WRTnode2P") + name="wrtnode2p" + ;; *"WSR-1166DHP") name="wsr-1166" ;; @@ -460,6 +481,9 @@ ramips_board_detect() { *"ZBT-WR8305RT") name="zbt-wr8305rt" ;; + *"YK1") + name="youku-yk1" + ;; *) name="generic" ;;