index
:
openwrt-packages.git
Community maintained packages for OpenWrt
log msg
author
committer
range
linksys3200ac-master
master
update/libndpi-to-4.6
update/udpspeeder
about
summary
refs
log
tree
commit
diff
path:
root
/
libs
/
dtc
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Rosen Penev <rosenp@gmail.com>
2019-09-16 10:01:13 -0700
committer
Yousong Zhou <yszhou4tech@gmail.com>
2019-09-17 11:37:15 +0800
commit
4cecfeced84cbb54da6c4743fba19cc75b6c444e
(
patch
)
tree
8e1ac7b37748de118ad57db20b9bc3c1a1d9e76d
/
libs/dtc
parent
0fa6b856869c2d469ca1451b0405236bb57345c4
(
diff
)
dtc: Add missing dependency to -utils
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat
(limited to 'libs/dtc')
-rw-r--r--
libs/dtc/Makefile
1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/dtc/Makefile b/libs/dtc/Makefile
index 081eaf0bf..b905f2664 100644
--- a/
libs/dtc/Makefile
+++ b/
libs/dtc/Makefile
@@ -46,6 +46,7 @@ define Package/fdt-utils
CATEGORY:=Utilities
TITLE:=Flat Device Tree Utilities
URL:=https://git.kernel.org/pub/scm/utils/dtc/dtc.git
+ DEPENDS:=+libfdt
endef
define Package/fdt-utils/install