loop-aes: Update. Fixes compile on 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23337 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ea4696f2d7
commit
c386f41111
@ -9,14 +9,15 @@ include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=loop-aes
|
||||
PKG_VERSION:=3.2h
|
||||
PKG_VERSION:=3.4b
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=loop-AES-v$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
||||
PKG_MD5SUM:=060bec1ae3c5ba98d63c7d64d906faaf
|
||||
PKG_MD5SUM:=5552e8a2572c5fa416a28493f9e0ec8f
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/loop-AES-v$(PKG_VERSION)
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@ -36,7 +37,7 @@ define KernelPackage/loop-aes/description
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
||||
ARCH="$(LINUX_KARCH)" \
|
||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||
CC="$(TARGET_CC)" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user