Author: rmilecki Date: 2015-01-16 15:50:51 +0100 (Fri, 16 Jan 2015) New Revision: 43980
Modified: trunk/config/Config-kernel.in Log: config: enable EARLY_PRINTK on bcm53xx by default It's useful for debugging and safe at the same time as we enable it per device. Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]> Modified: trunk/config/Config-kernel.in =================================================================== --- trunk/config/Config-kernel.in 2015-01-16 12:48:27 UTC (rev 43979) +++ trunk/config/Config-kernel.in 2015-01-16 14:50:51 UTC (rev 43980) @@ -96,6 +96,7 @@ config KERNEL_EARLY_PRINTK bool "Compile the kernel with early printk" + default y if TARGET_bcm53xx default n depends on arm select KERNEL_DEBUG_KERNEL _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
