diff options
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-rw-r--r-- | linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 1f7ecc0a35..4ed45f9da9 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -39,6 +39,7 @@ pb@stealth.(none) pb@workhouse.(none) pb_@gandalf.tm.informatik.uni-frankfurt.de ral@alwin.at.home +red@quarm.(none) schurig@mnz66.mn-logistik.de schurig@schurig.homelinux.net szczepan@home.hrw.one.pl diff --git a/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe b/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe index e6e672ce25..72a0625a11 100644 --- a/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe +++ b/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe @@ -53,5 +53,5 @@ KERNEL_LDSUFFIX = "-2.11.2" COMPATIBLE_HOST = "arm.*-linux" do_configure_prepend() { - install -m 0644 ${WORKDIR}/defconfig-${MACHINE} ${S}/.config || die "No default configuration for ${MACHINE} available." + install -m 0644 ${S}/defconfig-${MACHINE} ${S}/.config || die "No default configuration for ${MACHINE} available." } |