mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-09 08:39:29 -04:00
Bootargs for devices in the realtek target were previously consolidated in commitaf2cfbda2b("realtek: Consolidate bootargs"), since all devices currently use the same arguments. Commita75b9e3ecb("realtek: Adding RTL930X sub-target") reverted this without any argumentation, so let's undo that. Commit0b8dfe0851("realtek: Add RTL931X sub-target") introduced the old bootargs also for RTL931x, without providing any actual device support. Until that is done, let's assume vendors will have done what they did before, and use a baud rate of 115200. Fixes:a75b9e3ecb("realtek: Adding RTL930X sub-target") Signed-off-by: Sander Vanheule <sander@svanheule.net>