update buildroot to 2017.02.11
This commit is contained in:
23
bsp/buildroot-2017.02.11/package/ser2net/ser2net.mk
Normal file
23
bsp/buildroot-2017.02.11/package/ser2net/ser2net.mk
Normal file
@@ -0,0 +1,23 @@
|
||||
################################################################################
|
||||
#
|
||||
# ser2net
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SER2NET_VERSION = 3.3
|
||||
SER2NET_SITE = http://downloads.sourceforge.net/project/ser2net/ser2net
|
||||
SER2NET_LICENSE = GPLv2+
|
||||
SER2NET_LICENSE_FILES = COPYING
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
||||
SER2NET_CONF_OPTS += --with-pthreads
|
||||
else
|
||||
SER2NET_CONF_OPTS += --without-pthreads
|
||||
endif
|
||||
|
||||
define SER2NET_INSTALL_INIT_SYSV
|
||||
$(INSTALL) -D -m 755 package/ser2net/S50ser2net \
|
||||
$(TARGET_DIR)/etc/init.d/S50ser2net
|
||||
endef
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user