changeset 515:a16e258528bf

Add CONFIG_SWAP to targets that haven't currently got it.
author Rob Landley <rob@landley.net>
date Tue, 02 Dec 2008 02:13:29 -0600
parents 8d2b9cd1a52e
children f846099333ac
files sources/targets/mips/miniconfig-linux sources/targets/mipsel/miniconfig-linux sources/targets/sh4/miniconfig-linux
diffstat 3 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/targets/mips/miniconfig-linux	Tue Dec 02 02:09:11 2008 -0600
+++ b/sources/targets/mips/miniconfig-linux	Tue Dec 02 02:13:29 2008 -0600
@@ -1,4 +1,5 @@
 CONFIG_MIPS_MALTA=y
+CONFIG_SWAP=y
 CONFIG_CPU_MIPS32_R2=y
 CONFIG_MIPS_MT_SMP=y
 CONFIG_MIPS_MT_FPAFF=y
--- a/sources/targets/mipsel/miniconfig-linux	Tue Dec 02 02:09:11 2008 -0600
+++ b/sources/targets/mipsel/miniconfig-linux	Tue Dec 02 02:13:29 2008 -0600
@@ -1,4 +1,5 @@
 CONFIG_CPU_LITTLE_ENDIAN=y
+CONFIG_SWAP=y
 CONFIG_MIPS_MALTA=y
 CONFIG_CPU_MIPS32_R2=y
 CONFIG_MIPS_MT_SMP=y
--- a/sources/targets/sh4/miniconfig-linux	Tue Dec 02 02:09:11 2008 -0600
+++ b/sources/targets/sh4/miniconfig-linux	Tue Dec 02 02:13:29 2008 -0600
@@ -1,5 +1,5 @@
 CONFIG_EXPERIMENTAL=y
-CONFIG_LOCALVERSION_AUTO=y
+CONFIG_SWAP=y
 CONFIG_SYSFS_DEPRECATED=y
 CONFIG_EMBEDDED=y
 CONFIG_UID16=y