ipq806x: add db149 support to OpenWrt init scripts
[openwrt.git] / target / linux / ipq806x / base-files / lib / ipq806x.sh
index 7c47fa2..2790f3f 100644 (file)
@@ -17,6 +17,9 @@ ipq806x_board_detect() {
        *"AP148")
                name="ap148"
                ;;
+       *"DB149")
+               name="db149"
+               ;;
        esac
 
        [ -z "$name" ] && name="unknown"