Makefile 421 B

123456789101112131415161718192021
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2006-2013 OpenWrt.org
  4. include $(TOPDIR)/rules.mk
  5. ARCH:=arm
  6. BOARD:=at91
  7. BOARDNAME:=Microchip (Atmel AT91)
  8. FEATURES:=ext4 squashfs targz usbgadget ubifs
  9. SUBTARGETS:=sama7 sama5 sam9x
  10. KERNEL_PATCHVER:=5.15
  11. include $(INCLUDE_DIR)/target.mk
  12. KERNELNAME:=zImage dtbs
  13. DEFAULT_PACKAGES += kmod-usb-ohci kmod-at91-udc kmod-usb-gadget-eth
  14. $(eval $(call BuildTarget))