target: use SPDX license identifiers on Makefiles
[openwrt/staging/wigyori.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
11
12 KERNEL_PATCHVER:=5.4
13
14 define Target/Description
15 Build firmware images for Atheros SoC boards
16 endef
17
18 include $(INCLUDE_DIR)/target.mk
19
20 DEFAULT_PACKAGES += wpad-basic-wolfssl kmod-ath5k swconfig kmod-gpio-button-hotplug
21
22 $(eval $(call BuildTarget))