diff options
author | rwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-31 13:43:08 +0000 |
---|---|---|
committer | rwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-31 13:43:08 +0000 |
commit | 4d3c75a4bfc8ce68573de726ce25a98f070f16c8 (patch) | |
tree | d1c724b4c881b9b80e875f68722878c8db9559e0 /target/linux/ixp4xx-2.6/image/apex/Makefile | |
parent | 3b1fd7aba80fed5d315affbb20b29c2cbec0eabc (diff) |
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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7422 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 8d202904d..7b781cfbd 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 |