diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-30 09:50:13 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-30 09:50:13 +0000 |
commit | ebf47824cc4f9453508b35c60bbd254b16d895c2 (patch) | |
tree | 079229711c87ec0a59952c2fbb27246c65542c86 /package/readline/Config.in | |
parent | 7eec8ea5604378e0f7b2f755bb0c42ec732a1c7a (diff) |
readline: remove BR2_PACKAGE_READLINE_TARGET configuration option
Other packages don't have this, and several packages are depending on
readline where they actually want readline-target instead.
Diffstat (limited to 'package/readline/Config.in')
-rw-r--r-- | package/readline/Config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package/readline/Config.in b/package/readline/Config.in index 4234e2ebd..9ab61abc1 100644 --- a/package/readline/Config.in +++ b/package/readline/Config.in @@ -3,9 +3,3 @@ config BR2_READLINE bool "readline" help Enable GNU readline support? - -config BR2_PACKAGE_READLINE_TARGET - bool "readline for the target" - depends on BR2_READLINE - help - Say yes here to install the readline libraries on the target. |