aboutsummaryrefslogtreecommitdiffstats
path: root/package/apex/patches/150-limit_ram_to_64mb.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-04-06 09:56:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-04-06 09:56:30 +0000
commitc237309a3a077ab0cf81c9c29e6437f49ec0ab63 (patch)
treedce62e287fbe731c3768d7f99aabafe3a0b1a785 /package/apex/patches/150-limit_ram_to_64mb.patch
parentf0971cead83e1fef42c136ae539f8017401d2e2c (diff)
downloadupstream-c237309a3a077ab0cf81c9c29e6437f49ec0ab63.tar.gz
upstream-c237309a3a077ab0cf81c9c29e6437f49ec0ab63.tar.bz2
upstream-c237309a3a077ab0cf81c9c29e6437f49ec0ab63.zip
ixp4xx: make apex optional, clean up the makefile - fixes spurious recompilation issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15115 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/apex/patches/150-limit_ram_to_64mb.patch')
-rw-r--r--package/apex/patches/150-limit_ram_to_64mb.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/apex/patches/150-limit_ram_to_64mb.patch b/package/apex/patches/150-limit_ram_to_64mb.patch
new file mode 100644
index 0000000000..79ecd9759b
--- /dev/null
+++ b/package/apex/patches/150-limit_ram_to_64mb.patch
@@ -0,0 +1,22 @@
+--- apex-1.5.13/src/mach-ixp42x/slugos-nslu2-armeb_config~ 2008-11-28 14:05:56.905634749 +0000
++++ apex-1.5.13/src/mach-ixp42x/slugos-nslu2-armeb_config 2008-12-06 13:15:49.857504031 +0000
+@@ -135,7 +135,7 @@
+ CONFIG_ENV_STARTUP_KERNEL_COPY=y
+ # CONFIG_ENV_REGION_KERNEL_SWAP is not set
+ CONFIG_ENV_STARTUP_PREFIX_P=y
+-CONFIG_ENV_STARTUP_PREFIX="sdram-init; memscan -u 0+256m"
++CONFIG_ENV_STARTUP_PREFIX="sdram-init; memscan -u 0+64m"
+
+ #
+ # Regions
+--- apex-1.5.13/src/mach-ixp42x/slugos-nslu2-16mb-armeb_config~ 2008-11-28 14:05:56.905634749 +0000
++++ apex-1.5.13/src/mach-ixp42x/slugos-nslu2-16mb-armeb_config 2008-12-06 13:17:41.311867740 +0000
+@@ -135,7 +135,7 @@
+ CONFIG_ENV_STARTUP_KERNEL_COPY=y
+ # CONFIG_ENV_REGION_KERNEL_SWAP is not set
+ CONFIG_ENV_STARTUP_PREFIX_P=y
+-CONFIG_ENV_STARTUP_PREFIX="sdram-init; memscan -u 0+256m"
++CONFIG_ENV_STARTUP_PREFIX="sdram-init; memscan -u 0+64m"
+
+ #
+ # Regions