diff options
author | Roman Yeryomin <roman@advem.lv> | 2013-05-17 20:40:24 +0300 |
---|---|---|
committer | Roman Yeryomin <roman@advem.lv> | 2013-05-17 20:40:24 +0300 |
commit | e6d87036412b952cb083eff2dc716aee97a771f2 (patch) | |
tree | 273dd3daaa85553832d3cc6d48276229dc7fbe09 /target/linux/realtek/patches-2.6.30/9992-arch-rlx-Kconfig-add-panic_printk.patch | |
parent | a18fec42221baa52fff4c5ffd45ec8f32e3add36 (diff) |
Move to rsdk 3.2.4. Compiles cleanly.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/realtek/patches-2.6.30/9992-arch-rlx-Kconfig-add-panic_printk.patch')
-rw-r--r-- | target/linux/realtek/patches-2.6.30/9992-arch-rlx-Kconfig-add-panic_printk.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/realtek/patches-2.6.30/9992-arch-rlx-Kconfig-add-panic_printk.patch b/target/linux/realtek/patches-2.6.30/9992-arch-rlx-Kconfig-add-panic_printk.patch new file mode 100644 index 000000000..8232e2e82 --- /dev/null +++ b/target/linux/realtek/patches-2.6.30/9992-arch-rlx-Kconfig-add-panic_printk.patch @@ -0,0 +1,14 @@ +--- linux-2.6.30.9/arch/rlx/Kconfig.old 2013-05-17 19:37:08.271048287 +0300 ++++ linux-2.6.30.9/arch/rlx/Kconfig 2013-05-17 19:24:57.126107469 +0300 +@@ -261,6 +261,11 @@ + config SYS_HAS_EARLY_PRINTK + bool + ++config PANIC_PRINTK ++ bool "realtek panic_printk" ++ depends on PRINTK ++ default y ++ + config NO_IOPORT + def_bool n + |