081e944be6
Discussion on the mailing list reveals that this target has active
users. As we are finally able to upgrade this target to kernel 5.4,
add it back to master.
This reverts commit 7d29a55714
("ath25: drop target") and
immediately moves the relevant files to 5.4, without touching
the content.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
25 lines
529 B
Makefile
25 lines
529 B
Makefile
#
|
|
# Copyright (C) 2006-2013 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
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
|
|
|
|
DEFAULT_PACKAGES += wpad-basic-wolfssl kmod-ath5k swconfig kmod-gpio-button-hotplug
|
|
|
|
$(eval $(call BuildTarget))
|