2021-02-10 14:52:34 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2020-09-06 13:57:27 +02:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2013 OpenWrt.org
|
2021-02-10 14:52:34 +01:00
|
|
|
|
2020-09-06 13:57:27 +02:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=mips
|
|
|
|
BOARD:=ath25
|
|
|
|
BOARDNAME:=Atheros AR231x/AR5312
|
2023-01-16 13:18:56 +01:00
|
|
|
FEATURES:=squashfs low_mem small_flash source-only
|
2022-12-19 16:44:29 +01:00
|
|
|
SUBTARGETS:=generic
|
2020-09-06 13:57:27 +02:00
|
|
|
|
2023-05-05 14:09:37 +02:00
|
|
|
KERNEL_PATCHVER:=5.15
|
2020-09-06 13:57:27 +02:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Atheros SoC boards
|
|
|
|
endef
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2022-12-27 20:44:11 -08:00
|
|
|
DEFAULT_PACKAGES += wpad-basic-mbedtls kmod-ath5k swconfig kmod-gpio-button-hotplug
|
2020-09-06 13:57:27 +02:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|