diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-17 12:31:11 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-17 12:31:11 +0000 |
commit | 3c3b176e32c8ddcf597d2157e981dabfe3d809d3 (patch) | |
tree | 41b100852ef7583bba8663b1801f77fe8ba49f46 /packages | |
parent | 485810a54939251098f846613431b1b5ea9e5c0e (diff) |
linux-nokia770: fix defconfig install
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-nokia770_2.6.16-osso15.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/linux/linux-nokia770_2.6.16-osso15.bb b/packages/linux/linux-nokia770_2.6.16-osso15.bb index e0c823a80c..dd70ae00ba 100644 --- a/packages/linux/linux-nokia770_2.6.16-osso15.bb +++ b/packages/linux/linux-nokia770_2.6.16-osso15.bb @@ -15,7 +15,6 @@ inherit kernel COMPATIBLE_MACHINE = "nokia770" do_configure_prepend() { - install -m 0644 ${WORKDIR}/defconfig ${S}/.config if [ "${TARGET_OS}" == "linux-gnueabi" -o "${TARGET_OS}" == "linux-uclibcgnueabi" ]; then echo "CONFIG_AEABI=y" >> ${S}/.config |