kernel: move mv88e6xxx fix to generic backports
[openwrt/openwrt.git] / target / linux / at91 / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2006-2013 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=arm
8 BOARD:=at91
9 BOARDNAME:=Microchip (Atmel AT91)
10 FEATURES:=ext4 squashfs targz usbgadget ubifs
11 SUBTARGETS:=sama7 sama5 sam9x
12
13 KERNEL_PATCHVER:=5.15
14 KERNEL_TESTING_PATCHVER:=6.1
15
16 include $(INCLUDE_DIR)/target.mk
17
18 KERNELNAME:=zImage dtbs
19
20 DEFAULT_PACKAGES += kmod-usb-ohci kmod-at91-udc kmod-usb-gadget-eth
21
22 $(eval $(call BuildTarget))