preinit: fix mixup between led and reset button enable on some platforms (thx, cshore)
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index 42f41e7..1816bf8 100755 (executable)
@@ -19,6 +19,9 @@ ar71xx_board_name() {
        *AW-NR580)
                name="aw-nr580"
                ;;
+       *"DIR-600 rev. A1")
+               name="dir-600-a1"
+               ;;
        *"DIR-825 rev. B1")
                name="dir-825-b1"
                ;;
@@ -97,6 +100,9 @@ ar71xx_board_name() {
        *WRT400N)
                name="wrt400n"
                ;;
+       *WZR-HP-G300NH)
+               name="wzr-hp-g300nh"
+               ;;
        *)
                name="generic"
                ;;
This page took 0.019821 seconds and 4 git commands to generate.