diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-12-13 11:53:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-12-13 11:53:00 +0000 |
commit | d699758c453100bb267e8ba64722ff188286d730 (patch) | |
tree | ba1b75cc351a469999d8eec5d116b83fede53e1c /defconfig | |
parent | c6201a9df306272c324cac14f6ef87796077da84 (diff) | |
download | buildroot-novena-d699758c453100bb267e8ba64722ff188286d730.tar.gz buildroot-novena-d699758c453100bb267e8ba64722ff188286d730.zip |
rework the default x86 target
Diffstat (limited to 'defconfig')
-rw-r--r-- | defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -54,7 +54,7 @@ BR2_JLEVEL=5 # BR2_KERNEL_HEADERS_2_6_9 is not set # BR2_KERNEL_HEADERS_2_6_11 is not set BR2_KERNEL_HEADERS_2_6_12=y -# BR2_KERNEL_HEADERS_2_6_19 is not set +# BR2_KERNEL_HEADERS_2_6_19_1 is not set BR2_DEFAULT_KERNEL_HEADERS="2.6.12" # @@ -205,7 +205,7 @@ BR2_PACKAGE_DHCP_CLIENT=y # BR2_PACKAGE_DMRAID is not set # BR2_PACKAGE_DNSMASQ is not set BR2_PACKAGE_DROPBEAR=y -# BR2_PACKAGE_DROPBEAR_URANDOM is not set +BR2_PACKAGE_DROPBEAR_URANDOM=y # BR2_PACKAGE_ETHTOOL is not set # BR2_PACKAGE_EXPAT is not set # BR2_PACKAGE_E2FSPROGS is not set @@ -242,7 +242,7 @@ BR2_PACKAGE_DROPBEAR=y # BR2_PACKAGE_LINKS is not set # BR2_PACKAGE_LRZSZ is not set # BR2_PACKAGE_LSOF is not set -BR2_PACKAGE_LTP-TESTSUITE=y +# BR2_PACKAGE_LTP-TESTSUITE is not set # BR2_PACKAGE_LTT is not set # BR2_PACKAGE_LVM2 is not set # BR2_PACKAGE_LZO is not set |