OpenWrt – Diff between revs 2 and 3
?pathlinks?
Rev 2 | Rev 3 | |||
---|---|---|---|---|
Line 24... | Line 24... | |||
24 | static inline int |
24 | static inline int |
|
25 | uart_handle_sysrq_char(struct uart_port *port, unsigned int ch) |
25 | uart_handle_sysrq_char(struct uart_port *port, unsigned int ch) |
|
26 | { |
26 | { |
|
27 | --- a/lib/Kconfig.debug |
27 | --- a/lib/Kconfig.debug |
|
28 | +++ b/lib/Kconfig.debug |
28 | +++ b/lib/Kconfig.debug |
|
29 | @@ -410,6 +410,11 @@ config MAGIC_SYSRQ_DEFAULT_ENABLE |
29 | @@ -396,6 +396,11 @@ config MAGIC_SYSRQ_DEFAULT_ENABLE |
|
30 | This may be set to 1 or 0 to enable or disable them all, or |
30 | This may be set to 1 or 0 to enable or disable them all, or |
|
31 | to a bitmask as described in Documentation/sysrq.txt. |
31 | to a bitmask as described in Documentation/sysrq.txt. |
|
Line 32... | Line 32... | |||
32 | |
32 | |
|
33 | +config MAGIC_SYSRQ_SERIAL |
33 | +config MAGIC_SYSRQ_SERIAL |