zram-swap: fix dependencies
swapon/swapoff are no longer provided by swap-utils; they are provided by block-mount instead. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38795
This commit is contained in:
parent
4abd860ab2
commit
0ade818cb7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/zram-swap
|
define Package/zram-swap
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Base system
|
CATEGORY:=Base system
|
||||||
DEPENDS:=+kmod-zram +!(BUSYBOX_CONFIG_MKSWAP&&BUSYBOX_CONFIG_SWAPONOFF):swap-utils
|
DEPENDS:=+kmod-zram +!BUSYBOX_CONFIG_MKSWAP:swap-utils +!BUSYBOX_CONFIG_SWAPONOFF:block-mount
|
||||||
TITLE:=ZRAM swap scripts
|
TITLE:=ZRAM swap scripts
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue