ipq60xx.mk 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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/cambiumnetworks_xe3-4
  14. $(call Device/FitImage)
  15. $(call Device/UbiFit)
  16. DEVICE_VENDOR := Cambium Networks
  17. DEVICE_MODEL := XE3-4
  18. BLOCKSIZE := 128k
  19. PAGESIZE := 2048
  20. DEVICE_DTS_CONFIG := config@cp01-c3-xv3-4
  21. SOC := ipq6010
  22. DEVICE_PACKAGES := ipq-wifi-cambiumnetworks_xe34 ath11k-firmware-qcn9074 kmod-ath11k-pci
  23. endef
  24. TARGET_DEVICES += cambiumnetworks_xe3-4
  25. define Device/netgear_wax214
  26. $(call Device/FitImage)
  27. $(call Device/UbiFit)
  28. DEVICE_VENDOR := Netgear
  29. DEVICE_MODEL := WAX214
  30. BLOCKSIZE := 128k
  31. PAGESIZE := 2048
  32. DEVICE_DTS_CONFIG := config@cp03-c1
  33. SOC := ipq6010
  34. DEVICE_PACKAGES := ipq-wifi-netgear_wax214
  35. endef
  36. TARGET_DEVICES += netgear_wax214
  37. define Device/yuncore_fap650
  38. $(call Device/FitImage)
  39. $(call Device/UbiFit)
  40. DEVICE_VENDOR := Yuncore
  41. DEVICE_MODEL := FAP650
  42. BLOCKSIZE := 128k
  43. PAGESIZE := 2048
  44. DEVICE_DTS_CONFIG := config@cp03-c1
  45. SOC := ipq6018
  46. DEVICE_PACKAGES := ipq-wifi-yuncore_fap650
  47. IMAGES := factory.ubi factory.ubin sysupgrade.bin
  48. IMAGE/factory.ubin := append-ubi | qsdk-ipq-factory-nand
  49. endef
  50. TARGET_DEVICES += yuncore_fap650