> the cmdline is patched inside target/linux/ar71xx/image/Makefile
yes, it works! just for the record:
i changed 2 lines in the makefile for my special options:
user@buildbox:~/openwrt$ grep KERNEL_CMDLINE target/linux/ar71xx/image/Makefile
$(LOADER_MAKE) LOADER=loader-$(1).$(2) KERNEL_CMDLINE="$(3) oops=panic
panic=10"\
$(LOADER_MAKE) LOADER=loader-$(1).$(2) KERNEL_CMDLINE="$(3) oops=panic
panic=10" \
(i appended: 'oops=panic panic=10')
after make target/linux/clean + make + flash
i can see:
root@openwrt:~ cat /proc/cmdline
board=TL-WR1043ND console=ttyS0,115200 oops=panic panic=10
rootfstype=squashfs,jffs2 noinitrd
thank you - bye, bastian
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel