projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[rdc] refresh 2.6.30 kernel patches
[openwrt.git]
/
target
/
linux
/
rdc
/
patches-2.6.30
/
003-rootfstype.patch
1
--- a/init/do_mounts.c
2
+++ b/init/do_mounts.c
3
@@ -191,6 +191,8 @@ static void __init get_fs_names(char *pa
4
{
5
char *s = page;
6
7
+ if (!root_fs_names)
8
+ root_fs_names = "squashfs,jffs2";
9
if (root_fs_names) {
10
strcpy(page, root_fs_names);
11
while (*s++) {
This page took
0.057551 seconds
and
5
git commands to generate.