set2net: Remove false depends
These depends actually have the effect of disabling ser2net when uClibc-ng is selected. Remove them. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
5e28ab3eff
commit
4942dd1285
1 changed files with 2 additions and 3 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=ser2net
|
||||
PKG_VERSION:=3.5.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/ser2net
|
||||
|
@ -28,8 +28,7 @@ define Package/ser2net
|
|||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=Serial to Network Proxy
|
||||
URL:=http://sourceforge.net/projects/ser2net/
|
||||
DEPENDS:=+USE_UCLIBC:libpthread +USE_UCLIBC:librt
|
||||
URL:=https://sourceforge.net/projects/ser2net/
|
||||
endef
|
||||
|
||||
define Package/ser2net/description
|
||||
|
|
Loading…
Reference in a new issue