diff options
author | John Crispin <john@phrozen.org> | 2016-08-02 09:31:55 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-08-03 15:30:13 +0200 |
commit | 10f9ea0bc6a9e8f606bf539d07c54e74ce4f4ae8 (patch) | |
tree | f5fd679f9d37944cfd3df9d1618cfe81b875c392 /package/boot/uboot-lantiq/Makefile | |
parent | 9abbaa9539b7f34422e3233369e4bdc867ced915 (diff) | |
download | upstream-10f9ea0bc6a9e8f606bf539d07c54e74ce4f4ae8.tar.gz upstream-10f9ea0bc6a9e8f606bf539d07c54e74ce4f4ae8.tar.bz2 upstream-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/uboot-lantiq/Makefile')
-rw-r--r-- | package/boot/uboot-lantiq/Makefile | 2 |
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) |