brcm47xx: revert accidentially added EARLY_PRINTK symbol from previous commit
[openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index 1ab8f79..de37e69 100755 (executable)
@@ -34,6 +34,12 @@ ramips_board_name() {
        *"MoFi Network MOFI3500-3GN")
                name="mofi3500-3gn"
                ;;
+       *"NBG-419N")
+               name="nbg-419n"
+               ;;
+       *"NexAira BC2")
+               name="bc2"
+               ;;
        *"NW718")
                name="nw718"
                ;;
@@ -58,7 +64,7 @@ ramips_board_name() {
        *"WZR-AGL300NH")
                name="wzr-agl300nh"
                ;;
-       *"SH-WR512NU/WS-WR512N1-like 3GN router")
+       *"WR512-3GN-like router")
                name="wr512-3gn"
                ;;
        *)
This page took 0.022227 seconds and 4 git commands to generate.