aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libdmapsharing: make check library optionnalNicolas Thill2015-02-07
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* check: import from old packages feedNicolas Thill2015-02-07
| | | | | | | | - update to latest version (v0.9.14) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
* openobex: add new package (v1.7.1)Nicolas Thill2015-02-07
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* keepalived: import from old packages feedNicolas Thill2015-02-07
| | | | | | | | - update to latest version (v1.2.15) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
* bluez: update to 5.28Nicolas Thill2015-02-07
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* libgd: update to v2.1.1Jo-Philipp Wich2015-02-06
| | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* Merge pull request #851 from paulfertser/masterSteven Barth2015-02-06
|\ | | | | openocd: fix package dependencies
| * openocd: fix package dependenciesPaul Fertser2015-02-03
| | | | | | | | | | | | | | | | OpenOCD autoselects libftdi1 when it's present, and should explicitly depend on it, same about libusb-0.1 API which is provided by libusb-compat. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* | Merge pull request #854 from Naoir/perl-threadsSteven Barth2015-02-06
|\ \ | | | | | | perl: Add initial threading support
| * | perl: Bump PKG_RELEASEMarcel Denia2015-02-04
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | perl: CleanupMarcel Denia2015-02-04
| | | | | | | | | | | | | | | | | | | | | | | | - Update copyright notice - Make perlbase-experimental's TITLE show up in menuconfig again - Formatting changes Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | perl: Add threading configuration for all remaining architecturesMarcel Denia2015-02-04
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | perl: Add i486 threading configurationMarcel Denia2015-02-04
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | perl: Add new CONFIG_PERL_THREADS option for enabling threading supportMarcel Denia2015-02-04
| |/ | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | Merge pull request #856 from thess/shairplay-moveÁlvaro Fernández Rojas2015-02-05
|\ \ | | | | | | shairplay: Move to sound menu and sub-directory
| * | shairplay: Move to sound menu and sub-directoryTed Hess2015-02-04
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #849 from zxdavb/masterTed Hess2015-02-04
|\ \ \ | | | | | | | | dosfstools: import from oldpackages, bump to new upstream version 3.0.27
| * | | dosfstools: bump to v3.0.27 & add ICONV supportDavid Bonnes2015-02-04
|/ / / | | | | | | | | | Signed-off-by: David Bonnes <david.bonnes@gmail.com>
* | | CONTRIBUTING: Add paragraph about the use of PKG_RELEASE tag.Ted Hess2015-02-04
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #855 from thess/upmpdcli-moveTed Hess2015-02-04
|\ \ \ | |/ / |/| | upmpdcli: Move to sound menu and sub-directory
| * | upmpdcli: Move to sound menu and sub-directoryTed Hess2015-02-04
|/ / | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | shairport: Move to sound menu and sub-directoryTed Hess2015-02-04
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | ffmpeg: Update to 2.5.3. Fix mips64 build failuresTed Hess2015-02-04
|/ | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #848 from chris5560/masterSteven Barth2015-02-03
|\ | | | | privoxy: new upstream version 3.0.23
| * privoxy: new upstream version 3.0.23Christian Schoenebeck2015-02-02
| | | | | | | | | | | | new upstream version 3.0.23 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | Merge pull request #850 from mstorchak/luaposixSteven Barth2015-02-03
|\ \ | |/ |/| luaposix: remove deprecated/compatibility modules, remove dependency on luabitop
| * luaposix: remove deprecated/compatibility modules, remove dependency on luabitopMaxim Storchak2015-02-03
|/ | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* libftdi1: fix pkgconfig fileNicolas Thill2015-02-02
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* libftdi: fix pkgconfig fileNicolas Thill2015-02-02
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* freetype: fix pkgconfig fileNicolas Thill2015-02-02
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* nfs-kerne-server: fix host/buildNicolas Thill2015-02-02
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* opencv: disable unwanted components/features explicitlyNicolas Thill2015-02-02
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Merge pull request #844 from RussellSenior/patch-2.7.4Steven Barth2015-02-02
|\ | | | | patch: bump version to 2.7.4
| * patch: bump version to 2.7.4Russell Senior2015-02-01
| | | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* | Merge pull request #840 from cjkoenig/update_liburcuSteven Barth2015-02-02
|\ \ | |/ |/| liburcu: Update to 0.8.6
| * liburcu: Update to 0.8.6Christoph König2015-01-31
| | | | | | | | Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
* | nfs-kernel-server: update to 1.3.2Peter Wagner2015-02-02
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | squid: disable netfilter-conntrack explicitlyNicolas Thill2015-02-01
| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | libdmapsharing: add a patch to disable testsNicolas Thill2015-02-01
| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | libdmapsharing: fix typo in patch name, refresh patchNicolas Thill2015-02-01
| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | davfs2: add 'gettext-version' fixupNicolas Thill2015-02-01
| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | lvm2: bump to version 2.02.116Daniel Golle2015-02-01
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #835 from paulfertser/masterchamptar2015-02-01
|\ \ | | | | | | | | | Add OpenOCD embedded debugging software compile tested for ar71xx
| * | openocd: add OpenOCD, a tool to work with on-chip debug and JTAGPaul Fertser2015-02-01
| | | | | | | | | | | | Signed-off-by: Paul Fertser <fercerpav@gmail.com>
| * | hidapi: add HIDAPI, a library to access HID devicesPaul Fertser2015-02-01
| | | | | | | | | | | | Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* | | Merge pull request #809 from dmrlsn/masterchamptar2015-02-01
|\ \ \ | | | | | | | | | | | | svox: add package compile tested on ar71xx
| * | | svox: add packageAlessandro Di Marco2015-01-22
| | | | | | | | | | | | | | | | Signed-off-by: Alessandro Di Marco <dmr@ethzero.com>
* | | | openCV: Add library openCV2.4.10Jialei Hao2015-02-01
| | | | | | | | | | | | | | | | | | | | | | | | [Etienne CHAMPETIER: compile tested for ar71xx] Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com> Signed-off-by: Jialei Hao <schumy@wrtnode.com>
* | | | zoneinfo: fix #838 PR (update MD5SUMs, reset PKG_RELEASE)Etienne CHAMPETIER2015-02-01
| | | | | | | | | | | | | | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | Merge pull request #838 from Wedmer/masterchamptar2015-02-01
|\ \ \ \ | | | | | | | | | | [zoneinfo] Updated to a most recent version.