aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | 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>
| * | | | | | | | | | vala: add glib2 as a build dependency, fixes #702Gergely Kiss2015-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | | | | | | flashrom: update to v0.9.8Álvaro Fernández Rojas2015-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | | pciutils: fix libkmod depedencyÁlvaro Fernández Rojas2015-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | | pen: update to 0.27.2Nicolas Thill2015-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | | | | | | lttng-tools: fix build failure with libkmod (closes: #1004)Nicolas Thill2015-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | | | | | | lvm2: bump versionDaniel Golle2015-03-08
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | pciutils: add libkmod dependencyÁlvaro Fernández Rojas2015-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/openwrt/packages/issues/1003 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | unrar: update to v5.2.6Álvaro Fernández Rojas2015-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | udpxy: bump PKG_VERSION in order to fix build issues and refresh patchesÁlvaro Fernández Rojas2015-03-08
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | Merge pull request #1001 from probonopd/patch-1Ted Hess2015-03-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | announce: Update Makefile to 1.0.1
| * | | | | | | | | announce: Update Makefile to 1.0.1probonopd2015-03-08
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Simon Peter <probono@puredarwin.org>
* | | | | | | | | Merge pull request #989 from plntyk/fix_libcrypt_prefixNikos Mavrogiannopoulos2015-03-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ocserv: fix libcrypt location
| * | | | | | | | | ocserv: fix libcrypt locationDirk Neukirchen2015-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix build errors on Arch Linux/Fedora 20 config.log trying to link with /usr/lib/libcrypt.so /usr/lib/libcrypt.so: undefined reference to `memset@GLIBC_2.2.5' 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>
* | | | | | | | | | gnupg: update to 1.4.19Nicolas Thill2015-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | | | | | msmtp: prevent use of IDN support on uClibcNicolas Thill2015-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | | | | | msmtp: use proper configure optionsNicolas Thill2015-03-07
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some configure options were renamed during last upstream update: use them! Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | | | | mmc-utils: fix typo in MakefileMichael Heimpold2015-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | Merge remote-tracking branch 'tru7/knxd'Michael Heimpold2015-03-07
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | / / / / | | |_|_|/ / / / | |/| | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | | | | | knxd: follow new respositoryOthmar Truniger2015-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | | libugpio: import from oldpackages and upgrade to 0.0.6Michael Heimpold2015-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | mmc-utils: add new packageMichael Heimpold2015-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | squid: update to 3.5.2Marko Ratkaj2015-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | Merge pull request #991 from thess/gst-workTed Hess2015-03-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gstreamer: Update to 1.4.5
| * | | | | | | | gst1-plugins-ugly: Update to 1.4.5, refresh patchesTed Hess2015-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
| * | | | | | | | gst1-plugins-good: Update to 1.4.5, refresh patchesTed Hess2015-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
| * | | | | | | | gst1-plugins-bad: Update to 1.4.5, fix build deps, refresh patchesTed Hess2015-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
| * | | | | | | | gst1-plugins-base: Update to 1.4.5, refresh patchesTed Hess2015-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
| * | | | | | | | gstreamer1: Update to 1.4.5, refresh patchesTed Hess2015-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
| * | | | | | | | gst1-libav: Update to 1.4.5Ted Hess2015-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>