projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9abbaa9
)
uboot-lantiq: package does not build inside the SDK
author
John Crispin
<john@phrozen.org>
Tue, 2 Aug 2016 07:31:55 +0000
(09:31 +0200)
committer
John Crispin
<john@phrozen.org>
Wed, 3 Aug 2016 13:30:13 +0000
(15:30 +0200)
the packages failed to build inside the SDK due to missing ethernet
firmware files.
Signed-off-by: John Crispin <john@phrozen.org>
package/boot/uboot-lantiq/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-lantiq/Makefile
b/package/boot/uboot-lantiq/Makefile
index 3ecc1a24cf963056b989f05d8fb5afe4de6e5c97..43f481fc2f02082749a4b65b26b99096955fb05c 100644
(file)
--- 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)