diff options
author | David Barksdale <amatus.amongus@gmail.com> | 2012-10-18 07:55:31 -0500 |
---|---|---|
committer | David Barksdale <amatus.amongus@gmail.com> | 2012-10-18 07:58:46 -0500 |
commit | 99840bb7acc071de6e38a6fac81603f3506e9cf1 (patch) | |
tree | 14a57fe2728b2dd2e68bf4726a255ab6aeb4e7d2 | |
parent | e44ad02e4a529da2f42b362895e908edaecc0bc9 (diff) |
handhelds-pxa: fix oldconfig for h3900 alsoamatus-v0.8.4
-rw-r--r-- | org.handhelds.familiar/packages/linux/files/configure-script-bash4.patch (renamed from org.handhelds.familiar/packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh37.4/configure-script-bash4.patch) | 0 | ||||
-rw-r--r-- | org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.1.bb | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/org.handhelds.familiar/packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh37.4/configure-script-bash4.patch b/org.handhelds.familiar/packages/linux/files/configure-script-bash4.patch index 796374f..796374f 100644 --- a/org.handhelds.familiar/packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh37.4/configure-script-bash4.patch +++ b/org.handhelds.familiar/packages/linux/files/configure-script-bash4.patch diff --git a/org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.1.bb b/org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.1.bb index 914089a..c19a641 100644 --- a/org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.1.bb +++ b/org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.1.bb @@ -17,7 +17,8 @@ SRC_URI = "${HANDHELDS_CVS};module=linux/kernel;tag=${@'K' + bb.data.getVar('PV' file://linux-2.4-usb-gadget.patch;patch=1 \ file://usb-gadget-ether-compat.patch;patch=1 \ file://linux-2.4-no-short-loads.patch;patch=1 \ - file://linux-2.4-cpufreq.patch;patch=1" + file://linux-2.4-cpufreq.patch;patch=1\ + file://configure-script-bash4.patch;patch=1" S = "${WORKDIR}/kernel" |