aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnutls: cleanup old codeDirk Neukirchen2015-03-04
| | | | | | | | - rpath is not necessary (buildroot does not use it too) - SED of paths in configure does not seem needed (from pre 3.x version) - remove configure section Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* gnutls: fix build with librtDirk Neukirchen2015-03-04
| | | | | | | | | | | | | | | compile errors in config phase with ArchLinux and Fedora 20 config.log trying to link with -I/usr/lib/librt.so: /usr/lib/librt.so: undefined reference to `gettimeofday@GLIBC_2.2.5' or Fedora20: /usr/lib/librt.so: error adding symbols: File in wrong format linkage is AC_LIB_HAVE_LINKFLAGS macro behaviour see http://marc.info/?l=gnulib-bug&m=129660262901148 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* Merge pull request #985 from BerlinMeshnet/dkjson-updateSteven Barth2015-03-04
|\ | | | | Update dkjson
| * dkjson: bump releaseLars Gierth2015-03-03
| | | | | | | | Signed-off-by: Lars Gierth <larsg@systemli.org>
| * dkjson: update PKG_MD5SUMLars Gierth2015-03-03
|/ | | | Signed-off-by: Lars Gierth <larsg@systemli.org>
* Merge pull request #983 from Shulyaka/masterSteven Barth2015-03-03
|\ | | | | mailman: version upgrade to 2.1.19
| * mailman: version upgrade to 2.1.19Denis Shulyaka2015-03-03
| | | | | | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* | Merge pull request #984 from luizluca/ruby-update_to_2.2.1Luiz Angelo Daros de Luca2015-03-03
|\ \ | | | | | | ruby: update to 2.2.1
| * | ruby: update to 2.2.1Luiz Angelo Daros de Luca2015-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | For ruby changes since 2.2.0: http://svn.ruby-lang.org/repos/ruby/tags/v2_2_1/ChangeLog No relevant changes for OpenWRT. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | Teach SQM hotplug tricksSebastian Moeller2015-03-03
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some interfaces like wan-pppoe go away, when the ppp connection is lost and get recreated once the link is established again. SQM now has its own hotplug script to re-enable itself on the interfae just hotplugged. SQM will not touch other instances of itself running on other interfaces if called by hotplug.d. The implementation now allows this functionality by calling run.sh like: /usr/lib/sqm/run.sh interface YOUR_INTERFACE_NAME_HERE e.g.: /usr/lib/sqm/run.sh interface ge00-pppoe If called with a specific interface SQM will only try to disable itself on that interface to clean up all left over state and the re-enable itself on just that interface. Hopefully that allows for better service with instable interfaces like pppoe. The current code passes a simple manual stop start test of the ge00-pppoe interface from the GUI and does seem to do the right thing, at least on cerowrt 3.10.50-1...
* | Merge pull request #976 from thess/boost-workTed Hess2015-03-03
|\ \ | | | | | | boost: reorganize menus, fix some build dependencies and ABI selections
| * | boost: reorganize menus, fix some build dependencies and ABI selectionsTed Hess2015-03-02
| | | | | | | | | | | | | | | | | | Add meta-package with all libraries when CONFIG_ALL selected. Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #982 from jszakmeister/update-socatTed Hess2015-03-03
|\ \ \ | | | | | | | | Upgrade socat to 1.7.3.0.
| * | | Upgrade socat to 1.7.3.0.John Szakmeister2015-03-03
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | The cross-compiling patch is no longer necessary. Also added librt as a dependency, since it is required. This also fixes an issue where support for linux/errqueue.h was not being detected correctly and causing a build failure with 3.18. Signed-off-by: John Szakmeister <john@szakmeister.net>
* | | Merge pull request #979 from mstorchak/attrTed Hess2015-03-02
|\ \ \ | | | | | | | | attr: update to 20150220
| * | | attr: update to 20150220Maxim Storchak2015-03-03
| |/ / | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | libv4l: Update to latest version 1.6.2Ted Hess2015-03-02
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #956 from fissie/masterSteven Barth2015-03-02
|\ \ \ | | | | | | | | fix aiccu requiretls option handling
| * | | aiccu: fix requiretls option handlingJan Sembera2015-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | requiretls is a boolean value in aiccu config that only accepts true and false as values, not "1" or "0" that UCI provides. Signed-off-by: Jan Sembera <jsembera@google.com>
* | | | Merge pull request #974 from lijpsummer/masterSteven Barth2015-03-02
|\ \ \ \ | | | | | | | | | | update opencv version as 2.4.11
| * | | | update opencv version as 2.4.11Jianping Li2015-03-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianping Li <summer@wrtnode.com>
* | | | | Merge pull request #978 from roger-/masterSteven Barth2015-03-02
|\ \ \ \ \ | | | | | | | | | | | | micropython: update to latest
| * | | | | micropython-lib: update to latestRoger2015-03-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
| * | | | | micropython: update to latestRoger2015-03-02
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* | | / / vim: import from old packagesMarko Ratkaj2015-03-02
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | Merge pull request #973 from mstorchak/wgetTed Hess2015-03-02
|\ \ \ \ | | | | | | | | | | wget: update to 1.16.2
| * | | | wget: update to 1.16.2Maxim Storchak2015-03-02
| |/ / / | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | perl-uri: Update to 1.67Marcel Denia2015-03-02
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | libsigc++: bump to 2.4.1Steven Barth2015-03-02
|/ / / | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | Merge pull request #958 from aTanW/masterSteven Barth2015-03-02
|\ \ \ | | | | | | | | gammu: change startup/config file names to avoid potential conflict
| * | | gammu: change startup/config file names to avoid potential conflictaTanW2015-02-26
| |/ / | | | | | | | | | | | | | | | | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 8 ++++---- files/gammu.init | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-)
* | | Merge pull request #938 from kissg1988/seafileSteven Barth2015-03-02
|\ \ \ | | | | | | | | seafile: deleted outdated patch
| * | | seafile: deleted outdated patchGergely Kiss2015-02-20
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | Merge pull request #969 from kissg1988/libevhtpSteven Barth2015-03-02
|\ \ \ \ | | | | | | | | | | libevhtp: update to version 1.2.10
| * | | | libevhtp: update to version 1.2.10Gergely Kiss2015-03-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | Merge pull request #878 from jow-/lxc-autoconf-fixSteven Barth2015-03-02
|\ \ \ \ \ | | | | | | | | | | | | lxc: use generic autoreconf fixup
| * | | | | lxc: use generic autoreconf fixupJo-Philipp Wich2015-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the generic autoreconf facility to pickup proper variants of autoconf, automake and libtool. Remove the unneeded Build/Configure override. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | Merge pull request #873 from jow-/umurmur-autoconf-fixSteven Barth2015-03-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | umurmur: use generic autoreconf fixup
| * | | | | | umurmur: use generic autoreconf fixupJo-Philipp Wich2015-02-07
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the generic autoreconf facility to pickup proper variants of autoconf, automake and libtool. Remove the unneeded Build/Configure override. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | Merge pull request #962 from sairon/python-fix-distutils-adjusting-pathSteven Barth2015-03-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | python: patch distutils adjusting path in scripts' shebang
| * | | | | | python: patch distutils adjusting path in scripts' shebangJan Čermák2015-02-27
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When distutils are copying scripts, path to Python interpreter is adjusted. This does not work well in OpenWrt buildroot, because the path is adjusted to absolute path to host Python then. This patch simply disables the adjusting of the path. Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* | | | | | Merge pull request #963 from commodo/python-compileall-reduceSteven Barth2015-03-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | python: reduce size of patch 130
| * | | | | | python: reduce size of patch 130Alexandru Ardelean2015-02-27
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Try to reduce the amount of change in this patch, since it removes a lot of stuff, when we could just 'ifdef' that stuff out, with 2 lines. The buildroot project does something similar like this: http://git.buildroot.net/buildroot/tree/package/python/005-pyc-pyo-conditional.patch Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #964 from mstorchak/haserlSteven Barth2015-03-02
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | haserl: update to 0.9.34
| * | | | | haserl: update to 0.9.34Maxim Storchak2015-02-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | Merge pull request #945 from amrhassan/json4luaTed Hess2015-03-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | JSON4Lua: Add new package
| * | | | | | JSON4Lua: Add new packageAmr Hassan2015-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Amr Hassan <amr.hassan@gmail.com>
* | | | | | | Merge pull request #944 from amrhassan/uuidTed Hess2015-03-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | UUID: Add new package
| * | | | | | | UUID: Add new packageAmr Hassan2015-03-01
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Amr Hassan <amr.hassan@gmail.com>
* | | | | | | Merge pull request #943 from amrhassan/masterTed Hess2015-03-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | LuaRocks: Add new package