diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-08-30 22:59:20 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-08-30 22:59:20 +0000 |
commit | 867ac59ff97fc53ff1d205be3a176b6409e358f2 (patch) | |
tree | 4f5a7a8999226f7679d4037a2d1a1e1960ff2965 /target/linux/generic | |
parent | 34736c48b96196a2b2c429b47b4733e638e30804 (diff) | |
download | upstream-867ac59ff97fc53ff1d205be3a176b6409e358f2.tar.gz upstream-867ac59ff97fc53ff1d205be3a176b6409e358f2.tar.bz2 upstream-867ac59ff97fc53ff1d205be3a176b6409e358f2.zip |
enable SYSRQ for all targets, remove overrides from brcm63xx, octeon and omap35xx
SVN-Revision: 22846
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-2.6.25 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-2.6.30 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-2.6.31 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-2.6.32 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-2.6.33 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-2.6.34 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-2.6.35 | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/generic/config-2.6.25 b/target/linux/generic/config-2.6.25 index 75b5d65b12..97f7ac8d8a 100644 --- a/target/linux/generic/config-2.6.25 +++ b/target/linux/generic/config-2.6.25 @@ -789,7 +789,7 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_MAC_EMUMOUSEBTN is not set # CONFIG_MAC_PARTITION is not set # CONFIG_MACVLAN is not set -# CONFIG_MAGIC_SYSRQ is not set +CONFIG_MAGIC_SYSRQ=y # CONFIG_MARKEINS is not set # CONFIG_MARKERS is not set # CONFIG_MARVELL_PHY is not set diff --git a/target/linux/generic/config-2.6.30 b/target/linux/generic/config-2.6.30 index ce344a4805..b2b7b21437 100644 --- a/target/linux/generic/config-2.6.30 +++ b/target/linux/generic/config-2.6.30 @@ -1128,7 +1128,7 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_MACINTOSH_DRIVERS is not set # CONFIG_MAC_PARTITION is not set # CONFIG_MACVLAN is not set -# CONFIG_MAGIC_SYSRQ is not set +CONFIG_MAGIC_SYSRQ=y # CONFIG_MARKEINS is not set # CONFIG_MARKERS is not set # CONFIG_MARVELL_PHY is not set diff --git a/target/linux/generic/config-2.6.31 b/target/linux/generic/config-2.6.31 index 3296c402fa..7dfe4edb12 100644 --- a/target/linux/generic/config-2.6.31 +++ b/target/linux/generic/config-2.6.31 @@ -1125,7 +1125,7 @@ CONFIG_MAC80211_DEFAULT_PS=y # CONFIG_MACINTOSH_DRIVERS is not set # CONFIG_MAC_PARTITION is not set # CONFIG_MACVLAN is not set -# CONFIG_MAGIC_SYSRQ is not set +CONFIG_MAGIC_SYSRQ=y # CONFIG_MARKEINS is not set # CONFIG_MARKERS is not set # CONFIG_MARVELL_PHY is not set diff --git a/target/linux/generic/config-2.6.32 b/target/linux/generic/config-2.6.32 index e3847e5fab..23a06740b3 100644 --- a/target/linux/generic/config-2.6.32 +++ b/target/linux/generic/config-2.6.32 @@ -1197,7 +1197,7 @@ CONFIG_MAC80211_DEFAULT_PS=y # CONFIG_MACINTOSH_DRIVERS is not set # CONFIG_MAC_PARTITION is not set # CONFIG_MACVLAN is not set -# CONFIG_MAGIC_SYSRQ is not set +CONFIG_MAGIC_SYSRQ=y # CONFIG_MARKEINS is not set # CONFIG_MARKERS is not set # CONFIG_MARVELL_PHY is not set diff --git a/target/linux/generic/config-2.6.33 b/target/linux/generic/config-2.6.33 index e7d16e59f9..7145be7905 100644 --- a/target/linux/generic/config-2.6.33 +++ b/target/linux/generic/config-2.6.33 @@ -1236,7 +1236,7 @@ CONFIG_MAC80211_DEFAULT_PS=y # CONFIG_MACINTOSH_DRIVERS is not set # CONFIG_MAC_PARTITION is not set # CONFIG_MACVLAN is not set -# CONFIG_MAGIC_SYSRQ is not set +CONFIG_MAGIC_SYSRQ=y # CONFIG_MARKEINS is not set # CONFIG_MARKERS is not set # CONFIG_MARVELL_PHY is not set diff --git a/target/linux/generic/config-2.6.34 b/target/linux/generic/config-2.6.34 index cec70962b8..0aa8723e90 100644 --- a/target/linux/generic/config-2.6.34 +++ b/target/linux/generic/config-2.6.34 @@ -1264,7 +1264,7 @@ CONFIG_MAC80211_DEFAULT_PS=y # CONFIG_MAC_PARTITION is not set # CONFIG_MACVLAN is not set # CONFIG_MACVTAP is not set -# CONFIG_MAGIC_SYSRQ is not set +CONFIG_MAGIC_SYSRQ=y # CONFIG_MARKEINS is not set # CONFIG_MARKERS is not set # CONFIG_MARVELL_PHY is not set diff --git a/target/linux/generic/config-2.6.35 b/target/linux/generic/config-2.6.35 index c3b1d2e7dd..52e95d1a04 100644 --- a/target/linux/generic/config-2.6.35 +++ b/target/linux/generic/config-2.6.35 @@ -1305,7 +1305,7 @@ CONFIG_MAC80211_DEFAULT_PS=y # CONFIG_MAC_PARTITION is not set # CONFIG_MACVLAN is not set # CONFIG_MACVTAP is not set -# CONFIG_MAGIC_SYSRQ is not set +CONFIG_MAGIC_SYSRQ=y # CONFIG_MARKEINS is not set # CONFIG_MARKERS is not set # CONFIG_MARVELL_PHY is not set |