ipq60xx.mk 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. define Device/8devices_mango-dvk
  2. $(call Device/FitImageLzma)
  3. DEVICE_VENDOR := 8devices
  4. DEVICE_MODEL := Mango-DVK
  5. IMAGE_SIZE := 27776k
  6. BLOCKSIZE := 64k
  7. SOC := ipq6010
  8. SUPPORTED_DEVICES += 8devices,mango
  9. IMAGE/sysupgrade.bin := append-kernel | pad-to 64k | append-rootfs | pad-rootfs | check-size | append-metadata
  10. DEVICE_PACKAGES := ipq-wifi-8devices_mango
  11. endef
  12. TARGET_DEVICES += 8devices_mango-dvk
  13. define Device/netgear_wax214
  14. $(call Device/FitImage)
  15. $(call Device/UbiFit)
  16. DEVICE_VENDOR := Netgear
  17. DEVICE_MODEL := WAX214
  18. BLOCKSIZE := 128k
  19. PAGESIZE := 2048
  20. DEVICE_DTS_CONFIG := config@cp03-c1
  21. SOC := ipq6010
  22. DEVICE_PACKAGES := ipq-wifi-netgear_wax214
  23. endef
  24. TARGET_DEVICES += netgear_wax214
  25. define Device/yuncore_fap650
  26. $(call Device/FitImage)
  27. $(call Device/UbiFit)
  28. DEVICE_VENDOR := Yuncore
  29. DEVICE_MODEL := FAP650
  30. BLOCKSIZE := 128k
  31. PAGESIZE := 2048
  32. DEVICE_DTS_CONFIG := config@cp03-c1
  33. SOC := ipq6018
  34. DEVICE_PACKAGES := ipq-wifi-yuncore_fap650
  35. IMAGES := factory.ubi factory.ubin sysupgrade.bin
  36. IMAGE/factory.ubin := append-ubi | qsdk-ipq-factory-nand
  37. endef
  38. TARGET_DEVICES += yuncore_fap650