[OpenWrt-Devel] [PATCH 3/3] krikwood: Make Iconnect image use new ubi format style
Wojciech Dubowik
Wojciech.Dubowik at neratec.com
Tue Apr 5 04:07:34 EDT 2016
To flash first time follow instructions in commit:
"kirkwood/dockstar: use ubi(kernel, squashfs, ubifs) images"
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik at neratec.com>
---
target/linux/kirkwood/base-files/lib/upgrade/platform.sh | 6 ++++--
target/linux/kirkwood/image/Makefile | 11 +++++++----
2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/target/linux/kirkwood/base-files/lib/upgrade/platform.sh b/target/linux/kirkwood/base-files/lib/upgrade/platform.sh
index be5f101..af0ac7c 100644
--- a/target/linux/kirkwood/base-files/lib/upgrade/platform.sh
+++ b/target/linux/kirkwood/base-files/lib/upgrade/platform.sh
@@ -14,7 +14,8 @@ platform_check_image() {
}
return 0
;;
- "dockstar")
+ "dockstar"|\
+ "iconnect")
nand_do_platform_check $board $1
return $?
;;
@@ -39,7 +40,8 @@ platform_pre_upgrade() {
local board=$(kirkwood_board_name)
case "$board" in
- "dockstar")
+ "dockstar"|\
+ "iconnect")
nand_do_upgrade $1
;;
esac
diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile
index d38ee71..071c700 100644
--- a/target/linux/kirkwood/image/Makefile
+++ b/target/linux/kirkwood/image/Makefile
@@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/image.mk
DEVICE_VARS += DEVICE_DTS KERNEL_SIZE PAGESIZE BLOCKSIZE SUBPAGESIZE KERNEL_IN_UBI
KERNEL_LOADADDR:=0x8000
-TARGET_DEVICES = linksys-audi linksys-viper dockstar goflexnet goflexhome
+TARGET_DEVICES = linksys-audi linksys-viper dockstar goflexnet goflexhome iconnect
define Device/Default
KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts)
@@ -47,6 +47,12 @@ $(Device/dockstar)
DEVICE_DTS := kirkwood-goflexhome
endef
+define Device/iconnect
+$(Device/dockstar)
+ PROFILES := Generic ICONNECT
+ DEVICE_DTS := kirkwood-iconnect
+endef
+
define Device/linksys-audi
DEVICE_DTS := kirkwood-linksys-audi
PAGESIZE := 512
@@ -176,9 +182,6 @@ Image/InstallKernel/Template/Generic=$(call Image/InstallKernel/Template)
Image/BuildKernel/Template/IB62X0=$(call Image/BuildKernel/Template,ib62x0)
Image/InstallKernel/Template/IB62X0=$(call Image/InstallKernel/Template,ib62x0)
-Image/BuildKernel/Template/ICONNECT=$(call Image/BuildKernel/Template,iconnect)
-Image/InstallKernel/Template/ICONNECT=$(call Image/InstallKernel/Template,iconnect)
-
Image/BuildKernel/Template/IOMEGA_IX2_200=$(call Image/BuildKernel/Template,iomega_ix2_200)
Image/InstallKernel/Template/IOMEGA_IX2_200=$(call Image/InstallKernel/Template,iomega_ix2_200)
--
1.9.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list