From a72794391a1e8d93f5e16c2b68f28fb9616df794 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 30 Jan 2009 09:54:59 +0000 Subject: readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/ Package configs should start with BR2_PACKAGE_. --- target/device/ARMLTD/integrator926/integrator926_defconfig | 2 +- target/device/ARMLTD/integrator926_huge/integrator926_huge_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'target/device/ARMLTD') 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 -- cgit v1.2.3