1234567891011121314151617181920212223242526272829303132333435363738394041 |
- define Device/8devices_mango-dvk
- $(call Device/FitImageLzma)
- DEVICE_VENDOR := 8devices
- DEVICE_MODEL := Mango-DVK
- IMAGE_SIZE := 27776k
- BLOCKSIZE := 64k
- SOC := ipq6010
- SUPPORTED_DEVICES += 8devices,mango
- IMAGE/sysupgrade.bin := append-kernel | pad-to 64k | append-rootfs | pad-rootfs | check-size | append-metadata
- DEVICE_PACKAGES := ipq-wifi-8devices_mango
- endef
- TARGET_DEVICES += 8devices_mango-dvk
- define Device/netgear_wax214
- $(call Device/FitImage)
- $(call Device/UbiFit)
- DEVICE_VENDOR := Netgear
- DEVICE_MODEL := WAX214
- BLOCKSIZE := 128k
- PAGESIZE := 2048
- DEVICE_DTS_CONFIG := config@cp03-c1
- SOC := ipq6010
- DEVICE_PACKAGES := ipq-wifi-netgear_wax214
- endef
- TARGET_DEVICES += netgear_wax214
- define Device/yuncore_fap650
- $(call Device/FitImage)
- $(call Device/UbiFit)
- DEVICE_VENDOR := Yuncore
- DEVICE_MODEL := FAP650
- BLOCKSIZE := 128k
- PAGESIZE := 2048
- DEVICE_DTS_CONFIG := config@cp03-c1
- SOC := ipq6018
- DEVICE_PACKAGES := ipq-wifi-yuncore_fap650
- IMAGES := factory.ubi factory.ubin sysupgrade.bin
- IMAGE/factory.ubin := append-ubi | qsdk-ipq-factory-nand
- endef
- TARGET_DEVICES += yuncore_fap650
|