9677 Commits

Author SHA1 Message Date
nbd
119d004c0f canutils: Replace old Pengutronix version with VW version
The old Pengutronix canutils seems very old and unmaintained. Replace
it with VolksWagen version of canutils that is actively maintained by
the Linux-CAN project. The VW version also has more features.

Changes in v2: Run autogen.sh to fix compile with NEON hw FP.

Signed-off-by: Jan Kardell <jan.kardell@telliq.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39977 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-21 15:22:04 +00:00
florian
57175134ac libdbi-drivers: pass our CFLAGS
The configure script would always force some CFLAGS based on what it detected
remove that as it is completely bogus.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39942 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-17 17:14:39 +00:00
florian
50b907a631 gw6c: pass our CFLAGS
Some objects were not compiled with our CFLAGS.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39941 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-17 17:14:36 +00:00
florian
1df513bf13 lm-sensors: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39940 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-17 17:14:34 +00:00
florian
78fc6bd91a cwiid: pass our CFLAGS
The Makefile logic in cwiid is slightly complicated, overriding CC
turned out to be a non-intrusive way to pass down our CFLAGS.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39939 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-17 17:14:31 +00:00
florian
8d2cda7f66 xl2tpd: fix passing our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39938 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-17 17:14:29 +00:00
florian
2ac9a6c0e5 aoetools: fix passing our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39937 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-17 17:14:27 +00:00
florian
9458510650 arpd: fix passing our CFLAGS
Our CFLAGS were not properly passed down to the Makefile, fix that.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39936 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-17 17:14:23 +00:00
cyrus
c9f2e1e4d1 mdnsresponder: fix binding-patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39934 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-17 14:16:22 +00:00
kaloz
6af99bf2ad [coova-chilli]: add compile option to enable large limits
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@39932 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-17 12:55:31 +00:00
nbd
4a54f89f0a curl: fix polarssl 1.3 compatibility
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39931 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-15 09:05:26 +00:00
luka
764ad76996 [packages] collectd: make nut conditional
Make the nut support conditional and specify its dependencies.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39925 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-14 09:49:18 +00:00
cyrus
e02e8ce2e1 mrd6: adopted in openwrt-routing
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39924 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-14 08:23:27 +00:00
florian
384533ef74 ortp: fix memset size argument usage
As reported by GCC 4.8, the size argument passed to memset() was incorrect.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39923 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-13 16:52:16 +00:00
florian
977de77cc1 crtmpsever: add missing unistd.h inclusion for sysconf()
We were failing the build w/ GCC 4.8 on the sysconf() prototype due to a
missing include of unistd.h

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39922 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-13 16:52:13 +00:00
florian
75097a215d tctool: include unistd.h for close()
We were failing the build due to a missing prototype for close().

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39921 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-13 16:52:10 +00:00
nbd
dca4c13608 wt: disable mips16 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39920 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-13 15:41:37 +00:00
nbd
7d413fd82e boost: disable mips16 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39919 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-13 15:30:21 +00:00
nbd
b751ce6e26 boost: disable parallel build to fix build errors
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39918 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-13 15:19:47 +00:00
florian
787e4e15a2 mini_snmpd: fix the size argument to memset (#13764)
Building with gcc-4.8 spotted this memset size argument misuse, fix this.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39901 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-12 21:32:58 +00:00
florian
d6272ec527 xmlrpc-c: use new repository
The xmlrpc-c code has been relocated to a new server use it.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39900 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-12 21:32:55 +00:00
nbd
337757a135 lttng-tools: disable mips16 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39887 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-12 10:44:29 +00:00
nbd
c81d09fda5 lttng-ust: disable mips16 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39884 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-12 09:58:30 +00:00
nbd
ee72901a29 hsflowd: disable mips16 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39883 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-12 09:58:30 +00:00
nbd
712c0b20ca mc: disable the use of libssh2
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39882 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-12 09:58:22 +00:00
florian
a751ca52b9 dovecot: explicitely disable lzma and lz4 support
Avoid linking with liblzma and liblz4 for now.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39881 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-11 19:46:14 +00:00
nbd
0a1191c8e1 packages: disable mips16 support on a number of packages that fail to build with it
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39880 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-11 16:00:31 +00:00
nbd
81f8904c2d postgresql: disable mips16 support (#15220)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39871 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-11 11:58:52 +00:00
nbd
745cef12f5 mysql: disable mips16 support (#15215)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39869 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-11 09:18:18 +00:00
florian
fc2620d483 l7-protocols: pass our CFLAGS and CXXFLAGS
All the testing utilities were not using our CFLAGS or CXXFLAGS fix
that.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39867 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-11 04:30:20 +00:00
florian
1a9a16e379 at: disable linking with libpam
In case the host has security/pam_appl.h, the at configure script will
decide to link against libpam, we do not want that.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39866 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-11 04:30:14 +00:00
jogo
7c8cdeef28 packages: remove empty zaptel directories
Signed-off-by: Jonas Gorski <jogo@openwrt.org>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@39844 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 13:31:14 +00:00
tripolar
b10a2bc55a [packages] openssh: update to 6.5p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39843 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 13:29:08 +00:00
jogo
30a944610f packages: move zaptel to telephony feed
zaptel and zaptel-1.4.x belong to telephony, so move them to the
proper feed.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39842 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 11:11:04 +00:00
florian
65125b588a wavemon: patch configure to leave room for our CFLAGS
The configure script was hardcoding CFLAGS, remove that

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39840 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:58:16 +00:00
florian
ec8c7a54a9 dump1090: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39839 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:58:14 +00:00
florian
7d6af685fb crtmpserver: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39838 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:58:11 +00:00
florian
2d9a8f9b79 zsh: disable checking for NIS and NIS+
Those might be installed on the host, but certainly not available for the
target, disable checking for those.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39837 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:58:09 +00:00
florian
944b83e8ba atftp: pass our CFLAGS to succeed in the configure script
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39836 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:58:07 +00:00
florian
380f486594 avrusbboot: link using our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39835 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:58:04 +00:00
florian
acd699849c apf: do not override CFLAGS in configure script
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39834 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:58:02 +00:00
florian
6dc366d03c amwall: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39833 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:59 +00:00
florian
2397990f58 xdelta3: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39832 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:57 +00:00
florian
79e36a99e1 zip: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39831 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:54 +00:00
florian
3f6e14b1f8 vncrepeater: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39830 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:52 +00:00
florian
9e2ec32d11 udpxy: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39829 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:49 +00:00
florian
d91a4bde08 stun: enforce passing our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39828 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:46 +00:00
florian
55578e51d8 udp-broadcast-relay: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39827 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:44 +00:00
florian
5cb6cb193d tctool: pass our CXXFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39826 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:42 +00:00
florian
37ed46d819 tspc: do not attempt patching the configuration file
This uses SED syntax which is unsupported most of the time, and we copy the
sample configuration so we do not really care

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39825 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:39 +00:00