New package ser2net request

[Peter: whitespace fixes / cleanups]
Signed-off-by: Francisco Gonzalez <gzmorell@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Francisco Gonzalez 2009-12-16 17:40:23 +01:00 committed by Peter Korsgaard
parent 97ab9b4c41
commit 35a478e8f5
4 changed files with 23 additions and 3 deletions

View File

@ -8,9 +8,9 @@
busybox, directfb, dnsmasq, e2fsprogs, gstreamer, gperf, busybox, directfb, dnsmasq, e2fsprogs, gstreamer, gperf,
gst-plugins-bad, flex, hal, iptables, iw, jpeg, kismet, libfuse, gst-plugins-bad, flex, hal, iptables, iw, jpeg, kismet, libfuse,
libpcap, libungif, lighttpd, mesa, mpg123, mtd-utils, neon, libpcap, libungif, lighttpd, mesa, mpg123, mtd-utils, neon,
netstat-nat, openvpn, pcre, qt, rpm, sdl, sdl_ttf, sqlite, sshfs, netstat-nat, openvpn, pcre, qt, rpm, sdl, sdl_ttf, ser2net, sqlite,
tremor, u-boot, usb_modeswitch, usbutils, webkit, wpa_supplicant, sshfs, tremor, u-boot, usb_modeswitch, usbutils, webkit,
xfsprogs wpa_supplicant, xfsprogs
Issues resolved (http://bugs.uclibc.org): Issues resolved (http://bugs.uclibc.org):

View File

@ -197,6 +197,7 @@ source "package/proftpd/Config.in"
source "package/quagga/Config.in" source "package/quagga/Config.in"
source "package/rsync/Config.in" source "package/rsync/Config.in"
source "package/samba/Config.in" source "package/samba/Config.in"
source "package/ser2net/Config.in"
source "package/socat/Config.in" source "package/socat/Config.in"
source "package/spawn-fcgi/Config.in" source "package/spawn-fcgi/Config.in"
source "package/stunnel/Config.in" source "package/stunnel/Config.in"

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_SER2NET
bool "ser2net"
help
Ser2net provides a way for a user to connect from a network
connection to a serial port..
http://ser2net.sourceforge.net

View File

@ -0,0 +1,11 @@
#############################################################
#
# ser2net
#
#############################################################
SER2NET_VERSION = 2.6
SER2NET_SOURCE = ser2net-$(SER2NET_VERSION).tar.gz
SER2NET_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/ser2net
$(eval $(call AUTOTARGETS,package,ser2net))