diff options
| author | Peter Korsgaard | 2008-08-14 08:52:15 +0200 |
|---|---|---|
| committer | Peter Korsgaard | 2008-08-14 08:52:15 +0200 |
| commit | 0fa75a11eed751acacd7cb8557a815116a1b73c5 (patch) | |
| tree | 4d6494c44c23c9a5033d7f44a38d391b5032e23a /target/device | |
| parent | dnsmasq: bump version (diff) | |
| download | buildroot-0fa75a11eed751acacd7cb8557a815116a1b73c5.tar.gz buildroot-0fa75a11eed751acacd7cb8557a815116a1b73c5.tar.xz buildroot-0fa75a11eed751acacd7cb8557a815116a1b73c5.zip | |
target/device: enable uclibc globbing support
Enable UCLIBC_HAS_GNU_GLOB like in the generic config for target specific
uclibc configs. Fixes globbing issue reported on the uclibc list.
Diffstat (limited to 'target/device')
| -rw-r--r-- | target/device/ARMLTD/uClibc.integrator926.config | 2 | ||||
| -rw-r--r-- | target/device/Atmel/uClibc.config.avr32 | 2 | ||||
| -rw-r--r-- | target/device/valka/v100sc2/uClibc.config | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/target/device/ARMLTD/uClibc.integrator926.config b/target/device/ARMLTD/uClibc.integrator926.config index 846efeb2b..27d0561a4 100644 --- a/target/device/ARMLTD/uClibc.integrator926.config +++ b/target/device/ARMLTD/uClibc.integrator926.config @@ -174,7 +174,7 @@ UCLIBC_HAS_FNMATCH=y # UCLIBC_HAS_WORDEXP is not set # UCLIBC_HAS_FTW is not set UCLIBC_HAS_GLOB=y -# UCLIBC_HAS_GNU_GLOB is not set +UCLIBC_HAS_GNU_GLOB=y # # Library Installation Options diff --git a/target/device/Atmel/uClibc.config.avr32 b/target/device/Atmel/uClibc.config.avr32 index a133de62c..d463a1129 100644 --- a/target/device/Atmel/uClibc.config.avr32 +++ b/target/device/Atmel/uClibc.config.avr32 @@ -163,7 +163,7 @@ UCLIBC_HAS_FNMATCH_OLD=y UCLIBC_HAS_WORDEXP=y UCLIBC_HAS_FTW=y UCLIBC_HAS_GLOB=y -# UCLIBC_HAS_GNU_GLOB is not set +UCLIBC_HAS_GNU_GLOB=y # # Library Installation Options diff --git a/target/device/valka/v100sc2/uClibc.config b/target/device/valka/v100sc2/uClibc.config index 27e8ed8b8..0163a1bcd 100644 --- a/target/device/valka/v100sc2/uClibc.config +++ b/target/device/valka/v100sc2/uClibc.config @@ -164,7 +164,7 @@ UCLIBC_HAS_FNMATCH_OLD=y UCLIBC_HAS_WORDEXP=y UCLIBC_HAS_FTW=y UCLIBC_HAS_GLOB=y -# UCLIBC_HAS_GNU_GLOB is not set +UCLIBC_HAS_GNU_GLOB=y # # Library Installation Options |
