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 /scripts | |
parent | ebf47824cc4f9453508b35c60bbd254b16d895c2 (diff) |
readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/
Package configs should start with BR2_PACKAGE_.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/test/Config.in.test.buildall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test/Config.in.test.buildall b/scripts/test/Config.in.test.buildall index 6a5e21124..163387dd9 100644 --- a/scripts/test/Config.in.test.buildall +++ b/scripts/test/Config.in.test.buildall @@ -45,7 +45,7 @@ config BR2_TARGET_TEST_PACKAGES select BR2_PACKAGE_MPATROL select BR2_PACKAGE_OPROFILE select BR2_PACKAGE_PKGCONFIG - select BR2_READLINE + select BR2_PACKAGE_READLINE select BR2_PACKAGE_READLINE_TARGET select BR2_PACKAGE_READLINE_HEADERS |