projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add oleg's fix for ethtool
[openwrt.git]
/
openwrt
/
package
/
openvpn
/
Makefile
diff --git
a/openwrt/package/openvpn/Makefile
b/openwrt/package/openvpn/Makefile
index
98119a5
..
ad2210f
100644
(file)
--- a/
openwrt/package/openvpn/Makefile
+++ b/
openwrt/package/openvpn/Makefile
@@
-3,9
+3,9
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=openvpn
include $(TOPDIR)/rules.mk
PKG_NAME:=openvpn
-PKG_VERSION:=2.0
_rc21
+PKG_VERSION:=2.0
PKG_RELEASE:=1
PKG_RELEASE:=1
-PKG_MD5SUM:=
949c51cb6c69da7054613d80042dc5a6
+PKG_MD5SUM:=
7401faebc6baee9add32608709c54eec
PKG_SOURCE_URL:=http://openvpn.net/release @SF/openvpn
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://openvpn.net/release @SF/openvpn
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@
-14,8
+14,11
@@
PKG_CAT:=zcat
PKG_IPK:=$(PACKAGE_DIR)/$(PKG_NAME)_$(PKG_VERSION)-$(PKG_RELEASE)_$(ARCH).ipk
PKG_IPK_DIR:=$(PKG_BUILD_DIR)/ipkg
PKG_IPK:=$(PACKAGE_DIR)/$(PKG_NAME)_$(PKG_VERSION)-$(PKG_RELEASE)_$(ARCH).ipk
PKG_IPK_DIR:=$(PKG_BUILD_DIR)/ipkg
+PKG_DEPEND:="openssl, kmod-tun"
ifneq ($(BR2_PACKAGE_OPENVPN_LZO),y)
DISABLE_LZO:=--disable-lzo
ifneq ($(BR2_PACKAGE_OPENVPN_LZO),y)
DISABLE_LZO:=--disable-lzo
+else
+PKG_DEPEND+=", lzo"
endif
ifneq ($(BR2_PACKAGE_OPENVPN_SERVER),y)
endif
ifneq ($(BR2_PACKAGE_OPENVPN_SERVER),y)
@@
-64,6
+67,7
@@
$(PKG_BUILD_DIR)/openvpn: $(PKG_BUILD_DIR)/.configured
$(PKG_IPK): $(PKG_BUILD_DIR)/openvpn
$(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) $(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
$(PKG_IPK): $(PKG_BUILD_DIR)/openvpn
$(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) $(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
+ echo "Depends: $(PKG_DEPEND)" >> $(PKG_IPK_DIR)/CONTROL/control
mkdir -p $(PKG_IPK_DIR)/usr/sbin
cp $(PKG_BUILD_DIR)/openvpn $(PKG_IPK_DIR)/usr/sbin/
$(STRIP) $(PKG_IPK_DIR)/usr/sbin/*
mkdir -p $(PKG_IPK_DIR)/usr/sbin
cp $(PKG_BUILD_DIR)/openvpn $(PKG_IPK_DIR)/usr/sbin/
$(STRIP) $(PKG_IPK_DIR)/usr/sbin/*
This page took
0.029036 seconds
and
4
git commands to generate.