diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-06-29 03:50:09 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-06-29 03:50:09 +0000 |
commit | cf1faf47780ea1043a5b5cbeec7ae09fddfcc097 (patch) | |
tree | 6277ba820677d19de3cfa1c1c3610fcedb5a4495 /target/linux | |
parent | fc649db7028541c42cdb407ab5555aba29c7db95 (diff) | |
download | upstream-cf1faf47780ea1043a5b5cbeec7ae09fddfcc097.tar.gz upstream-cf1faf47780ea1043a5b5cbeec7ae09fddfcc097.tar.bz2 upstream-cf1faf47780ea1043a5b5cbeec7ae09fddfcc097.zip |
apex: Updated to 1.5.8
SVN-Revision: 7768
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ixp4xx-2.6/image/apex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ixp4xx-2.6/image/apex/Makefile b/target/linux/ixp4xx-2.6/image/apex/Makefile index abaa4324e5..759a4ef75b 100644 --- a/target/linux/ixp4xx-2.6/image/apex/Makefile +++ b/target/linux/ixp4xx-2.6/image/apex/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=apex -PKG_VERSION:=1.5.6 +PKG_VERSION:=1.5.8 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.buici.com/pub/apex/ \ ftp://metalab.unc.edu/pub/Linux/system/boot/apex/ -PKG_MD5SUM:=1ef0881f80b89c7c0fb5d1c66a3b5ea1 +PKG_MD5SUM:=bb96cc8d50b4f00ee653f0800643ea8a include $(INCLUDE_DIR)/package.mk |