X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-3.14%2F492-try-auto-mounting-ubi0-rootfs-in-init-do_mounts.c.patch;h=c36dbe3243e4e499fa4752ad4c4f4b355ac16d51;hp=75a0bc02cac1774d78d7b98dc98a2ecbffe6c449;hb=f8de4f9e9a0f8e6e8f0de7756ba1dc8718a090ac;hpb=9bd9275f6bcf6f2097fb5d925348fff3448c0814 diff --git a/target/linux/generic/patches-3.14/492-try-auto-mounting-ubi0-rootfs-in-init-do_mounts.c.patch b/target/linux/generic/patches-3.14/492-try-auto-mounting-ubi0-rootfs-in-init-do_mounts.c.patch index 75a0bc02ca..c36dbe3243 100644 --- a/target/linux/generic/patches-3.14/492-try-auto-mounting-ubi0-rootfs-in-init-do_mounts.c.patch +++ b/target/linux/generic/patches-3.14/492-try-auto-mounting-ubi0-rootfs-in-init-do_mounts.c.patch @@ -9,8 +9,6 @@ Signed-off-by: Daniel Golle init/do_mounts.c | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) -diff --git a/init/do_mounts.c b/init/do_mounts.c -index 82f2288..faba9c6 100644 --- a/init/do_mounts.c +++ b/init/do_mounts.c @@ -432,7 +432,27 @@ retry: @@ -53,6 +51,3 @@ index 82f2288..faba9c6 100644 #ifdef CONFIG_BLOCK create_dev("/dev/root", ROOT_DEV); mount_block_root("/dev/root", root_mountflags); --- -1.9.2 -