projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76c9809
)
add missing dependency on libblkid to swap-utils, needed for swapon/off (closes:...
author
Nicolas Thill
<nico@openwrt.org>
Mon, 15 Sep 2008 08:21:14 +0000
(08:21 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 15 Sep 2008 08:21:14 +0000
(08:21 +0000)
SVN-Revision: 12610
package/util-linux-ng/Makefile
patch
|
blob
|
history
diff --git
a/package/util-linux-ng/Makefile
b/package/util-linux-ng/Makefile
index d3fa3633b6dd0b1fcb313e99161f7b424a3de719..057791a694ddfb143512affe38dfd7da72dc26e5 100644
(file)
--- a/
package/util-linux-ng/Makefile
+++ b/
package/util-linux-ng/Makefile
@@
-70,7
+70,7
@@
define Package/swap-utils
$(call Package/util-linux/Default)
SUBMENU:=disc
TITLE:=Swap space management utilities
- DEPENDS+= +libuuid
+ DEPENDS+= +lib
blkid +lib
uuid
endef
define Package/swap-utils/description