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

@@ -1,6 +1,6 @@
config BR2_PACKAGE_LUA
bool "lua"
select BR2_READLINE
select BR2_PACKAGE_READLINE
select BR2_PACKAGE_NCURSES
help
Lua is a powerful, fast, light-weight, embeddable scripting language.