Makefile 541 B

1234567891011121314151617181920212223242526
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2010 OpenWrt.org
  4. include $(TOPDIR)/rules.mk
  5. ARCH:=powerpc
  6. BOARD:=mpc85xx
  7. BOARDNAME:=Freescale MPC85xx
  8. CPU_TYPE:=8548
  9. FEATURES:=squashfs ramdisk nand
  10. SUBTARGETS:=p1010 p1020 p2020
  11. KERNEL_PATCHVER:=5.10
  12. KERNEL_TESTING_PATCHVER:=5.15
  13. KERNELNAME:=zImage
  14. include $(INCLUDE_DIR)/target.mk
  15. DEFAULT_PACKAGES += \
  16. kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \
  17. kmod-leds-gpio swconfig kmod-ath9k wpad-basic-mbedtls kmod-usb2 \
  18. uboot-envtools
  19. $(eval $(call BuildTarget))