diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-23 11:27:29 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-23 11:27:29 +0200 |
commit | 6d34f1d3bfc22eb60d9bc9a1ff032dfd31945610 (patch) | |
tree | f0ca62829adc0bb7383c5c6f14c97eb5dc3e964c /configs | |
parent | bec212eb49d15a8a5e29207ef6d96b87e91d2c89 (diff) | |
download | buildroot-novena-6d34f1d3bfc22eb60d9bc9a1ff032dfd31945610.tar.gz buildroot-novena-6d34f1d3bfc22eb60d9bc9a1ff032dfd31945610.zip |
integrator926: use standard uclibc config
I don't see any reason to use a custom config here.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/integrator926_defconfig | 2 | ||||
-rw-r--r-- | configs/integrator926_huge_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/integrator926_defconfig b/configs/integrator926_defconfig index cb8302393..815d2591d 100644 --- a/configs/integrator926_defconfig +++ b/configs/integrator926_defconfig @@ -158,7 +158,7 @@ BR2_DEFAULT_KERNEL_HEADERS="2.6.28.2" # BR2_UCLIBC_VERSION_0_9_29 is not set BR2_UCLIBC_VERSION_0_9_30=y # BR2_UCLIBC_VERSION_SNAPSHOT is not set -BR2_UCLIBC_CONFIG="target/device/ARMLTD/uClibc.integrator926.config" +BR2_UCLIBC_CONFIG="toolchain/uClibc/uClibc-0.9.30.config" # BR2_ENABLE_LOCALE is not set # BR2_PTHREADS_NONE is not set # BR2_PTHREADS is not set diff --git a/configs/integrator926_huge_defconfig b/configs/integrator926_huge_defconfig index f9d05c013..9b6825835 100644 --- a/configs/integrator926_huge_defconfig +++ b/configs/integrator926_huge_defconfig @@ -158,7 +158,7 @@ BR2_DEFAULT_KERNEL_HEADERS="2.6.28.2" # BR2_UCLIBC_VERSION_0_9_29 is not set BR2_UCLIBC_VERSION_0_9_30=y # BR2_UCLIBC_VERSION_SNAPSHOT is not set -BR2_UCLIBC_CONFIG="target/device/ARMLTD/uClibc.integrator926.config" +BR2_UCLIBC_CONFIG="toolchain/uClibc/uClibc-0.9.30.config" # BR2_ENABLE_LOCALE is not set # BR2_PTHREADS_NONE is not set # BR2_PTHREADS is not set |