summaryrefslogtreecommitdiffstats
path: root/package/boot
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-08-02 09:31:55 +0200
committerJohn Crispin <john@phrozen.org>2016-08-03 15:30:13 +0200
commit10f9ea0bc6a9e8f606bf539d07c54e74ce4f4ae8 (patch)
treef5fd679f9d37944cfd3df9d1618cfe81b875c392 /package/boot
parent9abbaa9539b7f34422e3233369e4bdc867ced915 (diff)
downloadmaster-31e0f0ae-10f9ea0bc6a9e8f606bf539d07c54e74ce4f4ae8.tar.gz
master-31e0f0ae-10f9ea0bc6a9e8f606bf539d07c54e74ce4f4ae8.tar.bz2
master-31e0f0ae-10f9ea0bc6a9e8f606bf539d07c54e74ce4f4ae8.zip
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@phrozen.org>
Diffstat (limited to 'package/boot')
-rw-r--r--package/boot/uboot-lantiq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-lantiq/Makefile b/package/boot/uboot-lantiq/Makefile
index 3ecc1a24cf..43f481fc2f 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)