From 10f9ea0bc6a9e8f606bf539d07c54e74ce4f4ae8 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 2 Aug 2016 09:31:55 +0200 Subject: [PATCH] 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 --- 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 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) -- 2.30.2