mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-22 10:01:03 +00:00
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>
This commit is contained in:
parent
9abbaa9539
commit
10f9ea0bc6
@ -355,7 +355,7 @@ define Package/uboot/template
|
|||||||
define Package/uboot-lantiq-$(1)
|
define Package/uboot-lantiq-$(1)
|
||||||
SECTION:=boot
|
SECTION:=boot
|
||||||
CATEGORY:=Boot Loaders
|
CATEGORY:=Boot Loaders
|
||||||
DEPENDS:=$(3)
|
DEPENDS:=$(3) @!IN_SDK
|
||||||
TITLE:=$(2)
|
TITLE:=$(2)
|
||||||
URL:=http://www.denx.de/wiki/U-Boot
|
URL:=http://www.denx.de/wiki/U-Boot
|
||||||
VARIANT:=$(1)
|
VARIANT:=$(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user