mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Added latest openvpn stable to core40.
This commit is contained in:
@@ -19,3 +19,4 @@ lib/modules/2.6.32.15-ipfire/kernel/drivers/usb/serial/option.ko
|
||||
lib/modules/2.6.32.15-ipfire-xen/kernel/drivers/usb/serial/option.ko
|
||||
lib/modules/2.6.32.15-ipfire/kernel/drivers/usb/serial/usbserial.ko
|
||||
lib/modules/2.6.32.15-ipfire-xen/kernel/drivers/usb/serial/usbserial.ko
|
||||
usr/sbin/openvpn
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#
|
||||
#Stop services
|
||||
|
||||
/usr/local/bin/openvpnctrl -k
|
||||
#
|
||||
#Extract files
|
||||
extract_files
|
||||
@@ -36,6 +36,7 @@ rm -rf /usr/lib/python2.4
|
||||
|
||||
#
|
||||
#Start services
|
||||
/usr/local/bin/openvpnctrl -s
|
||||
|
||||
#
|
||||
#Update Language cache
|
||||
|
||||
@@ -264,7 +264,7 @@
|
||||
* openmailadmin-1.0.0
|
||||
* openssh-5.4p1
|
||||
* openssl-0.9.8o
|
||||
* openvpn-2.1.1
|
||||
* openvpn-2.1.2
|
||||
* p7zip_4.65
|
||||
* pam_mysql-0.7RC1
|
||||
* patch-2.5.4
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 2.1.1
|
||||
VER = 2.1.2
|
||||
|
||||
THISAPP = openvpn-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = b273ed2b5ec8616fb9834cde8634bce7
|
||||
$(DL_FILE)_MD5 = 543a30dafcdefe1d67c0e47b80741755
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user