kernel: fix cryptodev with kernel >= 2.6.35
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index 4b08e93..fa00516 100755 (executable)
@@ -16,6 +16,9 @@ ar71xx_board_name() {
        *AP83)
                name="ap83"
                ;;
+       *AP96)
+               name="ap96"
+               ;;
        *AW-NR580)
                name="aw-nr580"
                ;;
@@ -34,6 +37,9 @@ ar71xx_board_name() {
        *"Nanostation M")
                name="nanostation-m"
                ;;
+       *JWAP003)
+               name="jwap003"
+               ;;
        *LS-SR71)
                name="ls-sr71"
                ;;
@@ -91,6 +97,9 @@ ar71xx_board_name() {
        *"DIR-615 rev. C1")
                name="dir-615-c1"
                ;;
+       *TL-MR3420)
+               name="tl-mr3420"
+               ;;
        *TL-WA901ND)
                name="tl-wa901nd"
                ;;
This page took 0.020342 seconds and 4 git commands to generate.