mirror of https://github.com/hak5/openwrt-owl.git
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: 16757owl
parent
2d3e7d7eee
commit
91bd1fc382
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue