# HG changeset patch # User Rob Landley # Date 1228205609 21600 # Node ID a16e258528bfee6ea035a58e650bd18c7af89f55 # Parent 8d2b9cd1a52ea64249d67755f59c0ccc80fd2795 Add CONFIG_SWAP to targets that haven't currently got it. diff -r 8d2b9cd1a52e -r a16e258528bf sources/targets/mips/miniconfig-linux --- 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 diff -r 8d2b9cd1a52e -r a16e258528bf sources/targets/mipsel/miniconfig-linux --- 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 diff -r 8d2b9cd1a52e -r a16e258528bf sources/targets/sh4/miniconfig-linux --- 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