ath11k-firmware: Move from kvalo to new upstream repository
[openwrt/staging/nbd.git] / target / linux / ath25 / 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:=mips
8 BOARD:=ath25
9 BOARDNAME:=Atheros AR231x/AR5312
10 FEATURES:=squashfs low_mem small_flash source-only
11 SUBTARGETS:=generic
12
13 KERNEL_PATCHVER:=5.15
14
15 define Target/Description
16 Build firmware images for Atheros SoC boards
17 endef
18
19 include $(INCLUDE_DIR)/target.mk
20
21 DEFAULT_PACKAGES += wpad-basic-mbedtls kmod-ath5k swconfig kmod-gpio-button-hotplug
22
23 $(eval $(call BuildTarget))