diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-05-31 13:43:08 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-05-31 13:43:08 +0000 |
commit | 1598ebd3fb256c753d8dc087388ccaba3732a44e (patch) | |
tree | 9486e3ec405bc5ca4241ef1d860bdc2d83aca0c7 /target/linux/ixp4xx-2.6/image/apex/Makefile | |
parent | 47871badccdc39199fc80c94cec23f0922538245 (diff) | |
download | upstream-1598ebd3fb256c753d8dc087388ccaba3732a44e.tar.gz upstream-1598ebd3fb256c753d8dc087388ccaba3732a44e.tar.bz2 upstream-1598ebd3fb256c753d8dc087388ccaba3732a44e.zip |
apex: Revert back to 1.4.7 - what I thought I tested wasn't what I actually tested at all, and what I eventually tested didn't work.
SVN-Revision: 7422
Diffstat (limited to 'target/linux/ixp4xx-2.6/image/apex/Makefile')
-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 8d202904d0..7b781cfbdb 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.4 +PKG_VERSION:=1.4.7 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:=b07790b259f48653c32955244c23cc57 +PKG_MD5SUM:=ed2183311aacf5714afbd825f3671417 include $(INCLUDE_DIR)/package.mk |