aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-mtx-1_2.4.27.bb
diff options
context:
space:
mode:
authorMartin Dietze <herbert@spamcop.net>2009-11-29 21:04:08 +0100
committerMartin Dietze <mdietze@gmail.com>2013-03-02 17:26:50 +0100
commit73b9083202bdd93d19b853d4080d153443fd96d8 (patch)
treed605bd0bf35157b801b5be3943ba5655df243df0 /recipes/linux/linux-mtx-1_2.4.27.bb
parent663589f836ce84bebe8cb9431d66494ef51a2082 (diff)
downloadopenembedded-73b9083202bdd93d19b853d4080d153443fd96d8.tar.gz
linux-mtx-[12]-2.4.27: support bash4 for oldconfig
* when using bash4 as /bin/sh the scripts/Configure script failed when running `make oldconfig', added patch to change `. .config' to `. ./.config'
Diffstat (limited to 'recipes/linux/linux-mtx-1_2.4.27.bb')
-rw-r--r--recipes/linux/linux-mtx-1_2.4.27.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/linux/linux-mtx-1_2.4.27.bb b/recipes/linux/linux-mtx-1_2.4.27.bb
index 6dd7121bae..952edb0140 100644
--- a/recipes/linux/linux-mtx-1_2.4.27.bb
+++ b/recipes/linux/linux-mtx-1_2.4.27.bb
@@ -41,6 +41,7 @@ SRC_URI = "cvs://cvs:cvs@ftp.linux-mips.org/home/cvs;module=linux;tag=linux_2_4_
file://43-usbserial-27-32-backport.diff;patch=1 \
file://45-acm-tty-and-sb2.patch;patch=1 \
file://48-pptp.patch;patch=1 \
+ file://49-bash4-configure.patch;patch=1 \
file://defconfig-mtx-1"
S = "${WORKDIR}/linux"