projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2e4caf
)
base-files: add a conditional dependency to lede-keyring
author
John Crispin
<blogic@openwrt.org>
Tue, 26 Apr 2016 23:52:02 +0000
(
01:52
+0200)
committer
John Crispin
<blogic@openwrt.org>
Fri, 29 Apr 2016 02:15:34 +0000
(
04:15
+0200)
Signed-off-by: John Crispin <john@phrozen.org>
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index 2286e172084e3fa098ded52a3fbffba518a0e779..4015c340c85aee482618ae0013518e80b23f52e6 100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-33,7
+33,7
@@
endif
define Package/base-files
SECTION:=base
CATEGORY:=Base system
- DEPENDS:=+netifd +libc +procd +jsonfilter +SIGNED_PACKAGES:usign +fstools
+ DEPENDS:=+netifd +libc +procd +jsonfilter +SIGNED_PACKAGES:usign +
SIGNED_PACKAGES:lede-keyring +
fstools
TITLE:=Base filesystem for Lede
URL:=http://openwrt.org/
VERSION:=$(PKG_RELEASE)-$(REVISION)