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/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/Config.in')
-rw-r--r-- | package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in index 67b80948e..2e91427d0 100644 --- a/package/Config.in +++ b/package/Config.in @@ -195,6 +195,7 @@ source "package/memtester/Config.in" source "package/mtd/Config.in" source "package/ntfs-3g/Config.in" source "package/ntfsprogs/Config.in" +source "package/open2300/Config.in" source "package/openocd/Config.in" source "package/pciutils/Config.in" source "package/picocom/Config.in" |