debb0a324b3dbe81a98d53c3c3e98946105e439e
[openwrt/staging/jow.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.10
14 KERNEL_TESTING_PATCHVER:=5.10
15
16 define Target/Description
17 Build firmware images for Atheros SoC boards
18 endef
19
20 include $(INCLUDE_DIR)/target.mk
21
22 DEFAULT_PACKAGES += wpad-basic-wolfssl kmod-ath5k swconfig kmod-gpio-button-hotplug
23
24 $(eval $(call BuildTarget))