From 9a93e21dc3856e2db743cf0116d448eaa23974a2 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 25 Jan 2008 11:24:40 +0000 Subject: [PATCH] updated loop-aes to version 3.2b, changed dependency (conflicts with normal loop, due to same module-name (loop.ko) but can also been built against kernel 2.4).I think it would be a good idea to change the submenu to "Block Devices", because it's handled in the linux-kernel the same way and it can only be selected when loopback-supported is deselected (and this becomes very confusing when both dependent entries are in different submenus). Signed-off-by: Mirko Vogt SVN-Revision: 10251 --- utils/loop-aes/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/loop-aes/Makefile b/utils/loop-aes/Makefile index c5d4f895f..e103fdcd3 100644 --- a/utils/loop-aes/Makefile +++ b/utils/loop-aes/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=loop-aes -PKG_VERSION:=3.2a +PKG_VERSION:=3.2b PKG_RELEASE:=1 PKG_SOURCE:=loop-AES-v$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/$(PKG_NAME) -PKG_MD5SUM:=d0b5b0f104ce0e1ee9e3ba9608f24ec4 +PKG_MD5SUM:=2c5642ccfa1a780ef4bd76eb873076aa PKG_BUILD_DIR:=$(BUILD_DIR)/loop-AES-v$(PKG_VERSION) @@ -23,10 +23,10 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/loop-aes SUBMENU:=Cryptographic API modules - DEPENDS:=@LINUX_2_6 + DEPENDS:=@!PACKAGE_kmod-loop TITLE:=loopback module with built-in AES FILES:=$(PKG_BUILD_DIR)/loop.$(LINUX_KMOD_SUFFIX) - AUTOLOAD:=$(call AutoLoad,80,loop) + AUTOLOAD:=$(call AutoLoad,30,loop) URL:=http://loop-aes.sourceforge.net endef -- 2.30.2