mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00

This commit sync target ath79 from openwrt master, and revert some commit which will causes wireless to not work. Use ath10k-ct-smallbuffers by default, so that small memory devices can normal work.
9 lines
189 B
Makefile
9 lines
189 B
Makefile
BOARDNAME:=Generic
|
|
FEATURES += minor squashfs
|
|
|
|
DEFAULT_PACKAGES += wpad-basic
|
|
|
|
define Target/Description
|
|
Build firmware images for generic Atheros AR71xx/AR913x/AR934x based boards.
|
|
endef
|