[source] uboot-lantiq: package does not build inside the SDK
LEDE Commits
lede-commits at lists.infradead.org
Wed Aug 3 06:30:36 PDT 2016
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=10f9ea0bc6a9e8f606bf539d07c54e74ce4f4ae8
commit 10f9ea0bc6a9e8f606bf539d07c54e74ce4f4ae8
Author: John Crispin <john at phrozen.org>
AuthorDate: Tue Aug 2 09:31:55 2016 +0200
uboot-lantiq: package does not build inside the SDK
the packages failed to build inside the SDK due to missing ethernet
firmware files.
Signed-off-by: John Crispin <john at phrozen.org>
---
package/boot/uboot-lantiq/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/boot/uboot-lantiq/Makefile b/package/boot/uboot-lantiq/Makefile
index 3ecc1a2..43f481f 100644
--- a/package/boot/uboot-lantiq/Makefile
+++ b/package/boot/uboot-lantiq/Makefile
@@ -355,7 +355,7 @@ define Package/uboot/template
define Package/uboot-lantiq-$(1)
SECTION:=boot
CATEGORY:=Boot Loaders
- DEPENDS:=$(3)
+ DEPENDS:=$(3) @!IN_SDK
TITLE:=$(2)
URL:=http://www.denx.de/wiki/U-Boot
VARIANT:=$(1)
More information about the lede-commits
mailing list