Files
immortalwrt/target/linux/ath79/generic/target.mk
Tianling Shen 2b71bcd8a1 ath79: switch back to wpad-openssl for non-tiny subtarget
It's no longer able to generate images for devices with limited flash
(<= 8 MiB), so just use the full feature wpad.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2025-02-08 19:40:27 +08:00

8 lines
164 B
Makefile

BOARDNAME:=Generic
DEFAULT_PACKAGES += wpad-openssl
define Target/Description
Build firmware images for generic Atheros AR71xx/AR913x/AR934x based boards.
endef