arm926ejs.mk 681 B

123456789101112131415161718192021222324252627
  1. #
  2. # Copyright (C) 2013-2024 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. KERNEL_LOADADDR=0x81000000
  8. define Device/licheepi_licheepi-nano
  9. $(call Device/FitImageGzip)
  10. DEVICE_VENDOR := LicheePi
  11. DEVICE_MODEL := LicheePi Nano
  12. DEVICE_PACKAGES := kmod-rtc-sunxi
  13. SOC := suniv-f1c100s
  14. endef
  15. TARGET_DEVICES += licheepi_licheepi-nano
  16. define Device/sourceparts_popstick-v1.1
  17. $(call Device/FitImageGzip)
  18. DEVICE_VENDOR := SourceParts
  19. DEVICE_MODEL := PopStick
  20. DEVICE_VARIANT := v1.1
  21. DEVICE_PACKAGES := kmod-rtc-sunxi
  22. SOC := suniv-f1c200s
  23. endef
  24. TARGET_DEVICES += sourceparts_popstick-v1.1