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
|
|
|
|
FEATURES:=squashfs low_mem small_flash
|
|
|
|
|
2021-12-27 22:10:45 +01:00
|
|
|
KERNEL_PATCHVER:=5.10
|
2021-12-19 17:31:53 +03:00
|
|
|
KERNEL_TESTING_PATCHVER:=5.10
|
2020-09-06 13:57:27 +02:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Atheros SoC boards
|
|
|
|
endef
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
DEFAULT_PACKAGES += wpad-basic-wolfssl kmod-ath5k swconfig kmod-gpio-button-hotplug
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|