summaryrefslogtreecommitdiff
path: root/package/vpnc
AgeCommit message (Collapse)Author
2011-09-17support: move patch-kernel.sh and rename itThomas Petazzoni
The name "patch-kernel.sh" is a bit stupid, since this script is used to patch everything in Buildroot, not only kernel trees. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-06-13vpnc: remove unused legacy patchesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-05-20vpnc: pass CFLAGS at link timeThomas Petazzoni
External toolchain builds absolutely require the --sysroot option to be passed at link time. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-09-03package: Remove unnecessary dependencies on uclibc.Will Newton
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-14Bump vpnc version and remove build of man pages, which breaks when cross ↵Ulf Samuelsson
compiling
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-08-04vpnc: select libgcrypt / libgpg_errorPeter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2007-11-29Make vpnc depend on packets, instead of selecting themUlf Samuelsson
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-09-20Use correct patch nameUlf Samuelsson
2007-09-19- bump version.Bernhard Reutner-Fischer
Someone will have to fix the install thing (involves a file with .pl where my sh says 'line 18: use: command not found', which is a good thing).
2007-09-19- do away with SUSv3 legacy functionsBernhard Reutner-Fischer
2007-09-19- put back accidentally removed patch that is not needed for 0.5.1 anymoreBernhard Reutner-Fischer
2007-09-19- add missing dependency on libgcryptBernhard Reutner-Fischer
Ulf, this should be updated to 0.5.1
2007-08-22- random whitespace cleanupBernhard Reutner-Fischer
2007-08-22- semicolon touchup. No other changesBernhard Reutner-Fischer
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-08-21Remove switches if sstrip is runUlf Samuelsson
2007-08-20SED away some whitespaceUlf Samuelsson
2007-08-11Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson
2007-07-17vpnc needs an include dirUlf Samuelsson
2007-07-17Add vpnc packageUlf Samuelsson