From: <kr...@us...> - 2007-02-09 18:28:09
|
Revision: 572 http://svn.sourceforge.net/astlinux/?rev=572&view=rev Author: krisk84 Date: 2007-02-09 10:28:05 -0800 (Fri, 09 Feb 2007) Log Message: ----------- Gumstix network speed improvements, build updates Modified Paths: -------------- trunk/gumstix.config trunk/target/device/Gumstix/basix-connex/linux.config Modified: trunk/gumstix.config =================================================================== --- trunk/gumstix.config 2007-02-09 16:26:33 UTC (rev 571) +++ trunk/gumstix.config 2007-02-09 18:28:05 UTC (rev 572) @@ -42,7 +42,7 @@ BR2_TOPDIR_PREFIX="" BR2_TOPDIR_SUFFIX="" BR2_GNU_BUILD_SUFFIX="pc-linux-gnu" -BR2_JLEVEL=1 +BR2_JLEVEL=2 # # Toolchain Options @@ -131,7 +131,6 @@ BR2_PACKAGE_BUSYBOX=y # BR2_PACKAGE_BUSYBOX_SNAPSHOT is not set BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-astlinux.config" # # The minimum needed to build a uClibc development system @@ -309,6 +308,7 @@ # BR2_PACKAGE_NETKITTELNET is not set # BR2_PACKAGE_NETSNMP is not set # BR2_PACKAGE_NEWT is not set +# BR2_PACKAGE_NISTNET is not set # BR2_PACKAGE_NOCATSPLASH is not set # BR2_PACKAGE_NTP is not set BR2_PACKAGE_OPENNTPD=y @@ -362,6 +362,7 @@ BR2_PACKAGE_TTCP=y # BR2_PACKAGE_UDEV is not set # BR2_PACKAGE_UDHCP is not set +# BR2_PACKAGE_UNIONFS is not set # BR2_PACKAGE_USBUTILS is not set # BR2_PACKAGE_UTIL-LINUX is not set # BR2_PACKAGE_VALGRIND is not set @@ -406,6 +407,16 @@ BR2_TARGET_UBOOT_FWPRINT=y # +# make initrd +# +# BR2_INITRD_ROOTFS_EXT2 is not set + +# +# make bootable iso +# +# BR2_TARGET_ISO is not set + +# # AstLinux Target Device # BR2_PACKAGE_LINUX=y Modified: trunk/target/device/Gumstix/basix-connex/linux.config =================================================================== --- trunk/target/device/Gumstix/basix-connex/linux.config 2007-02-09 16:26:33 UTC (rev 571) +++ trunk/target/device/Gumstix/basix-connex/linux.config 2007-02-09 18:28:05 UTC (rev 572) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.17 -# Mon Dec 25 10:57:25 2006 +# Fri Feb 9 11:15:55 2007 # CONFIG_ARM=y CONFIG_MMU=y @@ -47,10 +47,10 @@ # CONFIG_FUTEX is not set # CONFIG_EPOLL is not set # CONFIG_SHMEM is not set -# CONFIG_SLAB is not set +CONFIG_SLAB=y CONFIG_TINY_SHMEM=y CONFIG_BASE_SMALL=0 -CONFIG_SLOB=y +# CONFIG_SLOB is not set CONFIG_OBSOLETE_INTERMODULE=y # @@ -1163,6 +1163,7 @@ CONFIG_LOG_BUF_SHIFT=14 CONFIG_DETECT_SOFTLOCKUP=y # CONFIG_SCHEDSTATS is not set +# CONFIG_DEBUG_SLAB is not set CONFIG_DEBUG_PREEMPT=y # CONFIG_DEBUG_MUTEXES is not set # CONFIG_DEBUG_SPINLOCK is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |