diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-13 12:23:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-13 12:23:35 +0200 |
commit | 9d6bea2babdf88563c1c80347e95935eb206d009 (patch) | |
tree | f88c4ac8dfd7d1ddee50aa4ad962e3b94b4d94fc /package/u-boot | |
parent | 7f1d50648a25abd3066c4b3a4c68964242ec02db (diff) |
rename package and use github release
Diffstat (limited to 'package/u-boot')
-rw-r--r-- | package/u-boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile index f00189572..ee0f022aa 100644 --- a/package/u-boot/Makefile +++ b/package/u-boot/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_HASH:= 994e7b9e0e350d9f91f5892d5e5bff00d3714a4962f520f78a64a461ef950ba9 PKG_DESCR:= portable bootloader PKG_SECTION:= base/boot -HOST_BUILDDEP:= libressl-host device-tree-compiler-host +HOST_BUILDDEP:= libressl-host dtc-host PKG_BUILDDEP:= u-boot-host PKG_URL:= http://www.denx.de/wiki/U-Boot PKG_SITES:= ftp://ftp.denx.de/pub/u-boot/ |