lede/target/linux/ath25/Makefile

23 lines
454 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0-only
2017-09-06 19:19:45 +08:00
#
# Copyright (C) 2006-2013 OpenWrt.org
2017-09-06 19:19:45 +08:00
include $(TOPDIR)/rules.mk
ARCH:=mips
BOARD:=ath25
BOARDNAME:=Atheros AR231x/AR5312
FEATURES:=squashfs low_mem small_flash
KERNEL_PATCHVER:=5.4
2017-09-06 19:19:45 +08:00
define Target/Description
Build firmware images for Atheros SoC boards
endef
include $(INCLUDE_DIR)/target.mk
2021-06-15 17:58:07 +08:00
DEFAULT_PACKAGES += wpad-basic-wolfssl kmod-ath5k swconfig kmod-gpio-button-hotplug
2017-09-06 19:19:45 +08:00
$(eval $(call BuildTarget))