diff options
author | Holger Freyther <zecke@selfish.org> | 2006-11-15 00:08:01 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-11-15 00:08:01 +0000 |
commit | 99a536b0501b9e5dc4883c3ca8861ef852566218 (patch) | |
tree | d4fe811d385d4903efaa02258c54d70b8aff684b /packages/linux/mx31ads-kernel_2.6.19rc5.bb | |
parent | 8eeeea5198e888833deafbfaa99724e72f519452 (diff) | |
parent | 11cc6e36d1b600e2cdfe786c352f2e178b1b9d97 (diff) |
merge of '7cf3b400cf166b89986056289fa50151e6511f08'
and 'cbaa08b3cff2b520cf8b1843f19eea0d9539c2f4'
Diffstat (limited to 'packages/linux/mx31ads-kernel_2.6.19rc5.bb')
-rw-r--r-- | packages/linux/mx31ads-kernel_2.6.19rc5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/mx31ads-kernel_2.6.19rc5.bb b/packages/linux/mx31ads-kernel_2.6.19rc5.bb index 1c3179bcfb..0957fe71fe 100644 --- a/packages/linux/mx31ads-kernel_2.6.19rc5.bb +++ b/packages/linux/mx31ads-kernel_2.6.19rc5.bb @@ -39,7 +39,7 @@ do_configure_prepend() { sed -e '/CONFIG_AEABI/d' \ -e '/CONFIG_OABI_COMPAT=/d' \ - '${WORKDIR}/defconfig' >>'${S}/.config' + '${S}/defconfig' >>'${S}/.config' # echo "CONFIG_CMDLINE=\"${CMDLINE}\"" >> ${S}/.config |