diff options
author | John Crispin <blogic@openwrt.org> | 2015-04-21 07:15:47 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-04-21 07:15:47 +0000 |
commit | 73951af83899177c180c0dd70ed75447899289af (patch) | |
tree | a30b114df4524afb5a9c3dfb5ab7288b49e42b67 /target/linux/ipq806x/image | |
parent | 3cb0af6e7f9db8e7552ffa06527708e8a6a23c8d (diff) | |
download | master-187ad058-73951af83899177c180c0dd70ed75447899289af.tar.gz master-187ad058-73951af83899177c180c0dd70ed75447899289af.tar.bz2 master-187ad058-73951af83899177c180c0dd70ed75447899289af.zip |
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 <mathieu@codeaurora.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45537 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ipq806x/image')
-rw-r--r-- | target/linux/ipq806x/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index 77d191f9a9..e2346e6319 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -22,6 +22,7 @@ endef define Image/BuildKernel $(CP) $(LINUX_DIR)/vmlinux $(BIN_DIR)/$(IMG_PREFIX)-vmlinux.elf $(call Image/BuildKernel/FIT,qcom-ipq8064-ap148) + $(call Image/BuildKernel/FIT,qcom-ipq8064-db149) endef define Image/Build/squashfs |