openwrt/svn-archive/archive.git
14 years agoackages: add pyrrd (an Object-Oriented Python Interface for RRDTool)
Nicolas Thill [Sat, 3 Dec 2011 12:17:43 +0000 (12:17 +0000)]
ackages: add pyrrd (an Object-Oriented Python Interface for RRDTool)

This patch is a port of the PyRRD package to openwrt. PyRRD is a wrapper
for rrdtool for python. The API is so much better than the python
bindings for rrd.

Signed-off-by: Roberto Riggio <[email protected]>
SVN-Revision: 29402

14 years agopackages: add pyrit (a GPGPU-driven WPA/WPA2-PSK key cracker)
Nicolas Thill [Sat, 3 Dec 2011 12:14:32 +0000 (12:14 +0000)]
packages: add pyrit (a GPGPU-driven WPA/WPA2-PSK key cracker)

SVN-Revision: 29401

14 years agopackages: add pyload (a fast, lightweight and full featured download manager)
Nicolas Thill [Sat, 3 Dec 2011 12:14:27 +0000 (12:14 +0000)]
packages: add pyload (a fast, lightweight and full featured download manager)

SVN-Revision: 29400

14 years ago[packages] samba3: reverse logic of printing support, fix recursive dep between nmbd...
Jo-Philipp Wich [Thu, 1 Dec 2011 17:39:25 +0000 (17:39 +0000)]
[packages] samba3: reverse logic of printing support, fix recursive dep between nmbd and samba3, fix recursive dep between samba, cups and printer support

SVN-Revision: 29374

14 years ago[patch-team] update wing to 20110329 - Signed off by Roberto Riggio <roberto.riggio...
Scott V. Kamp [Thu, 1 Dec 2011 13:45:36 +0000 (13:45 +0000)]
[patch-team] update wing to 20110329 - Signed off by Roberto Riggio <[email protected]>

SVN-Revision: 29373

14 years ago[packages] samba3: fix typo in dependency spec
Jo-Philipp Wich [Wed, 30 Nov 2011 21:37:36 +0000 (21:37 +0000)]
[packages] samba3: fix typo in dependency spec

SVN-Revision: 29372

14 years ago[packages] samba3: depend on cups if printing support is not disabled, fix build...
Jo-Philipp Wich [Wed, 30 Nov 2011 20:16:50 +0000 (20:16 +0000)]
[packages] samba3: depend on cups if printing support is not disabled, fix build with SAMBA3_CONFIG_SMALLER=y and SAMBA3_CONFIG_NO_PRINTING=n

SVN-Revision: 29371

14 years ago[packages] zoneinfo: switch to IANA mirror
Jo-Philipp Wich [Wed, 30 Nov 2011 20:00:04 +0000 (20:00 +0000)]
[packages] zoneinfo: switch to IANA mirror

SVN-Revision: 29370

