ar71xx: add initial support for the OpenMesh OM2P board
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index ea8334f..cba0da0 100755 (executable)
@@ -64,6 +64,9 @@ ar71xx_board_name() {
        *"NBG460N/550N/550NH")
                name="nbg460n_550n_550nh"
                ;;
+       *OM2P)
+               name="om2p"
+               ;;
        *PB42)
                name="pb42"
                ;;
This page took 0.020585 seconds and 4 git commands to generate.