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
|
|
|
|
|
|
|
|
KERNEL_PATCHVER:=5.4
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Atheros SoC boards
|
|
|
|
endef
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2022-05-25 22:38:44 +08:00
|
|
|
DEFAULT_PACKAGES += wpad-basic-openssl kmod-ath5k swconfig kmod-gpio-button-hotplug
|
2020-09-06 13:57:27 +02:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|