ramips: add support for WR8305RT board
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index ca339b354c41a2203ec4ad924f59008f00ff0ad7..b36b53c302ccefc7296081f9d5c655afa1c01cda 100755 (executable)
@@ -307,6 +307,12 @@ ramips_board_detect() {
        *"Sercomm NA930")
                name="na930"
                ;;
+       *"Zbtlink ZBT-WA05")
+               name="zbt-wa05"
+               ;;
+       *"ZBT WR8305RT")
+               name="wr8305rt"
+               ;;
        *)
                name="generic"
                ;;