openwrt/svn-archive/packages.git
12 years agoadd ostiary package
Florian Fainelli [Mon, 13 Aug 2012 14:08:37 +0000 (14:08 +0000)]
add ostiary package

This patch adds the Ostiary package to the repository.  I've tested this on the latest build (revision 31158).  Installation, un-installation and ostiaryd.init script all seem to work correctly.

A bit of background, Ostiary has a similar purpose to Port Knocking but uses a different implementation that removes the possibility of replay attacks.  Not everyone will view it as suitable for their needs, but for me combined with ssh I feel it is more than sufficient.

I suppose for the super paranoid admin, the perfect system would be a package that uses the approach of port knocking via a closed port that is combined with an ostiary style signature challenge.

Anyhow, I have created quickstart documentation for the server and client at "http://wiki.openwrt.org/doc/howto/ostiary.server" and  "http://wiki.openwrt.org/doc/howto/ostiary.client".

Signed-off-by: Desmond Hokin <Salander@gmx.u>
SVN-Revision: 33167

12 years agolsm: update to 0.131
Florian Fainelli [Mon, 13 Aug 2012 14:08:30 +0000 (14:08 +0000)]
lsm: update to 0.131

his patch updates link state monitor (lsm) to release 0.131,
add sample connections.conf and update lsm.conf and lsm_script

Signed-off-by: Edy Corak <info@loenshotel.de>
SVN-Revision: 33166

12 years agounify ltq-tapi deps
John Crispin [Mon, 13 Aug 2012 11:09:07 +0000 (11:09 +0000)]
unify ltq-tapi deps

SVN-Revision: 33161

12 years agofix radlib VARIANT usage
John Crispin [Mon, 13 Aug 2012 09:52:11 +0000 (09:52 +0000)]
fix radlib VARIANT usage

SVN-Revision: 33155

12 years agogzip: use relative symlinks in postinstall
Jo-Philipp Wich [Sun, 12 Aug 2012 22:59:42 +0000 (22:59 +0000)]
gzip: use relative symlinks in postinstall

SVN-Revision: 33153

12 years agoxtables-addons breaks for powerpc due to missing csum_ipv6_magic()
John Crispin [Sun, 12 Aug 2012 18:38:46 +0000 (18:38 +0000)]
xtables-addons breaks for powerpc due to missing csum_ipv6_magic()

SVN-Revision: 33149

12 years agopackages/lcd4linux: refresh patches
Gabor Juhos [Sun, 12 Aug 2012 08:13:22 +0000 (08:13 +0000)]
packages/lcd4linux: refresh patches

SVN-Revision: 33136

12 years agopackages/lcd4linux: select libgd for graphical drivers
Gabor Juhos [Sun, 12 Aug 2012 08:13:21 +0000 (08:13 +0000)]
packages/lcd4linux: select libgd for graphical drivers

Fixes the following build error:
Package lcd4linux-custom is missing dependencies for the following libraries:
libgd.so.2

SVN-Revision: 33135

12 years agopackages/lcd4linux: don't use --as-needed LD flag
Gabor Juhos [Sun, 12 Aug 2012 08:13:19 +0000 (08:13 +0000)]
packages/lcd4linux: don't use --as-needed LD flag

