summaryrefslogtreecommitdiff
path: root/target/linux/ramips/patches/117-workaround-for-autobuild.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/patches/117-workaround-for-autobuild.patch')
-rwxr-xr-xtarget/linux/ramips/patches/117-workaround-for-autobuild.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/ramips/patches/117-workaround-for-autobuild.patch b/target/linux/ramips/patches/117-workaround-for-autobuild.patch
new file mode 100755
index 0000000..c239525
--- /dev/null
+++ b/target/linux/ramips/patches/117-workaround-for-autobuild.patch
@@ -0,0 +1,13 @@
+Index: linux-3.10.14/scripts/kconfig/conf.c
+===================================================================
+--- linux-3.10.14.orig/scripts/kconfig/conf.c
++++ linux-3.10.14/scripts/kconfig/conf.c
+@@ -77,7 +77,7 @@ static void check_stdin(void)
+ printf(_("aborted!\n\n"));
+ printf(_("Console input/output is redirected. "));
+ printf(_("Run 'make oldconfig' to update configuration.\n\n"));
+- exit(1);
++ //exit(1); // a quick fix for autobuild.
+ }
+ }
+