I wanted bcm53xx kernels to be compiled with EARLY_PRINTK by default. This is safe, we enable "earlyprintk" using bootargs on tested devices only.
So I have config option enabled in default configs: > grep EARLY_PRINTK target/linux/bcm53xx/config-3.1* target/linux/bcm53xx/config-3.14:CONFIG_EARLY_PRINTK=y target/linux/bcm53xx/config-3.18:CONFIG_EARLY_PRINTK=y However it gets overwritten by KERNEL_EARLY_PRINTK defined in config/Config-kernel.in. KERNEL_EARLY_PRINTK: 1) depends on arm - so non-ARM targets are not affected 2) default n - which disables it by default -- Rafał _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel