diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-02-25 20:50:13 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-25 20:50:13 +0100 |
commit | e722f7cc2331339d116304556ec32468b40fac5a (patch) | |
tree | d81e5248bd611572026535b2a2a77f4102a94174 /package/haserl | |
parent | 98f7e12c50e0e042af49f34f832055edabb93ac6 (diff) | |
download | buildroot-e722f7cc2331339d116304556ec32468b40fac5a.tar.gz buildroot-e722f7cc2331339d116304556ec32468b40fac5a.zip |
haserl: mark old 0.8 version as deprecated
The 0.8 version hasn't seen any updates since 2005, and there's no real
reason to continue to use it today, so deprecate it.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/haserl')
-rw-r--r-- | package/haserl/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/haserl/Config.in b/package/haserl/Config.in index ddcf3e02fe..bfe1df8380 100644 --- a/package/haserl/Config.in +++ b/package/haserl/Config.in @@ -25,6 +25,7 @@ choice config BR2_PACKAGE_HASERL_VERSION_0_8_X bool "v 0.8.x" + depends on BR2_DEPRECATED_SINCE_2014_02 help stable version |