14 years ago[packages] python: fix compilation against Linux 3.x (#10197)
Jo-Philipp Wich [Wed, 30 Nov 2011 19:47:24 +0000 (19:47 +0000)]
[packages] python: fix compilation against Linux 3.x (#10197)

SVN-Revision: 29369

14 years agoddns-script: fix support for freedns
John Crispin [Wed, 30 Nov 2011 14:21:01 +0000 (14:21 +0000)]
ddns-script: fix support for freedns

Signed-off-by: Bogdan Roman <[email protected]>
SVN-Revision: 29368

14 years agolibupnp: fix example install and improve Makefile
John Crispin [Wed, 30 Nov 2011 14:20:59 +0000 (14:20 +0000)]
libupnp: fix example install and improve Makefile

The original Makefile installed libtool wrapper scripts instead of the
real binaries. Increase PKG_RELEASE to trigger rebuild.

Signed-off-by: John Lee <[email protected]>
SVN-Revision: 29367

14 years agosimplejson: bump to 2.2.1
John Crispin [Wed, 30 Nov 2011 12:44:39 +0000 (12:44 +0000)]
simplejson: bump to 2.2.1

Signed-off-by: Roberto Riggio <[email protected]>
SVN-Revision: 29363

14 years agoyaddns: bump to 1.1
John Crispin [Wed, 30 Nov 2011 12:44:37 +0000 (12:44 +0000)]
yaddns: bump to 1.1

Changes compared to 1.0 are:

* autotools refactoring
* fix blocked state in request if connect() or recv() failed. Add timeout feature which abort pending request (connect(), send(), recv()) after XX seconds.
* add new ./configure options:
* --enable-debug
* --enable-log-debug
* --enable-log-color
* fix segfault case if user remove account cfg and SIGHUP yaddns when doing update procedure for the removed account.
* fix buffer overread in base64_encode function
* implement unit tests
* add -L, --use-syslog option

Signed-off-by: Anthony Viallard <[email protected]
SVN-Revision: 29362

14 years agonginx: bump to 1.0.10
John Crispin [Wed, 30 Nov 2011 12:44:22 +0000 (12:44 +0000)]
nginx: bump to 1.0.10

important fixes in changelog of 1.0.10 nginx from the current 1.0.8 in
trunk:
http://nginx.org/en/CHANGES-1.0

Signed-off-by: Daniel Petre <[email protected]>
SVN-Revision: 29361

14 years agohiawatha: bump to 7.8.2
John Crispin [Wed, 30 Nov 2011 12:44:11 +0000 (12:44 +0000)]
hiawatha: bump to 7.8.2

Signed-off-by: Daniel Petre <[email protected]>
SVN-Revision: 29360

14 years agoavahi: cleanup / enhance
John Crispin [Wed, 30 Nov 2011 12:44:08 +0000 (12:44 +0000)]
avahi: cleanup / enhance

This patch updates the avahi Makefile to correct a number of errors. In
particular it handles the choice of D-BUS- or non-D-BUS-enabled packages
more consistently.

Packages that don't require D-BUS support are compiled with D-BUS
support disabled by default, keeping the build as small as possible.
Support for D-BUS can be selected if desired.

Selecting packages that require D-BUS support -- avahi-utils or
libavahi-client -- will automatically cause all packages to be built
with D-BUS support and will add the D-BUS package to the build.

Note that after this update, the D-BUS package will be needed as part of
the compilation environment, so it will be downloaded and compiled, but
it will not be added to the build unless the user has enabled D-BUS
support or has selected avahi-utils or the avahi-client library, both of
which need it.

Tested on trunk r29283.

Signed-off-by Mike Brady <[email protected]>

SVN-Revision: 29359

14 years ago[packages] samba3: explicitely disable cups and iprint in configure if NO_PRINTING...
Jo-Philipp Wich [Tue, 29 Nov 2011 18:46:32 +0000 (18:46 +0000)]
[packages] samba3: explicitely disable cups and iprint in configure if NO_PRINTING is set

SVN-Revision: 29357

14 years ago[packages] prosody: restore BuildPackage call (#10513)
Jo-Philipp Wich [Tue, 29 Nov 2011 16:36:49 +0000 (16:36 +0000)]
[packages] prosody: restore BuildPackage call (#10513)

SVN-Revision: 29356

14 years ago[packages] openvpn: accept both "option enable" and "option enabled"
Jo-Philipp Wich [Tue, 29 Nov 2011 15:58:17 +0000 (15:58 +0000)]
[packages] openvpn: accept both "option enable" and "option enabled"

SVN-Revision: 29355

14 years ago[packages] samba3: expose interfaces configuration in uci, move generated smb.conf...
Jo-Philipp Wich [Tue, 29 Nov 2011 10:35:57 +0000 (10:35 +0000)]
[packages] samba3: expose interfaces configuration in uci, move generated smb.conf to /var/etc, bump pkg release

SVN-Revision: 29354

14 years ago[packages] samba3: add missing patches from previous update commit, refresh series
Jo-Philipp Wich [Mon, 28 Nov 2011 19:16:08 +0000 (19:16 +0000)]
[packages] samba3: add missing patches from previous update commit, refresh series

SVN-Revision: 29351

14 years ago[packages] zoneinfo: update to 2011n (#10317)
Jo-Philipp Wich [Mon, 28 Nov 2011 12:51:26 +0000 (12:51 +0000)]
[packages] zoneinfo: update to 2011n (#10317)

SVN-Revision: 29350

14 years ago[packages] samba3: add missing samba-nmbd.init, remove interface setting from config...
Jo-Philipp Wich [Mon, 28 Nov 2011 06:08:04 +0000 (06:08 +0000)]
[packages] samba3: add missing samba-nmbd.init, remove interface setting from config template

SVN-Revision: 29347

14 years ago[packages] samba3: kill pointless AC_TRY_RUN()
Jo-Philipp Wich [Mon, 28 Nov 2011 05:28:53 +0000 (05:28 +0000)]
[packages] samba3: kill pointless AC_TRY_RUN()

SVN-Revision: 29346

14 years ago[packages] xtables-addons: package ip6table_rawpost
Jo-Philipp Wich [Sun, 27 Nov 2011 18:50:23 +0000 (18:50 +0000)]
[packages] xtables-addons: package ip6table_rawpost

SVN-Revision: 29345

14 years ago[packages] samba3: remove now empty patches
Jo-Philipp Wich [Sun, 27 Nov 2011 18:31:00 +0000 (18:31 +0000)]
[packages] samba3: remove now empty patches

SVN-Revision: 29344

14 years ago[PATCH-v6] samba 3.0.37 update
Jo-Philipp Wich [Sun, 27 Nov 2011 18:28:39 +0000 (18:28 +0000)]
[PATCH-v6] samba 3.0.37 update
Samba3 patch is updated again so it applies after the new serive function
update (#29075).
I just tested it on my router and everything (still) seems to work.
So please commit it.
Through all versions these things are added to the original package in the
repositories:

 * Updates samba3 package to version 3.0.37
 * Splits nmbd and mountcifs into separate packages
 * Added settings to remove printing support and to make smbd even smaller
 * Removed LDAP, Kerebos and AD support
 * Added iconv support

Signed-off-by: Maarten Bezemer <[email protected]>
SVN-Revision: 29343

14 years ago[packages] libpolarssl: correct a packaging mistake, symlinks got installed as copies...
Jo-Philipp Wich [Fri, 25 Nov 2011 13:00:45 +0000 (13:00 +0000)]
[packages] libpolarssl: correct a packaging mistake, symlinks got installed as copies. Shrinks package by factor three

SVN-Revision: 29336

14 years ago[packages] add openvpn-polarssl, experimental small OpenVPN Git build using PolarSSL...
Jo-Philipp Wich [Fri, 25 Nov 2011 04:26:41 +0000 (04:26 +0000)]
[packages] add openvpn-polarssl, experimental small OpenVPN Git build using PolarSSL instead of OpenSSL - it is fully compatible to the normal OpenVPN

SVN-Revision: 29333

14 years ago[packages] umurmur: update to v0.2.8 to accomodate for polarssl v1.0.0
Jo-Philipp Wich [Fri, 25 Nov 2011 02:23:54 +0000 (02:23 +0000)]
[packages] umurmur: update to v0.2.8 to accomodate for polarssl v1.0.0

SVN-Revision: 29332

14 years ago[packages] polarssl: update to v1.0.0, switch to cmake
Jo-Philipp Wich [Fri, 25 Nov 2011 02:23:07 +0000 (02:23 +0000)]
[packages] polarssl: update to v1.0.0, switch to cmake

SVN-Revision: 29331

14 years agopackages/pure-ftpd: disable capabilities support (libcap) explicitly (closes: #10470)
Nicolas Thill [Mon, 21 Nov 2011 22:18:50 +0000 (22:18 +0000)]
packages/pure-ftpd: disable capabilities support (libcap) explicitly (closes: #10470)

SVN-Revision: 29290

14 years agopackages/syslog-ng3: add dependency on librt (closes: #9435)
Nicolas Thill [Sun, 20 Nov 2011 15:25:10 +0000 (15:25 +0000)]
packages/syslog-ng3: add dependency on librt (closes: #9435)

SVN-Revision: 29283

14 years agopackages: add md5deep, a program to compute, match, and audit hashsets (closes: ...
Nicolas Thill [Sun, 20 Nov 2011 15:18:55 +0000 (15:18 +0000)]
packages: add md5deep, a program to compute, match, and audit hashsets (closes: #9100)

SVN-Revision: 29282

14 years agopackages/ntfsprogs: libgcrypt is only needed to make autoreconf happy, change to...
Nicolas Thill [Sun, 20 Nov 2011 14:51:31 +0000 (14:51 +0000)]
packages/ntfsprogs: libgcrypt is only needed to make autoreconf happy, change to build dependency instead

SVN-Revision: 29281

14 years agopackages/hplip: add dependency on libtiff (closes: #9072)
Nicolas Thill [Sun, 20 Nov 2011 14:51:30 +0000 (14:51 +0000)]
packages/hplip: add dependency on libtiff (closes: #9072)

SVN-Revision: 29280

14 years agopackages/sane-backends: fix dependencies (closes: #9884)
Nicolas Thill [Sun, 20 Nov 2011 13:42:15 +0000 (13:42 +0000)]
packages/sane-backends: fix dependencies (closes: #9884)

SVN-Revision: 29278

14 years agopackages/python: add bzip2 module (closes: #9494)
Nicolas Thill [Sun, 20 Nov 2011 13:42:14 +0000 (13:42 +0000)]
packages/python: add bzip2 module (closes: #9494)

SVN-Revision: 29277

14 years agopackages/python: remove refs to zlib.so now that zlib is embedded (r20170)
Nicolas Thill [Sun, 20 Nov 2011 13:42:11 +0000 (13:42 +0000)]
packages/python: remove refs to zlib.so now that zlib is embedded (r20170)

SVN-Revision: 29276

14 years agopackages/horst: update to 3.0 (closes: #10006)
Nicolas Thill [Sun, 20 Nov 2011 04:30:45 +0000 (04:30 +0000)]
packages/horst: update to 3.0 (closes: #10006)

SVN-Revision: 29270

14 years agopackages/memcached: update to 1.4.7 (closes: #10046)
Nicolas Thill [Sun, 20 Nov 2011 04:01:49 +0000 (04:01 +0000)]
packages/memcached: update to 1.4.7 (closes: #10046)

SVN-Revision: 29269

14 years agopackages/icecast: fix build failure (closes: #10442)
Nicolas Thill [Sun, 20 Nov 2011 03:50:35 +0000 (03:50 +0000)]
packages/icecast: fix build failure (closes: #10442)

SVN-Revision: 29268

14 years agopackages/darkice: set lame prefix explicitly (closes: #10442)
Nicolas Thill [Sun, 20 Nov 2011 02:38:46 +0000 (02:38 +0000)]
packages/darkice: set lame prefix explicitly (closes: #10442)

Signed-off-by: Alam Arias <[email protected]>
SVN-Revision: 29267

14 years ago[packages] php5: cleanup fastcgi package
Michael Heimpold [Sat, 19 Nov 2011 21:08:18 +0000 (21:08 +0000)]
[packages] php5: cleanup fastcgi package

- use new service functions
- introduce uci config
- rename initscript

SVN-Revision: 29265

14 years ago[packages] libmikmod: package *.so as well, not only *.so.*
Jo-Philipp Wich [Sat, 19 Nov 2011 18:05:59 +0000 (18:05 +0000)]
[packages] libmikmod: package *.so as well, not only *.so.*

SVN-Revision: 29263

14 years agopackages/gd: typo in gdlib-config (closes: #10005)
Nicolas Thill [Sat, 19 Nov 2011 02:56:46 +0000 (02:56 +0000)]
packages/gd: typo in gdlib-config (closes: #10005)

SVN-Revision: 29254

14 years agopackages/lighttpd: use new service functions (closes: #10246)
Nicolas Thill [Fri, 18 Nov 2011 23:14:10 +0000 (23:14 +0000)]
packages/lighttpd: use new service functions (closes: #10246)

SVN-Revision: 29253

14 years agopackages/tctool: cleanup
Nicolas Thill [Fri, 18 Nov 2011 23:14:03 +0000 (23:14 +0000)]
packages/tctool: cleanup

SVN-Revision: 29252

14 years agopackages/samba: remove dependency on libgcc
Nicolas Thill [Fri, 18 Nov 2011 23:14:01 +0000 (23:14 +0000)]
packages/samba: remove dependency on libgcc

SVN-Revision: 29251

14 years agopackages/powertop: remove dependency on libgcc, unneeded DEFAULT & useless KCONFIG...
Nicolas Thill [Fri, 18 Nov 2011 23:13:51 +0000 (23:13 +0000)]
packages/powertop: remove dependency on libgcc, unneeded DEFAULT & useless KCONFIG entries, cleanup

SVN-Revision: 29250

14 years agopackages/avrusbboot: remove dependency on libgcc
Nicolas Thill [Fri, 18 Nov 2011 23:13:49 +0000 (23:13 +0000)]
packages/avrusbboot: remove dependency on libgcc

SVN-Revision: 29249

14 years agopackages/remotefs: remove dependencies on libc & libgcc, fix conffiles
Nicolas Thill [Fri, 18 Nov 2011 23:13:37 +0000 (23:13 +0000)]
packages/remotefs: remove dependencies on libc & libgcc, fix conffiles

SVN-Revision: 29248

14 years agopackages/wifitoggle: rename hotplug & uci config files
Nicolas Thill [Fri, 18 Nov 2011 23:13:31 +0000 (23:13 +0000)]
packages/wifitoggle: rename hotplug & uci config files

SVN-Revision: 29247

14 years agopackages/dialog: cleanup
Nicolas Thill [Fri, 18 Nov 2011 23:13:29 +0000 (23:13 +0000)]
packages/dialog: cleanup

SVN-Revision: 29246

14 years ago[packages] zoneinfo: remove duplicate NZ and NZ-CHAT files, ship zone.tab
Jo-Philipp Wich [Thu, 17 Nov 2011 20:52:18 +0000 (20:52 +0000)]
[packages] zoneinfo: remove duplicate NZ and NZ-CHAT files, ship zone.tab

SVN-Revision: 29235

14 years agopackages/bluez-utils: rename uci config file, cleanup
Nicolas Thill [Thu, 17 Nov 2011 11:49:08 +0000 (11:49 +0000)]
packages/bluez-utils: rename uci config file, cleanup

SVN-Revision: 29231

14 years agopackages/ap51-flash: rename uci config file
Nicolas Thill [Thu, 17 Nov 2011 11:49:06 +0000 (11:49 +0000)]
packages/ap51-flash: rename uci config file

SVN-Revision: 29230

14 years agopackages/vnstat: rename uci config file, cleanup
Nicolas Thill [Thu, 17 Nov 2011 11:49:05 +0000 (11:49 +0000)]
packages/vnstat: rename uci config file, cleanup

SVN-Revision: 29229

14 years agopackages/ptunnel: rename uci config file
Nicolas Thill [Thu, 17 Nov 2011 11:49:03 +0000 (11:49 +0000)]
packages/ptunnel: rename uci config file

SVN-Revision: 29228

14 years agopackages/p910nd: rename uci config file, cleanup
Nicolas Thill [Thu, 17 Nov 2011 11:49:01 +0000 (11:49 +0000)]
packages/p910nd: rename uci config file, cleanup

SVN-Revision: 29227

14 years agopackages/httptunnel: rename uci config file
Nicolas Thill [Thu, 17 Nov 2011 11:48:59 +0000 (11:48 +0000)]
packages/httptunnel: rename uci config file

SVN-Revision: 29226

14 years agopackages/dudders: rename uci config file
Nicolas Thill [Thu, 17 Nov 2011 11:48:57 +0000 (11:48 +0000)]
packages/dudders: rename uci config file

SVN-Revision: 29225

14 years agopackages/darkstat: rename uci config file
Nicolas Thill [Thu, 17 Nov 2011 11:48:55 +0000 (11:48 +0000)]
packages/darkstat: rename uci config file

SVN-Revision: 29224

14 years agopackages/ftpd-topfield: rename initscript & uci config files
Nicolas Thill [Thu, 17 Nov 2011 11:48:53 +0000 (11:48 +0000)]
packages/ftpd-topfield: rename initscript & uci config files

SVN-Revision: 29223

14 years agopackages/wide-dhcpv6: rename uci config files
Nicolas Thill [Thu, 17 Nov 2011 11:48:52 +0000 (11:48 +0000)]
packages/wide-dhcpv6: rename uci config files

SVN-Revision: 29222

14 years agopackages/psplash: rename initscript file
Nicolas Thill [Thu, 17 Nov 2011 11:48:50 +0000 (11:48 +0000)]
packages/psplash: rename initscript file

SVN-Revision: 29221

14 years agopackages/sshtunnel: rename initscript file
Nicolas Thill [Thu, 17 Nov 2011 11:09:00 +0000 (11:09 +0000)]
packages/sshtunnel: rename initscript file

SVN-Revision: 29220

14 years agopackages/aiccu: rename uci config file
Nicolas Thill [Thu, 17 Nov 2011 11:07:56 +0000 (11:07 +0000)]
packages/aiccu: rename uci config file

SVN-Revision: 29219

14 years agopackages/madwimax: rename initscript file
Nicolas Thill [Thu, 17 Nov 2011 11:06:26 +0000 (11:06 +0000)]
packages/madwimax: rename initscript file

SVN-Revision: 29218

14 years agopackages/smtptrapd: use new service functions
Nicolas Thill [Thu, 17 Nov 2011 10:47:27 +0000 (10:47 +0000)]
packages/smtptrapd: use new service functions

SVN-Revision: 29217

14 years agopackages/frickin: use uci config
Nicolas Thill [Thu, 17 Nov 2011 10:47:26 +0000 (10:47 +0000)]
packages/frickin: use uci config

SVN-Revision: 29216

14 years agopackages/rarpd: use uci config, cleanup
Nicolas Thill [Thu, 17 Nov 2011 10:47:23 +0000 (10:47 +0000)]
packages/rarpd: use uci config, cleanup

SVN-Revision: 29215

14 years agopackages/vrrpd: use uci config
Nicolas Thill [Thu, 17 Nov 2011 10:47:22 +0000 (10:47 +0000)]
packages/vrrpd: use uci config

SVN-Revision: 29214

14 years agopackages/parprouted: use uci config
Nicolas Thill [Thu, 17 Nov 2011 10:47:19 +0000 (10:47 +0000)]
packages/parprouted: use uci config

SVN-Revision: 29213

14 years agopackages/setserial: rename serial initscript to setserial, use uci config
Nicolas Thill [Thu, 17 Nov 2011 10:47:17 +0000 (10:47 +0000)]
packages/setserial: rename serial initscript to setserial, use uci config

SVN-Revision: 29212

14 years agopackages/mini_snmpd: allow both raw & uci interface names in interfaces list
Nicolas Thill [Thu, 17 Nov 2011 10:47:15 +0000 (10:47 +0000)]
packages/mini_snmpd: allow both raw & uci interface names in interfaces list

SVN-Revision: 29211

14 years agopackages/glibmm: revert r29206
Nicolas Thill [Thu, 17 Nov 2011 09:27:30 +0000 (09:27 +0000)]
packages/glibmm: revert r29206

SVN-Revision: 29207

14 years agopackages: move glibmm away to /feeds/xorg/lib/
Nicolas Thill [Thu, 17 Nov 2011 09:14:35 +0000 (09:14 +0000)]
packages: move glibmm away to /feeds/xorg/lib/

SVN-Revision: 29206

14 years agopackages: move gconf2 away to /feeds/xorg/lib/
Nicolas Thill [Thu, 17 Nov 2011 08:59:55 +0000 (08:59 +0000)]
packages: move gconf2 away to /feeds/xorg/lib/

SVN-Revision: 29205

14 years agopackages: add missing conffiles define
Nicolas Thill [Wed, 16 Nov 2011 20:02:41 +0000 (20:02 +0000)]
packages: add missing conffiles define

SVN-Revision: 29199

14 years agopackages/ushare: add /etc/config/ushare to conffiles define
Nicolas Thill [Wed, 16 Nov 2011 20:02:32 +0000 (20:02 +0000)]
packages/ushare: add /etc/config/ushare to conffiles define

SVN-Revision: 29198

14 years agopackages/bind: ship a working named.conf file, add missing conffiles define
Nicolas Thill [Wed, 16 Nov 2011 20:02:31 +0000 (20:02 +0000)]
packages/bind: ship a working named.conf file, add missing conffiles define

SVN-Revision: 29197

14 years agopackages/motion: disable SDL & sqlite3 support explicitly, disable CPU optimizations...
Nicolas Thill [Wed, 16 Nov 2011 20:02:29 +0000 (20:02 +0000)]
packages/motion: disable SDL & sqlite3 support explicitly, disable CPU optimizations detection

SVN-Revision: 29196

14 years agolevel up boost to version 0.46
Mirko Vogt [Wed, 16 Nov 2011 17:09:20 +0000 (17:09 +0000)]
level up boost to version 0.46

 - remove dedicated bjam-package since its maintaincene seems to only happen inside the boost tree now
 - remove not anymore required patches
 - add patch to remove hardcoded linker flags from jam file and move them into the OpenWrt Makefile (-pthreads -lrt)
 - remove package boost-function_types

SVN-Revision: 29189

14 years agopackages: remove obsolete broadcom-sdhc
Nicolas Thill [Wed, 16 Nov 2011 13:58:41 +0000 (13:58 +0000)]
packages: remove obsolete broadcom-sdhc

SVN-Revision: 29186

14 years agopackages/tinc: fix pid-file arg passed in service command-line
Nicolas Thill [Wed, 16 Nov 2011 13:27:44 +0000 (13:27 +0000)]
packages/tinc: fix pid-file arg passed in service command-line

SVN-Revision: 29185

14 years agopackages/openvpn: fix pid-file arg passed in service command-line
Nicolas Thill [Wed, 16 Nov 2011 13:27:42 +0000 (13:27 +0000)]
packages/openvpn: fix pid-file arg passed in service command-line

SVN-Revision: 29184

14 years agopackages/mini_snmpd: use new service functions, various changes:
Nicolas Thill [Wed, 16 Nov 2011 09:44:31 +0000 (09:44 +0000)]
packages/mini_snmpd: use new service functions, various changes:
 * changes 'disks' & 'interfaces' options to list
 * default 'enabled' to false
 * mark '/etc/config/mini_snmpd' as a config file

SVN-Revision: 29182

14 years agopackages/nfs-server: use new service functions, remove portmap from start/stop (it...
Nicolas Thill [Wed, 16 Nov 2011 09:44:29 +0000 (09:44 +0000)]
packages/nfs-server: use new service functions, remove portmap from start/stop (it is in its own initscript)

SVN-Revision: 29181

14 years agopackages/deluge: use new service functions, add a 'group' config option for holding gid
Nicolas Thill [Wed, 16 Nov 2011 09:44:27 +0000 (09:44 +0000)]
packages/deluge: use new service functions, add a 'group' config option for holding gid

SVN-Revision: 29180

14 years agopackages/transmission: use new service functions, rename 'run_daemon_as_user' config...
Nicolas Thill [Wed, 16 Nov 2011 09:44:25 +0000 (09:44 +0000)]
packages/transmission: use new service functions, rename 'run_daemon_as_user' config option to 'user'

SVN-Revision: 29179

14 years agopackages/miniupnpd: use new service functions
Nicolas Thill [Wed, 16 Nov 2011 09:44:23 +0000 (09:44 +0000)]
packages/miniupnpd: use new service functions

SVN-Revision: 29178

14 years agopackages/tor{,-alpha}: use a fixed predictable pid-file location (patch from Peter...
Nicolas Thill [Wed, 16 Nov 2011 09:44:20 +0000 (09:44 +0000)]
packages/tor{,-alpha}: use a fixed predictable pid-file location (patch from Peter Wagner), remove PidFile config entry

SVN-Revision: 29177

14 years agopackages/mysql: use new service functions
Nicolas Thill [Wed, 16 Nov 2011 09:44:18 +0000 (09:44 +0000)]
packages/mysql: use new service functions

SVN-Revision: 29176

14 years agopackages/mpjpg-streamer: use new service functions
Nicolas Thill [Wed, 16 Nov 2011 09:44:16 +0000 (09:44 +0000)]
packages/mpjpg-streamer: use new service functions

SVN-Revision: 29175

14 years agopackages/ushare: use new service functions, change 'enable' option to 'enabled' like...
Nicolas Thill [Wed, 16 Nov 2011 09:44:14 +0000 (09:44 +0000)]
packages/ushare: use new service functions, change 'enable' option to 'enabled' like most other services are using, change 'username' option to 'user'

SVN-Revision: 29174

14 years agopackages/tinyproxy: use new service functions, change 'enable' option to 'enabled...
Nicolas Thill [Wed, 16 Nov 2011 09:44:13 +0000 (09:44 +0000)]
packages/tinyproxy: use new service functions, change 'enable' option to 'enabled' like most other services are using

SVN-Revision: 29173

14 years agopackages/olsrd: use new service functions (again)
Nicolas Thill [Wed, 16 Nov 2011 09:44:11 +0000 (09:44 +0000)]
packages/olsrd: use new service functions (again)

SVN-Revision: 29172

14 years agopackages/baresip: use new service functions
Nicolas Thill [Wed, 16 Nov 2011 09:44:09 +0000 (09:44 +0000)]
packages/baresip: use new service functions

SVN-Revision: 29171

14 years agopackages/lldpd: use new service functions
Nicolas Thill [Wed, 16 Nov 2011 09:44:06 +0000 (09:44 +0000)]
packages/lldpd: use new service functions

SVN-Revision: 29170