diff options
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib/brcm63xx.sh')
-rwxr-xr-x | target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index 82abd737ce..1676ae0abb 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -237,6 +237,9 @@ brcm63xx_dt_detect() { "SFR neufbox 6 (Sercomm)") board_name="neufbox6" ;; + "SKY SR102") + board_name="sr102" + ;; "T-Com Speedport W303 V") board_name="spw303v" ;; |