summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2007-04-10 19:23:56 +0000
committerOyvind Repvik <nail@nslu2-linux.org>2007-04-10 19:23:56 +0000
commit3630860bf1b7ae39f284ee87fa244187166041b8 (patch)
tree61e8afe59ed5ceb6119f2f3087469a8a37ed7065
parent8ecf0375cbf04b1ffa229e3bba48ab147677f39f (diff)
u-boot_1.2.0: Merge in linkstationppc
-rw-r--r--packages/uboot/u-boot_1.2.0.bb20
1 files changed, 18 insertions, 2 deletions
diff --git a/packages/uboot/u-boot_1.2.0.bb b/packages/uboot/u-boot_1.2.0.bb
index d5529bad82..f1075bb00b 100644
--- a/packages/uboot/u-boot_1.2.0.bb
+++ b/packages/uboot/u-boot_1.2.0.bb
@@ -1,9 +1,25 @@
require u-boot.inc
-PR = "r1"
+PR = "r2"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-1.2.0.tar.bz2 \
"
-SRC_URI_append_turbostation = "file://uboot-qnap.diff;patch=1"
+SRC_URI_append_turbostation = "file://qnap.diff;patch=1"
+
+SRC_URI_append_lsppchg = "file://u-boot-kurobox.patch;patch=1 \
+ file://u-boot-kurobox-fdt.patch;patch=1 \
+ file://defconfig_lsppchg"
+
+SRC_URI_append_lsppchd = "file://u-boot-kurobox.patch;patch=1 \
+ file://u-boot-kurobox-fdt.patch;patch=1 \
+ file://defconfig_lsppchg"
+
+do_compile_prepend_lsppchg () {
+ cp ${WORKDIR}/defconfig_lsppchg ${S}/include/configs/linkstation.h
+}
+
+do_compile_prepend_lsppchd () {
+ cp ${WORKDIR}/defconfig_lsppchd ${S}/include/configs/linkstation.h
+}
PACKAGE_ARCH = "${MACHINE_ARCH}"