projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6320a6
)
base-files: add a dependency on fstools
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 28 Sep 2015 09:40:39 +0000
(09:40 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 28 Sep 2015 09:40:39 +0000
(09:40 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47066
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index c33a3dc104636bc42d0d6b276130b2bcbdf926f9..967d5430eb40e5c96d1697dd649e8ecc86e86914 100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-31,7
+31,7
@@
endif
define Package/base-files
SECTION:=base
CATEGORY:=Base system
- DEPENDS:=+netifd +libc +procd +jsonfilter +SIGNED_PACKAGES:usign
+ DEPENDS:=+netifd +libc +procd +jsonfilter +SIGNED_PACKAGES:usign
+fstools
TITLE:=Base filesystem for OpenWrt
URL:=http://openwrt.org/
VERSION:=$(PKG_RELEASE)-$(REVISION)