mirror of https://github.com/openwrt/packages.git
cryptsetup: move to Encryption submenu
Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>pull/3389/head
parent
dbfaf0db07
commit
bb103260af
|
@ -27,6 +27,7 @@ TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
|||
define Package/cryptsetup/Default
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
SUBMENU:=Encryption
|
||||
TITLE:=Cryptsetup
|
||||
DEPENDS:=+libblkid +libuuid +libpopt +lvm2 +libdevmapper +@KERNEL_DIRECT_IO
|
||||
URL:=http://code.google.com/p/cryptsetup/
|
||||
|
|
Loading…
Reference in New Issue