Alexandru Ardelean
01eff3fc59
python: fix conflicts between python-light & python-base
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Nikos Mavrogiannopoulos
522e047be2
removed Build/Configure part
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Nikos Mavrogiannopoulos
e3199d1ffe
seccomp: depends on CONFIG_KERNEL_SECCOMP
Resolves #935
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Jo-Philipp Wich
f55314de0e
Merge pull request #1030 from giner/patch-2
wshaper: start wshaper on ifup
10 years ago
Ted Hess
cd214e97fc
Merge pull request #1021 from mantas-p/fix-mjpg-streamer
mjpg-streamer: fix compatibility with new kernels (>=3.16)
10 years ago
Steven Barth
6e3418ae9e
Merge pull request #1027 from tru7/pthsem
pthsem: streamline makefile
10 years ago
Steven Barth
bcc3519f13
Merge pull request #1029 from tru7/libesmtp
libesmtp: streamline makefile
10 years ago
Stanislav German-Evtushenko
b64c2dc399
wshaper: start wshaper on ifup
10 years ago
Dora Budic
b0cb516206
taskwarrior: update to 2.4.1.
Signed-off-by: Dora Budic <dora2411@gmail.com>
10 years ago
Othmar Truniger
7ae9c98341
libesmtp: streamline makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
10 years ago
Othmar Truniger
4d393adb67
pthsem: streamline makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
10 years ago
Mantas Pucka
84f3028036
mjpg-streamer: fix YUV capture mode
Update to r182-experimental (071481e626
) 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>
10 years ago
Mantas Pucka
b17a973f14
mjpg-streamer: fix compatibility with new kernels (>=3.16)
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>
10 years ago
Steven Barth
58245f257f
Merge pull request #1020 from commodo/python-updates
python: revert previous patch and add a filespec
10 years ago
Alexandru Ardelean
9c5af1f29c
python: revert previous patch and add a filespec
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>
10 years ago
Steven Barth
704e2f8d89
kmod: fixup automadness
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Jo-Philipp Wich
5035ac4079
Merge pull request #975 from hnyman/collectd542
collectd: update to 5.4.2
10 years ago
Álvaro Fernández Rojas
8d196b7c4f
tar: add libacl and libattr dependencies
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Etienne CHAMPETIER
f1c3a03ff6
zabbix: update to 2.4.4
run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
10 years ago
Etienne CHAMPETIER
1ded28bde9
monit: update to 5.12.1
refresh patches
run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
10 years ago
Etienne CHAMPETIER
4f5b0b6a74
sqlite3: update to 3.8.8.3
run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
10 years ago
Steven Barth
158612912f
Merge pull request #998 from mhei/knxd
knxd: streamline makefile
10 years ago
Steven Barth
600d43816a
Merge pull request #1016 from jdub/kmod
kmod: Update to kmod 20, enable parallel build
10 years ago
Steven Barth
b59def2299
Merge pull request #1013 from commodo/python-updates
python: remove PyPackage rules for python package
10 years ago
Aedan Renner
2eaff113bd
version updated to 1.4-2 (mwan3 1.6 compatible)
new mwan3 1.6 rule options added:
-sticky
-timeout
-ipset
10 years ago
Álvaro Fernández Rojas
94e7fbdda1
tar: import from oldpackages and upgrade to 1.28
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Alexandru Ardelean
ac311e9801
python: remove PyPackage rules for python package
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>
10 years ago
Steven Barth
7e68031372
strongswan: fix IKEv1 support
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Steven Barth
bfb8077f1c
Merge pull request #994 from kissg1988/seafile
seafile: fix download issue with python dependencies
10 years ago
Steven Barth
755da9e409
Merge pull request #1006 from commodo/python-rt-lib-dirs
python: add patches to disable runtime lib dirs
10 years ago
Steven Barth
250327e75b
Merge pull request #995 from plntyk/gammu_fixes
Gammu fixes
10 years ago
Steven Barth
d16808ae95
Merge pull request #1007 from commodo/ovs-fix2
openvswitch: limit kernel package to supported kernel versions
10 years ago
Nicolas Thill
1f3925de20
kmod: fix pkgconfig file
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>
10 years ago
Álvaro Fernández Rojas
3879265ffd
flashrom: add config options
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Ted Hess
1c04337fe4
Merge pull request #1005 from kissg1988/vala
vala: update to version 0.27.1 + fix build issue
10 years ago
Álvaro Fernández Rojas
16fe278cf5
flashrom: update to v0.9.8
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Álvaro Fernández Rojas
64fbed7b84
pciutils: fix libkmod depedency
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Nicolas Thill
d18e118ba5
pen: update to 0.27.2
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
2224d60af4
lttng-tools: fix build failure with libkmod ( closes : #1004 )
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Daniel Golle
3c5dff963e
lvm2: bump version
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Alexandru Ardelean
fff95cd4f4
openvswitch: limit kernel package to supported kernel versions
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
c8c509bdad
python: add patches to disable runtime lib dirs
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>
10 years ago
Álvaro Fernández Rojas
2ac8acaffd
pciutils: add libkmod dependency
Fixes https://github.com/openwrt/packages/issues/1003
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Álvaro Fernández Rojas
ae65b9c781
unrar: update to v5.2.6
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Gergely Kiss
a63b51fa40
vala: update to 0.27.1
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
10 years ago
Álvaro Fernández Rojas
b58d21c5ab
udpxy: bump PKG_VERSION in order to fix build issues and refresh patches
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Gergely Kiss
7b95d72631
vala: add glib2 as a build dependency, fixes #702
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
10 years ago
Ted Hess
16b6c895fa
Merge pull request #1001 from probonopd/patch-1
announce: Update Makefile to 1.0.1
10 years ago
probonopd
10ed69026f
announce: Update Makefile to 1.0.1
Signed-off-by: Simon Peter <probono@puredarwin.org>
10 years ago
Nikos Mavrogiannopoulos
a6ee37ebfa
Merge pull request #989 from plntyk/fix_libcrypt_prefix
ocserv: fix libcrypt location
10 years ago