Thread: [Runnix-commits] SF.net SVN: runnix:[95] trunk/runnix.config
Status: Alpha
Brought to you by:
krisk84
From: <kr...@us...> - 2010-03-03 19:35:03
|
Revision: 95 http://runnix.svn.sourceforge.net/runnix/?rev=95&view=rev Author: krisk84 Date: 2010-03-03 19:34:55 +0000 (Wed, 03 Mar 2010) Log Message: ----------- runnix default config update Modified Paths: -------------- trunk/runnix.config Modified: trunk/runnix.config =================================================================== --- trunk/runnix.config 2010-03-03 19:32:08 UTC (rev 94) +++ trunk/runnix.config 2010-03-03 19:34:55 UTC (rev 95) @@ -15,11 +15,11 @@ # BR2_sh is not set # BR2_sparc is not set # BR2_x86_64 is not set -BR2_x86_i386=y +# BR2_x86_i386 is not set # BR2_x86_i486 is not set -# BR2_x86_i586 is not set +BR2_x86_i586=y # BR2_x86_i686 is not set -BR2_ARCH="i386" +BR2_ARCH="i586" BR2_ENDIAN="LITTLE" # @@ -34,7 +34,7 @@ BR2_TOPDIR_PREFIX="" BR2_TOPDIR_SUFFIX="" BR2_GNU_BUILD_SUFFIX="pc-linux-gnu" -BR2_JLEVEL=2 +BR2_JLEVEL=8 # # Toolchain Options @@ -227,7 +227,7 @@ # BR2_TARGET_ROOTFS_CRAMFS is not set # BR2_TARGET_ROOTFS_CLOOP is not set BR2_TARGET_ROOTFS_EXT2=y -BR2_TARGET_ROOTFS_EXT2_BLOCKS=4096 +BR2_TARGET_ROOTFS_EXT2_BLOCKS=8192 BR2_TARGET_ROOTFS_EXT2_INODES=0 BR2_TARGET_ROOTFS_EXT2_RESBLKS=0 BR2_TARGET_ROOTFS_EXT2_SQUASH=y @@ -250,6 +250,7 @@ # # Runnix Target Device # -BR2_TARGET_GENI386=y -# BR2_TARGET_GENI386_SERIAL is not set +# BR2_TARGET_GENI386 is not set +BR2_TARGET_GENI586=y BR2_PACKAGE_LINUX=y +# BR2_TARGET_GENI586_SERIAL is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ppr...@us...> - 2010-07-14 20:23:43
|
Revision: 105 http://runnix.svn.sourceforge.net/runnix/?rev=105&view=rev Author: pprindeville Date: 2010-07-14 20:23:36 +0000 (Wed, 14 Jul 2010) Log Message: ----------- Newer kernel requires newer compiler. Modified Paths: -------------- trunk/runnix.config Modified: trunk/runnix.config =================================================================== --- trunk/runnix.config 2010-07-11 22:56:42 UTC (rev 104) +++ trunk/runnix.config 2010-07-14 20:23:36 UTC (rev 105) @@ -70,7 +70,7 @@ # # BR2_GCC_VERSION_3_3_5 is not set # BR2_GCC_VERSION_3_3_6 is not set -BR2_GCC_VERSION_3_4_2=y +# BR2_GCC_VERSION_3_4_2 is not set # BR2_GCC_VERSION_3_4_3 is not set # BR2_GCC_VERSION_3_4_4 is not set # BR2_GCC_VERSION_3_4_5 is not set @@ -78,8 +78,8 @@ # BR2_GCC_VERSION_4_0_1 is not set # BR2_GCC_VERSION_4_0_2 is not set # BR2_GCC_VERSION_4_1_0 is not set -# BR2_GCC_VERSION_4_2_0 is not set -BR2_GCC_VERSION="3.4.2" +BR2_GCC_VERSION_4_2_0=y +BR2_GCC_VERSION="4.2.0" # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set BR2_EXTRA_GCC_CONFIG_OPTIONS="" # BR2_INSTALL_LIBSTDCPP is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2010-12-13 02:03:46
|
Revision: 120 http://runnix.svn.sourceforge.net/runnix/?rev=120&view=rev Author: abelbeck Date: 2010-12-13 02:03:41 +0000 (Mon, 13 Dec 2010) Log Message: ----------- Enable 'bash' in default config Modified Paths: -------------- trunk/runnix.config Modified: trunk/runnix.config =================================================================== --- trunk/runnix.config 2010-12-13 01:57:32 UTC (rev 119) +++ trunk/runnix.config 2010-12-13 02:03:41 UTC (rev 120) @@ -127,6 +127,7 @@ # Other stuff # # BR2_PACKAGE_ACPID is not set +BR2_PACKAGE_BASH=y # BR2_PACKAGE_BISON is not set # BR2_PACKAGE_BRIDGE is not set # BR2_PACKAGE_CUSTOMIZE is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2010-12-13 02:37:12
|
Revision: 121 http://runnix.svn.sourceforge.net/runnix/?rev=121&view=rev Author: abelbeck Date: 2010-12-13 02:37:06 +0000 (Mon, 13 Dec 2010) Log Message: ----------- Disable 'wireless-tools' in default config Modified Paths: -------------- trunk/runnix.config Modified: trunk/runnix.config =================================================================== --- trunk/runnix.config 2010-12-13 02:03:41 UTC (rev 120) +++ trunk/runnix.config 2010-12-13 02:37:06 UTC (rev 121) @@ -210,7 +210,7 @@ # BR2_PACKAGE_VTUN is not set # BR2_PACKAGE_WGET is not set # BR2_PACKAGE_WHICH is not set -BR2_PACKAGE_WIRELESS_TOOLS=y +# BR2_PACKAGE_WIRELESS_TOOLS is not set # BR2_PACKAGE_ZLIB is not set # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2010-12-16 17:41:04
|
Revision: 129 http://runnix.svn.sourceforge.net/runnix/?rev=129&view=rev Author: abelbeck Date: 2010-12-16 17:40:58 +0000 (Thu, 16 Dec 2010) Log Message: ----------- Build one at a time, play it safe for this simple build Modified Paths: -------------- trunk/runnix.config Modified: trunk/runnix.config =================================================================== --- trunk/runnix.config 2010-12-16 17:37:51 UTC (rev 128) +++ trunk/runnix.config 2010-12-16 17:40:58 UTC (rev 129) @@ -34,7 +34,7 @@ BR2_TOPDIR_PREFIX="" BR2_TOPDIR_SUFFIX="" BR2_GNU_BUILD_SUFFIX="pc-linux-gnu" -BR2_JLEVEL=8 +BR2_JLEVEL=1 # # Toolchain Options This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |