diff options
author | Alexandre Belloni <alexandre.belloni@piout.net> | 2012-01-12 15:03:02 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-16 16:45:21 +0100 |
commit | 723cc255f74321967df80a6ff821edad5a35830b (patch) | |
tree | 95812039536171e0362c3a4a1634e0b25c4ff753 /package/open2300/Config.in | |
parent | 9ffd5ee4e96080051ff5a37c3dc376b0fe66699e (diff) |
Add package for open2300
Open2300 is a package of software tools that reads (and writes) data
from a Lacrosse WS2300/WS2305/WS2310/WS2315 Weather Station.
This package will install all the binaries on the target.
Signed-off-by: Alexandre Belloni <alexandre.belloni@piout.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/open2300/Config.in')
-rw-r--r-- | package/open2300/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/open2300/Config.in b/package/open2300/Config.in new file mode 100644 index 000000000..df0a969fa --- /dev/null +++ b/package/open2300/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_OPEN2300 + bool "open2300" + help + open2300 reads (and writes) data from a Lacrosse + WS2300/WS2305/WS2310/WS2315 Weather Station + + http://www.lavrsen.dk/foswiki/bin/view/Open2300/WebHome |