[x86] merge the olpc target with the x86 target, both tested and running
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index 09ea0f6..f8c46ac 100755 (executable)
@@ -19,6 +19,9 @@ ar71xx_board_name() {
        *AW-NR580)
                name="aw-nr580"
                ;;
+       *"Bullet M")
+               name="bullet-m"
+               ;;
        *LS-SR71)
                name="ls-sr71"
                ;;
@@ -49,9 +52,15 @@ ar71xx_board_name() {
        *RouterStation)
                name="routerstation"
                ;;
+       *"RouterStation Pro")
+               name="routerstation-pro"
+               ;;
        *TEW-632BRP)
                name="tew-632brp"
                ;;
+       *TL-WR741ND)
+               name="tl-wr741nd"
+               ;;
        *TL-WR941ND)
                name="tl-wr941nd"
                ;;
This page took 0.019923 seconds and 4 git commands to generate.