diff options
author | Ram Chandra Jangir <rjangir@codeaurora.org> | 2017-05-31 20:50:29 +0530 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-06-07 06:33:33 +0200 |
commit | e178d51a044c0eac1a56fa404c7da7361e336068 (patch) | |
tree | 4aa0cbae7bebbe7991c793b2aaa588f459018ed3 /target/linux/ipq806x/base-files | |
parent | 5e1cc0c09082458731fb38f3d265ec3ca193c65e (diff) | |
download | upstream-e178d51a044c0eac1a56fa404c7da7361e336068.tar.gz upstream-e178d51a044c0eac1a56fa404c7da7361e336068.tar.bz2 upstream-e178d51a044c0eac1a56fa404c7da7361e336068.zip |
ipq806x: Enable ubi image for ipq40xx AP-DK04.1-C1 board
This change add IPQ40xx AP-DK04.1-C1 board image support,
enables ubi image for IPQ40xx AP-DK04.1-C1 board and also
add sysupgrage support for AP-DK04.1-C1 and generates a
sysupgrade.tar image.
Testing:
*Tested on IPQ40xx AP-DK04.1-C1:
a. NAND boot
b. ubi sysupgrade
Signed-off-by: Ram Chandra Jangir <rjangir@codeaurora.org>
Diffstat (limited to 'target/linux/ipq806x/base-files')
-rw-r--r-- | target/linux/ipq806x/base-files/lib/upgrade/platform.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq806x/base-files/lib/upgrade/platform.sh b/target/linux/ipq806x/base-files/lib/upgrade/platform.sh index 89702850fc..fd08db3b08 100644 --- a/target/linux/ipq806x/base-files/lib/upgrade/platform.sh +++ b/target/linux/ipq806x/base-files/lib/upgrade/platform.sh @@ -12,6 +12,7 @@ platform_pre_upgrade() { case "$board" in ap148 |\ + ap-dk04.1-c1 |\ d7800 |\ nbg6817 |\ r7500 |\ |