aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libmodbus: update to 3.1.2Michael Heimpold2015-03-13
| | | | | | | Although this version is marked 'unstable' by upstream, it's very robust and stable. So give it a broader audience for testing. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #1034 from commodo/python-updatesSteven Barth2015-03-13
|\ | | | | python: refine packaging and split more modules into packages
| * python: refine packaging and split more modules into packagesAlexandru Ardelean2015-03-13
|/ | | | | | | | | | | | | Rule of thumb is: any Python file that is greater than 100kb (or adds a dependency with which it adds more than 100 kb) should be a pretty useful/commonly used lib to stay in `python-light`. An example, is the Python IO lib, which summarized (Python source + binary module) is over 200kb. Also moved some files that should have been put into previously existing packages before, and re-organized the packages a bit. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* cshark: update to latest git HEADLuka Perkov2015-03-13
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* vim: fix acl detection bugMarko Ratkaj2015-03-12
| | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* Merge pull request #1032 from commodo/python-updatesSteven Barth2015-03-12
|\ | | | | python: fix conflicts between python-light & python-base
| * python: fix conflicts between python-light & python-baseAlexandru Ardelean2015-03-12
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | global: change all instances of USE_EGLIBC to USE_GLIBCJohn Crispin2015-03-12
| | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* | removed Build/Configure partNikos Mavrogiannopoulos2015-03-12
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | seccomp: depends on CONFIG_KERNEL_SECCOMPNikos Mavrogiannopoulos2015-03-12
|/ | | | | | Resolves #935 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Merge pull request #1030 from giner/patch-2Jo-Philipp Wich2015-03-12
|\ | | | | wshaper: start wshaper on ifup
| * wshaper: start wshaper on ifupStanislav German-Evtushenko2015-03-12
| |
* | Merge pull request #1021 from mantas-p/fix-mjpg-streamerTed Hess2015-03-12
|\ \ | | | | | | mjpg-streamer: fix compatibility with new kernels (>=3.16)
| * | mjpg-streamer: fix YUV capture modeMantas Pucka2015-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | Update to r182-experimental (071481e626b2ceef94) broke YUV capture mode in input_uvc. This patch fixes it. Tested on ar71xx with Logitech C170 Signed-off-by: Mantas Pucka <mantas@8devices.com>
| * | mjpg-streamer: fix compatibility with new kernels (>=3.16)Mantas Pucka2015-03-11
| |/ | | | | | | | | | | | | | | | | | | input_uvc was broken with new kernel update patch source: https://github.com/oliv3r/mjpg-streamer Tested on ar71xx with Logitech C170 Signed-off-by: Mantas Pucka <mantas@8devices.com>
* | Merge pull request #1027 from tru7/pthsemSteven Barth2015-03-12
|\ \ | | | | | | pthsem: streamline makefile
| * | pthsem: streamline makefileOthmar Truniger2015-03-11
| | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | Merge pull request #1029 from tru7/libesmtpSteven Barth2015-03-12
|\ \ \ | | | | | | | | libesmtp: streamline makefile
| * | | libesmtp: streamline makefileOthmar Truniger2015-03-11
| | |/ | |/| | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* / | taskwarrior: update to 2.4.1.Dora Budic2015-03-11
|/ / | | | | | | Signed-off-by: Dora Budic <dora2411@gmail.com>
* | Merge pull request #1020 from commodo/python-updatesSteven Barth2015-03-11
|\ \ | | | | | | python: revert previous patch and add a filespec
| * | python: revert previous patch and add a filespecAlexandru Ardelean2015-03-11
|/ / | | | | | | | | | | | | | | | | Seems removing the PyPackage rule and/or adding dummy install rule causes some issues inside the build-system, where the libpython2.7.so.1.0 is not seen by packages that depend on python. Even though that libpython2.7.so.1.0 file is installed properly by `python-base`. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | kmod: fixup automadnessSteven Barth2015-03-11
| | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | Merge pull request #975 from hnyman/collectd542Jo-Philipp Wich2015-03-11
|\ \ | | | | | | collectd: update to 5.4.2
| * | collectd: update to 5.4.2Hannu Nyman2015-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | Update collectd, base of Luci statistics, to 5.4.2. Patches have been refreshed. 905-fix-sigrok-upstream-patch-post-541 was removed as unnecessary. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | tar: add libacl and libattr dependenciesÁlvaro Fernández Rojas2015-03-10
| | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | zabbix: update to 2.4.4Etienne CHAMPETIER2015-03-10
| | | | | | | | | | | | | | | | | | run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | monit: update to 5.12.1Etienne CHAMPETIER2015-03-10
| | | | | | | | | | | | | | | | | | | | | refresh patches run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | sqlite3: update to 3.8.8.3Etienne CHAMPETIER2015-03-10
| | | | | | | | | | | | | | | | | | run tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | Merge pull request #998 from mhei/knxdSteven Barth2015-03-10
|\ \ \ | | | | | | | | knxd: streamline makefile
| * | | knxd: streamline makefileMichael Heimpold2015-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use https URL for fetching sources from GitHub, otherwise cloning sources could stall buildbots by asking to accept a/the SSH host key - do not _depend_ on DEPENDS but _select_ them, so the package(s) always appear in menuconfig, not only when all dependencies are already selected --> dependencies are automatically pulled in when package is selected by user - use PKG_INSTALL - factor out the libeibclient library as own package - use CONFIGURE_ARGS instead of dedicated Build/Configure - same for TARGET_CFLAGS and Build/Compile - do not include /etc/functions, already included by /etc/rc.common Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #1016 from jdub/kmodSteven Barth2015-03-10
|\ \ \ \ | | | | | | | | | | kmod: Update to kmod 20, enable parallel build
| * | | | kmod: Update to kmod 20, enable parallel buildJeff Waugh2015-03-06
|/ / / / | | | | | | | | | | | | Signed-off-by: Jeff Waugh <jdub@bethesignal.org>
* | | | Merge pull request #1013 from commodo/python-updatesSteven Barth2015-03-10
|\ \ \ \ | | | | | | | | | | python: remove PyPackage rules for python package
| * | | | python: remove PyPackage rules for python packageAlexandru Ardelean2015-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calling `PyPackage` will install some default install rules for python packages that are not required for the `python` package specifically are not required. That will lead to some conflicts with `python-light` because the `/usr/lib/python2.7/site-packages` folder (+contents) will be available in both packages. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | tar: import from oldpackages and upgrade to 1.28Álvaro Fernández Rojas2015-03-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | strongswan: fix IKEv1 supportSteven Barth2015-03-09
|/ / / / | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | Merge pull request #994 from kissg1988/seafileSteven Barth2015-03-09
|\ \ \ \ | | | | | | | | | | seafile: fix download issue with python dependencies
| * | | | seafile: fix download issue with python dependenciesGergely Kiss2015-03-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | Merge pull request #1006 from commodo/python-rt-lib-dirsSteven Barth2015-03-09
|\ \ \ \ \ | | | | | | | | | | | | python: add patches to disable runtime lib dirs
| * | | | | python: add patches to disable runtime lib dirsAlexandru Ardelean2015-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When cross-compiling, we do not need to add runtime lib dirs. Also, the cross compilers that are used on OpenWRT do not support the '-R' option, which causes build failures. These build failures existed before, but were not noticed, because it fails only on some setups. This is because Python's `setup.py` does a lot of voo-doo automagic that needs handling for some cross-compilation cases. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #995 from plntyk/gammu_fixesSteven Barth2015-03-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | Gammu fixes
| * | | | | | gammu: fix dependenciesDirk Neukirchen2015-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - disable libdbi via CMAKE - fix libpq dependency reported by buildbot.openwrt.org Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
| * | | | | | gammu: use cmake.mkDirk Neukirchen2015-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove not needed legacy stuff - fix lib64 suffix when installing fixes build error when target is x86_64 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | | | | | | Merge pull request #1007 from commodo/ovs-fix2Steven Barth2015-03-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | openvswitch: limit kernel package to supported kernel versions
| * | | | | | | openvswitch: limit kernel package to supported kernel versionsAlexandru Ardelean2015-03-08
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | kmod: fix pkgconfig fileNicolas Thill2015-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pkgconfig file is generated at make-time, leading to absolute /usr/include & /usr/lib search paths. The patch lets autoconf handle pkgconfig file subst, like other packages do. Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | | flashrom: add config optionsÁlvaro Fernández Rojas2015-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | Merge pull request #1005 from kissg1988/valaTed Hess2015-03-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | vala: update to version 0.27.1 + fix build issue
| * | | | | | | vala: update to 0.27.1Gergely Kiss2015-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>