We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#In U-Boot 1.1.3 (Jul 13 2019 - 11:44:56) MT7628 # setenv bootdelay 9 <== this works MT7628 # setenv bootargs 'console=ttyS0,115200 rootfstype=squashfs,jffs2 ipv6.disable=1'
#After boot up root@OpenWrt:/# cat /proc/cmdline console=ttyS0,115200 rootfstype=squashfs,jffs2 <== not applied 'ipv6.disable=1'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#In U-Boot 1.1.3 (Jul 13 2019 - 11:44:56)
MT7628 # setenv bootdelay 9 <== this works
MT7628 # setenv bootargs 'console=ttyS0,115200 rootfstype=squashfs,jffs2 ipv6.disable=1'
#After boot up
root@OpenWrt:/# cat /proc/cmdline
console=ttyS0,115200 rootfstype=squashfs,jffs2 <== not applied 'ipv6.disable=1'
The text was updated successfully, but these errors were encountered: