kconfig reqd for tmpfs mount, getty baud rate to = gl-ar750 u-boot
This commit is contained in:
parent
1c39da8544
commit
fe7080e75c
2 changed files with 5 additions and 1 deletions
|
@ -55,6 +55,10 @@ in {
|
||||||
PROC_FS = "y";
|
PROC_FS = "y";
|
||||||
# s6-linux-init mounts this on /dev
|
# s6-linux-init mounts this on /dev
|
||||||
DEVTMPFS = "y";
|
DEVTMPFS = "y";
|
||||||
|
# some or all of these may be fix for "tmpfs: Unknown parameter 'mode'" error
|
||||||
|
TMPFS = "y";
|
||||||
|
TMPFS_POSIX_ACL = "y";
|
||||||
|
TMPFS_XATTR = "y";
|
||||||
};
|
};
|
||||||
checkedConfig = config;
|
checkedConfig = config;
|
||||||
};
|
};
|
||||||
|
|
|
@ -73,7 +73,7 @@ let
|
||||||
run = {
|
run = {
|
||||||
file = ''
|
file = ''
|
||||||
#!${execline}/bin/execlineb -P
|
#!${execline}/bin/execlineb -P
|
||||||
${busybox}/bin/getty -l ${busybox}/bin/login 38400 /dev/console
|
${busybox}/bin/getty -l ${busybox}/bin/login 115200 /dev/console
|
||||||
'';
|
'';
|
||||||
mode = "0755";
|
mode = "0755";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue