diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-12-06 13:19:15 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2008-12-06 13:19:15 +0000 |
commit | df90a3627dc6ec0d4015b56611c9c57d75bfda9c (patch) | |
tree | 2743d9b23d93f260f973ef97d515039817c57512 /target/linux/ixp4xx/image/apex/Makefile | |
parent | d6382555f4cfcdaddc9f4ef8738501d82aef034d (diff) | |
download | upstream-df90a3627dc6ec0d4015b56611c9c57d75bfda9c.tar.gz upstream-df90a3627dc6ec0d4015b56611c9c57d75bfda9c.tar.bz2 upstream-df90a3627dc6ec0d4015b56611c9c57d75bfda9c.zip |
ixp4xx/apex: Limit ram size to 64MB
SVN-Revision: 13530
Diffstat (limited to 'target/linux/ixp4xx/image/apex/Makefile')
-rw-r--r-- | target/linux/ixp4xx/image/apex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/image/apex/Makefile b/target/linux/ixp4xx/image/apex/Makefile index fdb2a054e6..d6c4c4a0c2 100644 --- a/target/linux/ixp4xx/image/apex/Makefile +++ b/target/linux/ixp4xx/image/apex/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=apex PKG_VERSION:=1.5.14 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |