diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-07 22:44:29 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-07 22:44:29 +0000 |
commit | 9c775ec24595c4179bf8077a3a5096edcd8ee3b7 (patch) | |
tree | bc8e6fc325686e1d90c2f83f89b71c32044fc84a /package/reaim/Config.in | |
parent | 1177bb4affa5ee3b20b40397e82840fcf4f3a34a (diff) | |
download | upstream-9c775ec24595c4179bf8077a3a5096edcd8ee3b7.tar.gz upstream-9c775ec24595c4179bf8077a3a5096edcd8ee3b7.tar.bz2 upstream-9c775ec24595c4179bf8077a3a5096edcd8ee3b7.zip |
add reaim (thanks to Florian Fainelli)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2072 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/reaim/Config.in')
-rw-r--r-- | package/reaim/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/reaim/Config.in b/package/reaim/Config.in new file mode 100644 index 0000000000..0fb2e76d4f --- /dev/null +++ b/package/reaim/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_REAIM + tristate "reaim - A transparent AIM / MSN proxy" + default m if CONFIG_DEVEL + help + ReAIM is a proxy for file transfers with MSN/AIM. + + http://reaim.sourceforge.net/ + |