Update fastd to v7

This commit is contained in:
Matthias Schiffer 2013-01-12 12:23:14 +01:00
parent 2a57741dfe
commit cc6e38f2c9
2 changed files with 7 additions and 7 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fastd
PKG_VERSION:=6
PKG_VERSION:=7
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/36
PKG_MD5SUM:=91c871830b2ceeaf54470332825844c7
PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/43
PKG_MD5SUM:=17dd6049d072f24dba9d959ac9edbc16
PKG_CONFIG_DEPENDS:=\
CONFIG_FASTD_ENABLE_METHOD_XSALSA20_POLY1305 \
@ -43,7 +43,7 @@ endef
CMAKE_OPTIONS += \
-DCMAKE_BUILD_TYPE:String="MINSIZEREL" \
-DWITH_CAPABILITIES=FALSE
ifeq ($(CONFIG_FASTD_ENABLE_METHOD_XSALSA20_POLY1305),y)
CMAKE_OPTIONS += \
@ -103,8 +103,8 @@ define Package/fastd/conffiles
endef
define Package/fastd/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/fastd $(1)/usr/sbin/
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/fastd $(1)/usr/bin/
$(INSTALL_DIR) $(1)/etc/init.d/
$(INSTALL_BIN) files/fastd.init $(1)/etc/init.d/fastd

View File

@ -8,7 +8,7 @@ EXTRA_COMMANDS="up down show_key"
LIST_SEP="
"
TMP_FASTD=/tmp/fastd
FASTD_COMMAND=/usr/sbin/fastd
FASTD_COMMAND=/usr/bin/fastd
append_opt() {
local v="$1"; local p="$2"