mirror of https://github.com/hak5/openwrt-owl.git
parent
4685a51301
commit
c736e2d4b0
|
@ -206,14 +206,14 @@ define Image/Build/Cameo
|
||||||
fi
|
fi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
cameo913x_mtdlayout=mtdparts=spi0.0:128k(u-boot)ro,64k(config)ro,896k(kernel),2944k(rootfs),64k(art)ro,3840k@0x30000(firmware)
|
cameo913x_mtdlayout=mtdparts=spi0.0:128k(u-boot)ro,64k(config)ro,960k(kernel),2880k(rootfs),64k(art)ro,3840k@0x30000(firmware)
|
||||||
define Image/Build/Cameo913x
|
define Image/Build/Cameo913x
|
||||||
$(call Image/Build/Cameo,$(1),$(2),$(3),$(cameo913x_mtdlayout),917504,2949120,$(4))
|
$(call Image/Build/Cameo,$(1),$(2),$(3),$(cameo913x_mtdlayout),983040,2949120,$(4))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
cameo7240_mtdlayout=mtdparts=spi0.0:192k(u-boot)ro,64k(nvram)ro,896k(kernel),2816k(rootfs),64k(mac)ro,64k(art)ro,3712k@0x40000(firmware)
|
cameo7240_mtdlayout=mtdparts=spi0.0:192k(u-boot)ro,64k(nvram)ro,960k(kernel),2752k(rootfs),64k(mac)ro,64k(art)ro,3712k@0x40000(firmware)
|
||||||
define Image/Build/Cameo7240
|
define Image/Build/Cameo7240
|
||||||
$(call Image/Build/Cameo,$(1),$(2),$(3),$(cameo7240_mtdlayout),917504,2818048,$(4))
|
$(call Image/Build/Cameo,$(1),$(2),$(3),$(cameo7240_mtdlayout),983040,2818048,$(4))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Ath
|
define Image/Build/Ath
|
||||||
|
|
Loading…
Reference in New Issue