From 0ddebefc74e6e9e265f01c087b132d6b6a7a748b Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 21 Apr 2015 07:15:47 +0000 Subject: ipq806x: add db149 support to OpenWrt init scripts DB149 is a IPQ8064 based platform. This patch adds the init scripts to detect it, configure the network accordingly, and generate a flashable image for it. Signed-off-by: Mathieu Olivari SVN-Revision: 45537 --- target/linux/ipq806x/base-files/lib/ipq806x.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ipq806x/base-files/lib') diff --git a/target/linux/ipq806x/base-files/lib/ipq806x.sh b/target/linux/ipq806x/base-files/lib/ipq806x.sh index 7c47fa2a85..2790f3f386 100644 --- a/target/linux/ipq806x/base-files/lib/ipq806x.sh +++ b/target/linux/ipq806x/base-files/lib/ipq806x.sh @@ -17,6 +17,9 @@ ipq806x_board_detect() { *"AP148") name="ap148" ;; + *"DB149") + name="db149" + ;; esac [ -z "$name" ] && name="unknown" -- cgit v1.2.3