diff options
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 4619befb29..f9732f8eeb 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -70,6 +70,9 @@ ramips_board_detect() { *"Aztech HW550-3G") name="hw550-3g" ;; + *"CY-SWR1100") + name="cy-swr1100" + ;; *"DCS-930") name="dcs-930" ;; |