English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Log of /branches/freewrt_1_0/package/openvpn/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 3750 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 19 11:28:35 2008 UTC (5 years, 9 months ago) by dnehring
File length: 3731 byte(s)
Diff to previous 1101
Latest release

Revision 1101 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 8 23:51:12 2006 UTC (7 years, 3 months ago) by dnehring
File length: 3693 byte(s)
Diff to previous 1033
make openvpn also usable with standalone ip-package

Revision 1033 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 31 12:36:12 2006 UTC (7 years, 3 months ago) by dnehring
File length: 3698 byte(s)
Diff to previous 916
Sync with current version

Revision 916 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 14 20:33:35 2006 UTC (7 years, 4 months ago) by wbx
File length: 3699 byte(s)
Diff to previous 854
add patch from christain gmeiner, closes #119, added serial and index.txt, which are needed for a ca with openssl

Revision 854 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 5 11:41:33 2006 UTC (7 years, 4 months ago) by wbx
File length: 3533 byte(s)
Diff to previous 812
add openvpn patch from dirk, we are using ip for network configuration, add an example configuration

Revision 812 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 2 13:59:13 2006 UTC (7 years, 4 months ago) by wbx
File length: 3339 byte(s)
Diff to previous 800
* remove unsupported kernel 2.6 support
* remove sdk completely
* remove imagebuilder, we will use a shell script
  and a web interface instead of this
* remove webif/webif2
* remove braodcom-scripts and old nvram based setup

Results after discussion on the mailinglist. Dirk and Markus vote
for removing webif. I never wanted webif, because it is unmaintained
and does not work with ifupdown network configured systems.

FreeWRT goal is to be an appliance development kit, if someone
has time and fun to create a webbased wlan-dsl-router appliance,
which just works for home users, feel free to use FreeWRT as
base linux distribution.



Revision 800 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 1 08:31:51 2006 UTC (7 years, 4 months ago) by wbx
File length: 3814 byte(s)
Diff to previous 744
* sync with changes in trunk
* lzo2 instead of lzo
* fix tinc/vtun build 
* security update for openssh/openssl
* update for iproute2,openvpn,openntpd, iptables and ipp, openswan
* disable ipv6 in busybox, autoselect this feature for all ipv6 related packages
* add better startup scripts for openssh and openntpd



Revision 744 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 28 10:42:55 2006 UTC (7 years, 4 months ago) by wbx
File length: 3814 byte(s)
Diff to previous 638
create stable branch, feature freeze, please send svn diff patches to wbx

Revision 638 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 18 21:13:33 2006 UTC (7 years, 5 months ago) by wbx
Original Path: trunk/freewrt/package/openvpn/Makefile
File length: 3814 byte(s)
Diff to previous 600
add a normal init script for openvpn, use and install a specific script (openvpn-webif.init) for webif usage

Revision 600 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 16 16:21:37 2006 UTC (7 years, 5 months ago) by wbx
Original Path: trunk/freewrt/package/openvpn/Makefile
File length: 3704 byte(s)
Diff to previous 500
major package Makefile cleanup. remove mostly-clean, add licence header, always use RSTRIP varibale for stripping, rename some init scripts, indent

Revision 500 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 3 16:20:46 2006 UTC (7 years, 6 months ago) by markus
Original Path: trunk/freewrt/package/openvpn/Makefile
File length: 3541 byte(s)
Diff to previous 360
- Added webif (needs rewrite for a new init-method)
- Added init-script (old one that uses nvram)
- updated Config.in to current standard style


Revision 360 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 22 15:48:30 2006 UTC (7 years, 7 months ago) by tg
Original Path: trunk/freewrt/package/openvpn/Makefile
File length: 3132 byte(s)
Diff to previous 303
as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)



Revision 303 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 20 23:56:32 2006 UTC (7 years, 7 months ago) by tg
Original Path: trunk/freewrt/package/openvpn/Makefile
File length: 3126 byte(s)
Diff to previous 152
* whitespace cleanup, while here
* move WRKDIR and DISTFILES definition into PKG_template
* define WRKDIR via parent BUILD_DIR instead of going up from WRKSRC
* use a sub-directory as WRKDIR, like BSD
* rename PKG_BUILD_DIR into WRKBUILD
* define WRKBUILD relative via WRKDIR
* rename PKG_INSTALL_DIR into WRKINST
* fix a few dependencies
* make use of common cases in the definition of WRKBUILD and
  WRKINST, removing many redundant lines
* use WRKDIR instead of BUILD_DIR in places where the latter
  was used previously
* while here, remove PKG_CAT stuff

this only affects packages, for now



Revision 152 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 19 13:13:39 2006 UTC (7 years, 8 months ago) by tg
Original Path: trunk/freewrt/package/openvpn/Makefile
File length: 3316 byte(s)
Diff to previous 1
nuke DISABLE_NLS, DISABLE_LARGEFILE, replace globally
with --disable-nls and --enable-largefile, because it
doesn't make sense otherwise and/or breaks.

Requested by wbx@ in Message-ID: <20060618220406.GL6291@openbsd-geek.de>
Done using find and ed(1)



Revision 1 - (view) (download) (annotate) - [select for diffs]
Added Sat May 27 15:00:14 2006 UTC (7 years, 9 months ago) by wbx
Original Path: trunk/freewrt/package/openvpn/Makefile
File length: 3319 byte(s)
add OpenWrt trunk revision 3830. 



This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20