From 52d776ac968f59149afcd65f8aa1a1d130343ace Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 1 Apr 2026 16:34:53 -0700 Subject: [PATCH] ath79: wndap360: add owl loader Needed so that the WiFi interfaces come up properly. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/22735 Signed-off-by: Robert Marko --- target/linux/ath79/image/generic.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 163997b983..7a682dbf26 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -2234,6 +2234,7 @@ define Device/netgear_wndap360 $(Device/netgear_generic) SOC := ar7161 DEVICE_MODEL := WNDAP360 + DEVICE_PACKAGES := kmod-owl-loader IMAGE_SIZE := 7744k BLOCKSIZE := 256k KERNEL := kernel-bin | append-dtb | gzip | uImage gzip