From 9e685c3fa73f5ee48911054dc867fde1970761b5 Mon Sep 17 00:00:00 2001 From: Julius Schwartzenberg Date: Thu, 19 Feb 2026 19:08:59 +0100 Subject: [PATCH] ipq40xx: enable Devolo Magic 2 WiFi next Note that for working G.hn support some packages need to be extracted from the Devolo firmware. Signed-off-by: Julius Schwartzenberg Link: https://github.com/openwrt/openwrt/pull/22123 Signed-off-by: Hauke Mehrtens (cherry picked from commit 97238c793b9f160be21b23b8bf39897d7f354230) --- target/linux/ipq40xx/image/generic.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index b95fa22029..f89df0150b 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -392,7 +392,6 @@ define Device/devolo_magic-2-wifi-next IMAGE_SIZE := 26624k IMAGES := sysupgrade.bin IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata - DEFAULT := n endef TARGET_DEVICES += devolo_magic-2-wifi-next