From c2f4774694e99914acc53d876fe91353b7c9b2a1 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Tue, 30 Oct 2007 22:10:17 +0000 Subject: Allow use of 'haserl' developer version --- package/haserl/Config.in | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'package/haserl/Config.in') diff --git a/package/haserl/Config.in b/package/haserl/Config.in index 54fe856f0..c721daa89 100644 --- a/package/haserl/Config.in +++ b/package/haserl/Config.in @@ -7,3 +7,28 @@ config BR2_PACKAGE_HASERL where something like PHP is too big. http://haserl.sourceforge.net/ + +choice + prompt "Haserl version" + default BR2_PACKAGE_HASERL_VERSION_0_9_20 + depends on BR2_PACKAGE_HASERL + help + Select the older stable version, or the newer developer version + +config BR2_PACKAGE_HASERL_VERSION_0_8_0 + bool "v 0.8.0" + help + stable version + +config BR2_PACKAGE_HASERL_VERSION_0_9_20 + bool "v 0.9.20" + help + developer version - seems OK though + +endchoice + + +config BR2_PACKAGE_HASERL_VERSION + string + default "0.8.0" if BR2_PACKAGE_HASERL_VERSION_0_8_0 + default "0.9.20" if BR2_PACKAGE_HASERL_VERSION_0_9_20 -- cgit v1.2.3