It causes build error if a graphical driver is selected:
drv.o:(.got+0x0): multiple definition of `_GLOBAL_OFFSET_TABLE_'
collect2: ld returned 1 exit status
make[5]: *** [lcd4linux] Error 1

SVN-Revision: 33134

12 years agofaifa: update to 2012-08-11
Florian Fainelli [Sat, 11 Aug 2012 16:10:18 +0000 (16:10 +0000)]
faifa: update to 2012-08-11

Contains minor hpav_cfg fixes

SVN-Revision: 33133

12 years agominidlna: link libintl.so if full language support is enabled (#11791)
Jo-Philipp Wich [Sat, 11 Aug 2012 00:45:53 +0000 (00:45 +0000)]
minidlna: link libintl.so if full language support is enabled (#11791)

SVN-Revision: 33125

12 years agoglib2: add a build dependency on libintl
Jo-Philipp Wich [Sat, 11 Aug 2012 00:43:39 +0000 (00:43 +0000)]
glib2: add a build dependency on libintl

SVN-Revision: 33124

12 years agolibimobiledevice: bypass usbmuxd pkgconfig
Florian Fainelli [Fri, 10 Aug 2012 15:49:29 +0000 (15:49 +0000)]
libimobiledevice: bypass usbmuxd pkgconfig

SVN-Revision: 33086

12 years agolibimobiledevice: disable largefile support
Florian Fainelli [Fri, 10 Aug 2012 15:49:27 +0000 (15:49 +0000)]
libimobiledevice: disable largefile support

Avoids the configure script checking for it while cross-compiling

SVN-Revision: 33085

12 years agousbmuxd: fix build on 64-bits targets and pkconfig
Florian Fainelli [Fri, 10 Aug 2012 15:49:26 +0000 (15:49 +0000)]
usbmuxd: fix build on 64-bits targets and pkconfig

SVN-Revision: 33084

12 years agowview: new package, automated weather station software
Florian Fainelli [Fri, 10 Aug 2012 15:49:25 +0000 (15:49 +0000)]
wview: new package, automated weather station software

This is runtime tested on a MIPS-based DIR-620 with a simulator station.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 33083

12 years agoradlib: bump version to 2.12.0, add sqlite
Florian Fainelli [Fri, 10 Aug 2012 15:49:20 +0000 (15:49 +0000)]
radlib: bump version to 2.12.0, add sqlite

This is the latest official version. Currently tested only with wview as there
are no other packages in the repository depending on radlib.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 33082

12 years agosslh: Fix typo in init script (#11998)
Vasilis Tsiligiannis [Thu, 9 Aug 2012 10:26:05 +0000 (10:26 +0000)]
sslh: Fix typo in init script (#11998)

SVN-Revision: 33073

12 years agobatman-adv: bla2 & gateway mode interaction fix
Marek Lindner [Wed, 8 Aug 2012 20:40:16 +0000 (20:40 +0000)]
batman-adv: bla2 & gateway mode interaction fix

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 33064

12 years agoadd kamailio3
Florian Fainelli [Wed, 8 Aug 2012 15:38:50 +0000 (15:38 +0000)]
add kamailio3

Official kamailio 3.0 was released on January 11, 2010.
It includes an astonishing number of improvements and new features.
Kamailio v3.3.0 was released on June 18, 2012. This patch contains
last version of Kamailio. Compared to previous version of kamailio3
package (sent http://patchwork.openwrt.org/patch/2284/ ) there is no
patch for curl.h line removal from and also a few modules were added.

Signed-off-by: Jiri Slachta <jiri@slachta.eu>
SVN-Revision: 33061

12 years agoadd peervpn package Makefile
Florian Fainelli [Wed, 8 Aug 2012 15:38:45 +0000 (15:38 +0000)]
add peervpn package Makefile

PeerVPN (http://www.peervpn.net/), by Tobias Volk, is software that
builds virtual ethernet networks between multiple computers. A virtual
network built by PeerVPN uses a full mesh topology. All nodes talk
directly to each other, there is no need for a central server. If one
node goes down, the rest of the network is unaffected.

Configuring PeerVPN is easy. You just need to configure an encryption
key, network name and the contact information (IP address and port) of
some other PeerVPN nodes. Adding a new node to an existing network
doesn't require the existing nodes to alter their configuration,
because its IP address is automatically distributed across the whole
virtual network.

Signed-off-by: Dan VerWeire <dverweire@gmail.com>
SVN-Revision: 33060

12 years agomjpg-streamer: install web pages (#6499)
Florian Fainelli [Wed, 8 Aug 2012 15:38:41 +0000 (15:38 +0000)]
mjpg-streamer: install web pages (#6499)

SVN-Revision: 33059

12 years agoxmail: cope with empty flags options (#9452)
Florian Fainelli [Wed, 8 Aug 2012 15:38:40 +0000 (15:38 +0000)]
xmail: cope with empty flags options (#9452)

SVN-Revision: 33058

12 years agowget: add required dependency (librt)
Hamish Guthrie [Wed, 8 Aug 2012 14:12:09 +0000 (14:12 +0000)]
wget: add required dependency (librt)

SVN-Revision: 33056

12 years agomultiwan: switch to /lib/functions/network.sh to derive network state (#11780)
Jo-Philipp Wich [Wed, 8 Aug 2012 10:37:29 +0000 (10:37 +0000)]
multiwan: switch to /lib/functions/network.sh to derive network state (#11780)

SVN-Revision: 33052

12 years agoadd dns2tcp tunneling daemon (#10751)
Florian Fainelli [Tue, 7 Aug 2012 16:09:26 +0000 (16:09 +0000)]
add dns2tcp tunneling daemon (#10751)

SVN-Revision: 33051

12 years agoperf: only depend on libdw now
Florian Fainelli [Tue, 7 Aug 2012 16:09:25 +0000 (16:09 +0000)]
perf: only depend on libdw now

SVN-Revision: 33050

12 years agoisc-dhcp: only run on requested interfaces (#11008)
Florian Fainelli [Tue, 7 Aug 2012 16:09:23 +0000 (16:09 +0000)]
isc-dhcp: only run on requested interfaces (#11008)

SVN-Revision: 33049

12 years agoopenh323: build using local speex (#6663)
Florian Fainelli [Tue, 7 Aug 2012 16:09:22 +0000 (16:09 +0000)]
openh323: build using local speex (#6663)

SVN-Revision: 33048

12 years agopwlib: set -fpermissive to build properly with gcc-4.7+
Florian Fainelli [Tue, 7 Aug 2012 16:09:21 +0000 (16:09 +0000)]
pwlib: set -fpermissive to build properly with gcc-4.7+

SVN-Revision: 33047

12 years agochrony: fix build when ipv6 is globally disabled (#11790)
Florian Fainelli [Tue, 7 Aug 2012 16:09:19 +0000 (16:09 +0000)]
chrony: fix build when ipv6 is globally disabled (#11790)

SVN-Revision: 33046

12 years agoadd netio bandwidth measurement tool (#8668)
Florian Fainelli [Tue, 7 Aug 2012 16:09:18 +0000 (16:09 +0000)]
add netio bandwidth measurement tool (#8668)

SVN-Revision: 33045

12 years agoadd gatling web server (#6914)
Florian Fainelli [Tue, 7 Aug 2012 16:09:16 +0000 (16:09 +0000)]
add gatling web server (#6914)

SVN-Revision: 33044

12 years agolcdproc: update to 0.5.4 (#9053)
Florian Fainelli [Tue, 7 Aug 2012 16:09:13 +0000 (16:09 +0000)]
lcdproc: update to 0.5.4 (#9053)

SVN-Revision: 33043

12 years agovpnc: use $(INSTALL_DIR) instead of a custom install call (#10957)
Florian Fainelli [Tue, 7 Aug 2012 16:09:12 +0000 (16:09 +0000)]
vpnc: use $(INSTALL_DIR) instead of a custom install call (#10957)

SVN-Revision: 33042

12 years agoffmpeg: fix typo on config variables to enable custom build (#11948)
Florian Fainelli [Tue, 7 Aug 2012 16:09:10 +0000 (16:09 +0000)]
ffmpeg: fix typo on config variables to enable custom build (#11948)

SVN-Revision: 33041

12 years agoappweb: fix build when IPv6 support is disable (#7897)
Florian Fainelli [Tue, 7 Aug 2012 16:09:09 +0000 (16:09 +0000)]
appweb: fix build when IPv6 support is disable (#7897)

SVN-Revision: 33040

12 years agoappweb: rework extraction process (#7897)
Florian Fainelli [Tue, 7 Aug 2012 16:09:05 +0000 (16:09 +0000)]
appweb: rework extraction process (#7897)

SVN-Revision: 33039

12 years agogettext-full: don't ship two copies of the library (#11939)
Florian Fainelli [Tue, 7 Aug 2012 16:09:04 +0000 (16:09 +0000)]
gettext-full: don't ship two copies of the library (#11939)

SVN-Revision: 33038

12 years agokissdx: update to r193 (#11147)
Florian Fainelli [Tue, 7 Aug 2012 16:09:02 +0000 (16:09 +0000)]
kissdx: update to r193 (#11147)

SVN-Revision: 33037

12 years agoelfutils: fix missing dependency for libdw
Florian Fainelli [Tue, 7 Aug 2012 16:09:01 +0000 (16:09 +0000)]
elfutils: fix missing dependency for libdw

SVN-Revision: 33036

12 years agoUpgrade wing package to latest git revision - Roberto Riggio - 2012-08-06 20:16:45
Scott V. Kamp [Tue, 7 Aug 2012 12:20:59 +0000 (12:20 +0000)]
Upgrade wing package to latest git revision - Roberto Riggio - 2012-08-06 20:16:45

SVN-Revision: 33033

12 years agoflashrom was missing explicit dependencies
John Crispin [Mon, 6 Aug 2012 18:51:46 +0000 (18:51 +0000)]
flashrom was missing explicit dependencies

SVN-Revision: 33027

12 years agobuild pulseaudio without gtk2 when xorg feed is installed
John Crispin [Mon, 6 Aug 2012 18:51:45 +0000 (18:51 +0000)]
build pulseaudio without gtk2 when xorg feed is installed

SVN-Revision: 33026

12 years agobuild gd without fontconfig support when the desktop feed is installed
John Crispin [Mon, 6 Aug 2012 18:51:43 +0000 (18:51 +0000)]
build gd without fontconfig support when the desktop feed is installed

SVN-Revision: 33025

12 years agogiflib should build without x11
John Crispin [Mon, 6 Aug 2012 16:23:19 +0000 (16:23 +0000)]
giflib should build without x11

SVN-Revision: 33018

12 years agogw6c: fix missing LIBGCC_S dependency
Florian Fainelli [Mon, 6 Aug 2012 15:39:51 +0000 (15:39 +0000)]
gw6c: fix missing LIBGCC_S dependency

Showed up on ARM builds.

SVN-Revision: 33017

12 years agosipsak: disable checking for c-ares and ruli
Florian Fainelli [Mon, 6 Aug 2012 15:39:50 +0000 (15:39 +0000)]
sipsak: disable checking for c-ares and ruli

If these headers are present on the host, they will be used verbatim
and will prevent the package build, so disable checking for them.

SVN-Revision: 33016

12 years agoimagemagick: fix missing dependencies, remove unused cxx support
Florian Fainelli [Mon, 6 Aug 2012 15:39:46 +0000 (15:39 +0000)]
imagemagick: fix missing dependencies, remove unused cxx support

SVN-Revision: 33015

12 years agofix uhub for event and event2 co existance
John Crispin [Mon, 6 Aug 2012 11:10:00 +0000 (11:10 +0000)]
fix uhub for event and event2 co existance

SVN-Revision: 33013

12 years agoIf eglibc (2.1.5) is selected in openwrt instead of uclibc, transmission package...
Mirko Vogt [Mon, 6 Aug 2012 11:08:44 +0000 (11:08 +0000)]
If eglibc (2.1.5) is selected in openwrt instead of uclibc, transmission package will fail to build because the function definition exported by the libtransmission/fdlimit.c is lightly different than the function definition in fcntl.h that is installed by eglibc.

To get transmission build to work both with uclibc
and eglibc, fdlimit.c needs to export function
only if the build toolchain uses uclibc.

This fixes also a openwrt bug
https://dev.openwrt.org/ticket/8820

openwrt_trunk.git/staging_dir/
toolchain-mipsel_gcc-4.6-linaro_eglibc-2.15/lib/
gcc/mipsel-openwrt-linux-gnu/4.6.3/../../../../
mipsel-openwrt-linux-gnu/sys-include/bits/fcntl.h:316:12:
error: conflicting types for 'fallocate64'
fdlimit.c:30:14: note: previous declaration of 'fallocate64' was here

Signed-off-by: Mika Laitio <mika.laitio@nokia.com>
SVN-Revision: 33012

12 years agoFix the snort build with openwrt eglibc toolchain
Mirko Vogt [Mon, 6 Aug 2012 11:08:19 +0000 (11:08 +0000)]
Fix the snort build with openwrt eglibc toolchain

Since eglibc doesn't get shipped with rpc support,
always build-depend on librpc now.

Signed-off-by: Mika Laitio <mika.laitio@nokia.com>
SVN-Revision: 33011

12 years agoWhen openwrt toolchain uses eglibc (2.15) instead of uclibc, samba36-server build...
Mirko Vogt [Mon, 6 Aug 2012 11:08:16 +0000 (11:08 +0000)]
When openwrt toolchain uses eglibc (2.15) instead of uclibc, samba36-server build causes following error:

Package samba36-{client,server} is missing dependencies for the following
libraries:
librt.so.1

Fix is to define
DEPENDS:=+USE_EGLIBC:librt
which adds the librt dependency only if the eglibc is used by toolchain.
Patch tested by building the samba36 both with the the eglibc and uclibc
openwrt toolchains.

Signed-off-by: Mika Laitio <mika.laitio@nokia.com>
SVN-Revision: 33010

12 years agoFix knock build with the openwrt eglibc toolchain by including the limits.h from...
Mirko Vogt [Mon, 6 Aug 2012 11:08:13 +0000 (11:08 +0000)]
Fix knock build with the openwrt eglibc toolchain by including the limits.h from knockd.c. This will fix the error caused by undefined PATH_MAX variable.

Signed-off-by: Mika Laitio <mika.laitio@nokia.com>
SVN-Revision: 33009

12 years agoWith eglibc needs to define -D_GNU_SOURCE in cflags to avoid following error:
Mirko Vogt [Mon, 6 Aug 2012 11:07:38 +0000 (11:07 +0000)]
With eglibc needs to define -D_GNU_SOURCE in cflags to avoid following error:

  CC      build-mips/sa/pton.o
src/sa/pton.c: In function 'net_inet_pton':
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'

Signed-off-by: Mika Laitio <mika.laitio@nokia.com>
SVN-Revision: 33008

12 years agoWhen openwrt toolchain uses eglibc (2.15) instead of uclibc, libevent2 build fails...
Mirko Vogt [Mon, 6 Aug 2012 11:06:54 +0000 (11:06 +0000)]
When openwrt toolchain uses eglibc (2.15) instead of uclibc, libevent2 build fails to following error:

Package libevent2 is missing dependencies for the following libraries:
librt.so.1

Fix is to define
DEPENDS:=+USE_EGLIBC:librt
which adds the librt dependency only if the eglibc is used by toolchain.
Patch has been tested by building the libevent2 both with the the eglibc and
uclibc  openwrt toolchains.

Signed-off-by: Mika Laitio <mika.laitio@nokia.com>
SVN-Revision: 33007

12 years agogmediaserver is not c++
John Crispin [Sun, 5 Aug 2012 08:52:52 +0000 (08:52 +0000)]
gmediaserver is not c++

SVN-Revision: 32999

12 years agomiredo libc++ fix
John Crispin [Sun, 5 Aug 2012 08:17:07 +0000 (08:17 +0000)]
miredo libc++ fix

SVN-Revision: 32998

12 years agonagios-plugins libc++ fix
John Crispin [Sun, 5 Aug 2012 08:17:05 +0000 (08:17 +0000)]
nagios-plugins libc++ fix

SVN-Revision: 32997

12 years agolibusb libc++ fix
John Crispin [Sat, 4 Aug 2012 20:37:10 +0000 (20:37 +0000)]
libusb libc++ fix

SVN-Revision: 32995

12 years agomemcached: fixes compile when libevent and libevent2 are both staged
John Crispin [Sat, 4 Aug 2012 20:37:08 +0000 (20:37 +0000)]
memcached: fixes compile when libevent and libevent2 are both staged

SVN-Revision: 32994

12 years agoctorrent libc++ fix
John Crispin [Sat, 4 Aug 2012 18:42:11 +0000 (18:42 +0000)]
ctorrent libc++ fix

SVN-Revision: 32990

12 years agomgen libc++ fix
John Crispin [Sat, 4 Aug 2012 18:42:09 +0000 (18:42 +0000)]
mgen libc++ fix

SVN-Revision: 32989

12 years agoid3lib libc++ fix
John Crispin [Sat, 4 Aug 2012 18:42:07 +0000 (18:42 +0000)]
id3lib libc++ fix

SVN-Revision: 32988

12 years agolftp libc++ fix
John Crispin [Sat, 4 Aug 2012 18:42:05 +0000 (18:42 +0000)]
lftp libc++ fix

SVN-Revision: 32987

12 years agogw6c libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:18 +0000 (17:02 +0000)]
gw6c libc++ fix

SVN-Revision: 32986

12 years agondppd libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:17 +0000 (17:02 +0000)]
ndppd libc++ fix

SVN-Revision: 32985

12 years agosipp libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:15 +0000 (17:02 +0000)]
sipp libc++ fix

SVN-Revision: 32984

12 years agopcapsipdump libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:13 +0000 (17:02 +0000)]
pcapsipdump libc++ fix

SVN-Revision: 32983

12 years agodansguardian libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:11 +0000 (17:02 +0000)]
dansguardian libc++ fix

SVN-Revision: 32982

12 years agokismet libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:10 +0000 (17:02 +0000)]
kismet libc++ fix

SVN-Revision: 32981

12 years agovncrepeater libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:08 +0000 (17:02 +0000)]
vncrepeater libc++ fix

SVN-Revision: 32980

12 years agognuplot libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:06 +0000 (17:02 +0000)]
gnuplot libc++ fix

SVN-Revision: 32979

12 years agoimsnif libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:04 +0000 (17:02 +0000)]
imsnif libc++ fix

SVN-Revision: 32978

12 years agoavrusbboot libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:03 +0000 (17:02 +0000)]
avrusbboot libc++ fix

SVN-Revision: 32977

12 years agostun libc++ fix
John Crispin [Sat, 4 Aug 2012 17:02:01 +0000 (17:02 +0000)]
stun libc++ fix

SVN-Revision: 32976

12 years agocbtt libc++ fix
John Crispin [Sat, 4 Aug 2012 17:01:59 +0000 (17:01 +0000)]
cbtt libc++ fix

SVN-Revision: 32975

12 years agotaglib libc++ fix
John Crispin [Sat, 4 Aug 2012 17:01:56 +0000 (17:01 +0000)]
taglib libc++ fix

SVN-Revision: 32974

12 years agoznc libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:51 +0000 (21:35 +0000)]
znc libc++ fix

SVN-Revision: 32973

12 years agounrar libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:49 +0000 (21:35 +0000)]
unrar libc++ fix

SVN-Revision: 32972

12 years agoboblight libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:48 +0000 (21:35 +0000)]
boblight libc++ fix

SVN-Revision: 32971

12 years agoznc libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:46 +0000 (21:35 +0000)]
znc libc++ fix

SVN-Revision: 32970

12 years agoparis-traceroute libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:45 +0000 (21:35 +0000)]
paris-traceroute libc++ fix

SVN-Revision: 32969

12 years agomgen libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:43 +0000 (21:35 +0000)]
mgen libc++ fix

SVN-Revision: 32968

12 years agolftp libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:41 +0000 (21:35 +0000)]
lftp libc++ fix

SVN-Revision: 32967

12 years agoditg libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:40 +0000 (21:35 +0000)]
ditg libc++ fix

SVN-Revision: 32966

12 years agoctorrent libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:38 +0000 (21:35 +0000)]
ctorrent libc++ fix

SVN-Revision: 32965

12 years agotiff libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:36 +0000 (21:35 +0000)]
tiff libc++ fix

SVN-Revision: 32964

12 years agolibv4l libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:34 +0000 (21:35 +0000)]
libv4l libc++ fix

SVN-Revision: 32963

12 years agofcgi libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:32 +0000 (21:35 +0000)]
fcgi libc++ fix

SVN-Revision: 32962

12 years agodibbler libc++ fix
John Crispin [Fri, 3 Aug 2012 21:35:30 +0000 (21:35 +0000)]
dibbler libc++ fix

SVN-Revision: 32961

12 years agoimagemagick: update to 6.7.8-7
Florian Fainelli [Fri, 3 Aug 2012 15:16:44 +0000 (15:16 +0000)]
imagemagick: update to 6.7.8-7

SVN-Revision: 32960

12 years agoopenswan: fix build for 64-bits targets
Florian Fainelli [Fri, 3 Aug 2012 13:32:40 +0000 (13:32 +0000)]
openswan: fix build for 64-bits targets

Do not override LDFLAGS otherwise we are going to kill Kbuild's
specific LDFLAGS and fail linking modules on 64-bits targets.

SVN-Revision: 32959

12 years agoxtables-addons: fix build for 64-bits targets
Florian Fainelli [Fri, 3 Aug 2012 13:32:39 +0000 (13:32 +0000)]
xtables-addons: fix build for 64-bits targets

The first fix is a pointer comparison fix, and the second is not to
override the Linux kernel's TARGET_LDFLAGS with those that we use
during cross-compiling.

SVN-Revision: 32958

12 years agol7-protocols: fix g++-uc location
Florian Fainelli [Fri, 3 Aug 2012 13:32:36 +0000 (13:32 +0000)]
l7-protocols: fix g++-uc location

SVN-Revision: 32957

12 years agouhub: libevent fixes
John Crispin [Fri, 3 Aug 2012 09:15:21 +0000 (09:15 +0000)]
uhub: libevent fixes

SVN-Revision: 32955

12 years agomemcached: libevent fixes
John Crispin [Fri, 3 Aug 2012 09:15:20 +0000 (09:15 +0000)]
memcached: libevent fixes

SVN-Revision: 32954

12 years agofreecwmp: update to latest git version
Luka Perkov [Fri, 3 Aug 2012 00:00:48 +0000 (00:00 +0000)]
freecwmp: update to latest git version

SVN-Revision: 32952

12 years agoupdate faifa and package hpavcfg
Florian Fainelli [Wed, 1 Aug 2012 18:40:35 +0000 (18:40 +0000)]
update faifa and package hpavcfg

SVN-Revision: 32938

12 years agofaifa: update to latest revision to get rid of openssl
Florian Fainelli [Wed, 1 Aug 2012 18:40:34 +0000 (18:40 +0000)]
faifa: update to latest revision to get rid of openssl

SVN-Revision: 32937