readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/

Package configs should start with BR2_PACKAGE_.
This commit is contained in:
Peter Korsgaard
2009-01-30 09:54:59 +00:00
parent ebf47824cc
commit a72794391a
25 changed files with 25 additions and 25 deletions

View File

@@ -51,7 +51,7 @@ config BR2_PACKAGE_IPSEC_TOOLS_IPV6
config BR2_PACKAGE_IPSEC_TOOLS_READLINE
depends on BR2_PACKAGE_IPSEC_TOOLS
select BR2_READLINE
select BR2_PACKAGE_READLINE
bool "Enable readline input support if available."
config BR2_PACKAGE_IPSEC_TOOLS_LIBS