Commit 35a478e8 authored by Francisco Gonzalez's avatar Francisco Gonzalez Committed by Peter Korsgaard
Browse files

New package ser2net request



[Peter: whitespace fixes / cleanups]
Signed-off-by: default avatarFrancisco Gonzalez <gzmorell@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 97ab9b4c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,9 +8,9 @@
	busybox, directfb, dnsmasq, e2fsprogs, gstreamer, gperf,
	gst-plugins-bad, flex, hal, iptables, iw, jpeg, kismet, libfuse,
	libpcap, libungif, lighttpd, mesa, mpg123, mtd-utils, neon,
	netstat-nat, openvpn, pcre, qt, rpm, sdl, sdl_ttf, sqlite, sshfs,
	tremor, u-boot, usb_modeswitch, usbutils, webkit, wpa_supplicant,
	xfsprogs
	netstat-nat, openvpn, pcre, qt, rpm, sdl, sdl_ttf, ser2net, sqlite,
	sshfs, tremor, u-boot, usb_modeswitch, usbutils, webkit,
	wpa_supplicant, xfsprogs

	Issues resolved (http://bugs.uclibc.org):

+1 −0
Original line number Diff line number Diff line
@@ -197,6 +197,7 @@ source "package/proftpd/Config.in"
source "package/quagga/Config.in"
source "package/rsync/Config.in"
source "package/samba/Config.in"
source "package/ser2net/Config.in"
source "package/socat/Config.in"
source "package/spawn-fcgi/Config.in"
source "package/stunnel/Config.in"
+8 −0
Original line number Diff line number Diff line
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
+11 −0
Original line number Diff line number Diff line
#############################################################
#
# 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))