projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
copy adam2 patch from ar7-2.4 to ar7-2.6
[openwrt.git]
/
target
/
linux
/
rdc-2.6
/
patches
/
003-rootfstype.patch
1
--- linux-2.6.19.2/init/do_mounts.c 2007-01-10 11:10:37.000000000 -0800
2
+++ foo/init/do_mounts.c 2007-04-05 13:15:37.000000000 -0700
3
@@ -243,6 +243,8 @@
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.045218 seconds
and
5
git commands to generate.