diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-07-12 02:06:55 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-07-12 02:06:55 +0000 |
commit | 39ae9ac168b557237b8fff22df39df6566c87342 (patch) | |
tree | 89acfe107dce1474b52383bdbbe2f8848f4a329a /package/ixp4xx-microcode/Makefile | |
parent | 9ba31e3b0819f306c121e4404873bda4da655203 (diff) | |
download | upstream-39ae9ac168b557237b8fff22df39df6566c87342.tar.gz upstream-39ae9ac168b557237b8fff22df39df6566c87342.tar.bz2 upstream-39ae9ac168b557237b8fff22df39df6566c87342.zip |
switch to the IXP4xx microcode with crypto support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11779 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ixp4xx-microcode/Makefile')
-rw-r--r-- | package/ixp4xx-microcode/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/ixp4xx-microcode/Makefile b/package/ixp4xx-microcode/Makefile index b3fc8f71d8..449b8952c4 100644 --- a/package/ixp4xx-microcode/Makefile +++ b/package/ixp4xx-microcode/Makefile @@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ixp4xx-microcode PKG_VERSION:=2.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 -PKG_SOURCE:=IPL_ixp400NpeLibrary-2_4.zip -PKG_SOURCE_URL:=http://downloadmirror.intel.com/12954/eng/ -PKG_MD5SUM:=9a6dc3846041b899edf9eff8a906fb11 +PKG_SOURCE:=IPL_ixp400NpeLibraryWithCrypto-2_4.zip +PKG_SOURCE_URL:=http://downloads.openwrt.org/sources +PKG_MD5SUM:=dd5f6482e625ecb334469958bcd54b37 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |