1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 19:21:39 +03:00

PS3: Enable kernel command line editing

To allow for kernel command line editing add an empty
comand line to the PS3 kernel config.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16757 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
geoff 2009-07-10 01:01:59 +00:00
parent 024957ebc1
commit 18c5b7ded9

View File

@ -34,7 +34,8 @@ CONFIG_BOUNCE=y
# CONFIG_BSD_PROCESS_ACCT is not set # CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_CGROUP_SCHED is not set # CONFIG_CGROUP_SCHED is not set
CONFIG_CLASSIC_RCU=y CONFIG_CLASSIC_RCU=y
# CONFIG_CMDLINE_BOOL is not set CONFIG_CMDLINE=""
CONFIG_CMDLINE_BOOL=y
CONFIG_COMPAT=y CONFIG_COMPAT=y
CONFIG_COMPAT_BINFMT_ELF=y CONFIG_COMPAT_BINFMT_ELF=y
CONFIG_COMPAT_BRK=y CONFIG_COMPAT_BRK=y