diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-30 09:54:59 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-30 09:54:59 +0000 |
commit | a72794391a1e8d93f5e16c2b68f28fb9616df794 (patch) | |
tree | 5dbf07cdae229cab2e253984d7d91ca7877d08c9 /target/device/ARMLTD/integrator926 | |
parent | ebf47824cc4f9453508b35c60bbd254b16d895c2 (diff) | |
download | buildroot-novena-a72794391a1e8d93f5e16c2b68f28fb9616df794.tar.gz buildroot-novena-a72794391a1e8d93f5e16c2b68f28fb9616df794.zip |
readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/
Package configs should start with BR2_PACKAGE_.
Diffstat (limited to 'target/device/ARMLTD/integrator926')
-rw-r--r-- | target/device/ARMLTD/integrator926/integrator926_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/ARMLTD/integrator926/integrator926_defconfig b/target/device/ARMLTD/integrator926/integrator926_defconfig index 066947379..872aab100 100644 --- a/target/device/ARMLTD/integrator926/integrator926_defconfig +++ b/target/device/ARMLTD/integrator926/integrator926_defconfig @@ -306,7 +306,7 @@ BR2_HOST_FAKEROOT=y # oprofile requires a toolchain with C++ support enabled # # BR2_PACKAGE_PKGCONFIG is not set -# BR2_READLINE is not set +# BR2_PACKAGE_READLINE is not set # BR2_PACKAGE_PCRE is not set # |