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 | |
parent | ebf47824cc4f9453508b35c60bbd254b16d895c2 (diff) |
readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/
Package configs should start with BR2_PACKAGE_.
Diffstat (limited to 'target/device/ARMLTD')
-rw-r--r-- | target/device/ARMLTD/integrator926/integrator926_defconfig | 2 | ||||
-rw-r--r-- | target/device/ARMLTD/integrator926_huge/integrator926_huge_defconfig | 2 |
2 files changed, 2 insertions, 2 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 # diff --git a/target/device/ARMLTD/integrator926_huge/integrator926_huge_defconfig b/target/device/ARMLTD/integrator926_huge/integrator926_huge_defconfig index 847f17796..652eaf3c4 100644 --- a/target/device/ARMLTD/integrator926_huge/integrator926_huge_defconfig +++ b/target/device/ARMLTD/integrator926_huge/integrator926_huge_defconfig @@ -311,7 +311,7 @@ BR2_PACKAGE_M4=y # BR2_PACKAGE_MPATROL is not set # BR2_PACKAGE_OPROFILE is not set BR2_PACKAGE_PKGCONFIG=y -BR2_READLINE=y +BR2_PACKAGE_READLINE=y BR2_PACKAGE_READLINE_TARGET=y # BR2_PACKAGE_READLINE_HEADERS is not set # BR2_PACKAGE_PCRE is not set |