Makefile 522 B

1234567891011121314151617181920212223242526272829
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2006-2023 OpenWrt.org
  4. include $(TOPDIR)/rules.mk
  5. ARCH:=armeb
  6. BOARD:=ixp4xx
  7. BOARDNAME:=Intel XScale IXP4xx
  8. FEATURES:=dt squashfs gpio
  9. CPU_TYPE:=xscale
  10. SUBTARGETS:=generic
  11. KERNEL_PATCHVER:=6.1
  12. define Target/Description
  13. Build firmware images for the IXP4xx XScale CPU
  14. endef
  15. KERNELNAME:=zImage dtbs
  16. include $(INCLUDE_DIR)/target.mk
  17. DEFAULT_PACKAGES += fconfig \
  18. kmod-crypto-hw-ixp4xx \
  19. kmod-usb-ledtrig-usbport \
  20. kmod-leds-gpio
  21. $(eval $(call BuildTarget))