diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2009-07-10 01:01:59 +0000 |
---|---|---|
committer | Geoff Levand <geoffrey.levand@am.sony.com> | 2009-07-10 01:01:59 +0000 |
commit | 91bd1fc382b88e9193875cd0ef077f29d389c8e7 (patch) | |
tree | cb53fb6ad28b25c2224b9a2d500273a81948c335 /target/linux | |
parent | 2d3e7d7eeed3d21cdb7065ae0a783d27c0f0b65e (diff) | |
download | upstream-91bd1fc382b88e9193875cd0ef077f29d389c8e7.tar.gz upstream-91bd1fc382b88e9193875cd0ef077f29d389c8e7.tar.bz2 upstream-91bd1fc382b88e9193875cd0ef077f29d389c8e7.zip |
PS3: Enable kernel command line editing
To allow for kernel command line editing add an empty
comand line to the PS3 kernel config.
SVN-Revision: 16757
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ps3/config-2.6.28 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ps3/config-2.6.28 b/target/linux/ps3/config-2.6.28 index e5ad3fe682..d58d8d8254 100644 --- a/target/linux/ps3/config-2.6.28 +++ b/target/linux/ps3/config-2.6.28 @@ -34,7 +34,8 @@ CONFIG_BOUNCE=y # CONFIG_BSD_PROCESS_ACCT is not set # CONFIG_CGROUP_SCHED is not set CONFIG_CLASSIC_RCU=y -# CONFIG_CMDLINE_BOOL is not set +CONFIG_CMDLINE="" +CONFIG_CMDLINE_BOOL=y CONFIG_COMPAT=y CONFIG_COMPAT_BINFMT_ELF=y CONFIG_COMPAT_BRK=y |