mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
9a0155bc4f
Add Kernel 5.15 patches + config. This is currently only available for the generic subtarget, as it was exclusively tested with this target. Tested-on: Siemens WS-AP3610, Enterasys WS-AP3705i Signed-off-by: David Bauer <mail@david-bauer.net>
10 lines
201 B
Makefile
10 lines
201 B
Makefile
BOARDNAME:=Generic
|
|
|
|
DEFAULT_PACKAGES += wpad-basic-wolfssl
|
|
|
|
KERNEL_TESTING_PATCHVER:=5.15
|
|
|
|
define Target/Description
|
|
Build firmware images for generic Atheros AR71xx/AR913x/AR934x based boards.
|
|
endef
|