diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-04-07 20:34:12 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-04-07 20:34:12 +0000 |
commit | 0770223f732da7d9c32709c72e6194e7f3b8a814 (patch) | |
tree | fbfaf645dcbf115ba7ad72a1a92f739c900f8b5f /packages/uboot | |
parent | f84c43d53cb2e4e23e9adbb43fd014b30f368f54 (diff) |
u-boot 1.2.0: Add patch for turbostation-support
Diffstat (limited to 'packages/uboot')
-rw-r--r-- | packages/uboot/u-boot_1.2.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/uboot/u-boot_1.2.0.bb b/packages/uboot/u-boot_1.2.0.bb index 15d16bd571..5fbce73018 100644 --- a/packages/uboot/u-boot_1.2.0.bb +++ b/packages/uboot/u-boot_1.2.0.bb @@ -2,6 +2,8 @@ require u-boot.inc PR = "r1" -SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-1.2.0.tar.bz2" +SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-1.2.0.tar.bz2 \ + " +SRC_URI_append_turbostation = "file://qnap.diff;patch=1" PACKAGE_ARCH = "${MACHINE_ARCH}" |