]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ath79: wndap360: don't pass bootloader args
authorRosen Penev <rosenp@gmail.com>
Sun, 5 Apr 2026 06:06:12 +0000 (23:06 -0700)
committerRobert Marko <robimarko@gmail.com>
Thu, 9 Apr 2026 08:47:53 +0000 (10:47 +0200)
Stocks args have

console=ttyS0,9600
rootfstype=squashfs

root=31:03
init=/sbin/init
mtdparts=ar7100-nor0:256k(u-boot),64k(u-boot-env),
1024k(vmlinux.gz.uImage),6208k(rootfs),512k(var),
64k(manufacturing-data),64k(ART)
rootfstype=squashfs,jffs2

which is wrong and interferes with OpenWrt. Keep the non default console
parameter to have console working properly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22769
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/ath79/dts/ar7161_netgear_wndap360.dts

index b441a64948539f051b0a814c0438efc934efab69..bf91693d67a719c3da2ce287e6c449bf0603b291 100644 (file)
@@ -11,7 +11,7 @@
        model = "Netgear WNDAP360";
 
        chosen {
-               /delete-property/ bootargs;
+               bootargs = "console=ttyS0,9600";
        };
 
        aliases {