Upgrade loop-aes to 3.6c

This patch upgrades loop-aes to latest version 3.6c.  This fixes #9614,
however, I didn't test other platforms or other kernel version than 2.6.39.2.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@27414 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2011-07-03 19:19:51 +00:00
parent 545b0d2548
commit 7604117c5e

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2007 OpenWrt.org # Copyright (C) 2007-2011 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=loop-aes PKG_NAME:=loop-aes
PKG_VERSION:=3.4b PKG_VERSION:=3.6c
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=loop-AES-v$(PKG_VERSION).tar.bz2 PKG_SOURCE:=loop-AES-v$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/$(PKG_NAME) PKG_SOURCE_URL:=@SF/$(PKG_NAME)
PKG_MD5SUM:=5552e8a2572c5fa416a28493f9e0ec8f PKG_MD5SUM:=a030eb9af42e167d11434e2475187f00
PKG_BUILD_DIR:=$(BUILD_DIR)/loop-AES-v$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/loop-AES-v$(PKG_VERSION)
PKG_BUILD_PARALLEL:=1 PKG_BUILD_PARALLEL:=1