aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* mc: move to githubDirk Brenken2014-11-06
| | | | Signed-off-by: Dirk Brenken <dibdot@gmail.com>
* rpcd-mod-lxc: add lxc-create ubus bindingsLuka Perkov2014-11-03
| | | | | | | | Example call: $ ubus call lxc create '{ "name": "bar", "template": "download", "args": [ "--no-validate", "--dist", "debian", "--release", "sid", "--arch", "i386" ] }' Signed-off-by: Luka Perkov <luka@openwrt.org>
* luci-app-lxc: code cleanupPetar Koretic2014-10-30
| | | | | | | | | | | | | | | | Number of suggested rewrites: * use lua ubus bindings instead of os.execute * combine multiple actions to use same handler 'lxc_action' and pass actions as arguments to consolidate code * read openwrt version from lua directly * start using String.prototype.format for string formatting Also, drop 'rename' and 'clone' until they are fully functional on all platforms. Thanks Jo-Philipp for suggestions on how to improve the code. Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
* luci-app-lxc: add package for luci lxc appPetar Koretic2014-10-30
| | | | Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
* lxc: move patchLuka Perkov2014-10-30
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* collectd: unbreak collectd-mod-sensorsJo-Philipp Wich2014-10-29
| | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* lxc: organize patchesLuka Perkov2014-10-29
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* lxc: fix lxc-destroyLuka Perkov2014-10-29
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* dump1090: remove interactive options, hardcode quiet and add respawn config.Álvaro Fernández Rojas2014-10-27
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* dump1090: update to latest version, add init script and config.Álvaro Fernández Rojas2014-10-25
| | | | | Signed-off-by: Roger D <rogerdammit@gmail.com> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* haserl: force rebuild when config changesNicolas Thill2014-10-25
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* dump1090: force rebuild when config changesNicolas Thill2014-10-25
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* lxc: use xz tool from busyboxPetar Koretic2014-10-23
| | | | Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
* lxc: create /lxc directory by defaultLuka Perkov2014-10-23
| | | | | | | The containers are stored in /lxc rather then in /var/lib/lxc. The latter is not suitable for OpenWrt. Signed-off-by: Luka Perkov <luka@openwrt.org>
* lxc: patches: add openwrt common configPetar Koretic2014-10-23
| | | | Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
* lxc: fix hooks installation on 1.0.6Petar Koretic2014-10-23
| | | | Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
* lxc: add busybox options menuPetar Koretic2014-10-23
| | | | Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
* lxc: patches: remove unsupported optionPetar Koretic2014-10-23
| | | | Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
* lxc: add config templates packagePetar Koretic2014-10-23
| | | | Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
* lxc: enable template installationPetar Koretic2014-10-23
| | | | Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
* tracertools: bump versionDaniel Golle2014-10-22
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* lxc: lxc-ls depends on lxc-configLuka Perkov2014-10-21
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* lxc: bump to 1.0.6Luka Perkov2014-10-21
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* lxc: set default lxcpath to /lxcLuka Perkov2014-10-21
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* rpcd-mod-lxc: add package for rpcd lxc moduleLuka Perkov2014-10-21
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* lxc: add missing lxc-init packageLuka Perkov2014-10-21
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* unrar: Update to version 5.2.1, refresh patch.Álvaro Fernández Rojas2014-10-20
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* lvm2: add from old repo and updateDaniel Golle2014-10-19
| | | | | | Also add patch to fix blkid header location as suggested in #17877 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)Etienne CHAMPETIER2014-10-15
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* shadow: Add libiconv to PKG_BUILD_DEPENDSTed Hess2014-10-10
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* mksh: SECURITY update to R50dThorsten Glaser2014-10-09
| | | | | | | | - new upstream version - update my eMail address - add maintainer and licence tag Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
* mksh: moved to githubThorsten Glaser2014-10-09
| | | | Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
* bash: Update to 4.3.30Marcel Denia2014-10-07
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* zsh: addedVadim A. Misbakh-Soloviov2014-09-30
| | | | Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
* haveged: disable online testingMoritz Warning2014-09-30
| | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* haveged: start earlier in boot sequenceMoritz Warning2014-09-30
| | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* hd-idle: import from old package repositorygwlim2014-09-29
| | | | | | | Signed-off-by: Lim Guo Wei <limguowei@gmail.com> Minor Makefile rework (licenses) Signed-off-by: Ted Hess <thess@kitschensync.net>
* bash: Update to 4.3.26Jo-Philipp Wich2014-09-26
| | | | | | | | | | * Fixes CVE-2014-7169. * Fix two out-of-bounds array accesses in the bash parser * Add prefix & suffix to variables containing exported functions Ref: http://seclists.org/oss-sec/2014/q3/712 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* Merge pull request #355 from lukbaj/mastersbyx2014-09-26
|\ | | | | libimobiledevice, usbmuxd, libplist, libusbmuxd: move to github
| * libimobiledevice, usbmuxd, libplist, libusbmuxd: move to githubLukasz Baj2014-09-25
| | | | | | | | Signed-off-by: Lukasz Baj <l.baj@radytek.com>
* | stm32flash: added License InformationChristian Pointner2014-09-26
|/ | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* bash: Update to 4.3.25Marcel Denia2014-09-24
| | | | | | Fixes CVE-2014-6271. Signed-off-by: Marcel Denia <naoir@gmx.net>
* dbus: update to 1.8.8, add license tagSteven Barth2014-09-23
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* pps-tools: update package, allow compiling on more recent kernelsZoltan HERPAI2014-09-21
| | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* tracertools: bump versionDaniel Golle2014-09-18
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #298 from hnyman/collectd541Jo-Philipp Wich2014-09-18
|\ | | | | collectd: Update to 5.4.1
| * collectd: Update to 5.4.1Hannu Nyman2014-09-09
| | | | | | | | | | | | | | | | | | | | | | -update collectd to the current release 5.4.1 -fix sigrok glib check (upstream patch after 5.4.1) Note: Changes are required also to luci-statistics in Luci source. Patch in http://patchwork.openwrt.org/patch/5303/ Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | rtklib: move to github, bump version to 2.4.2 p9Nuno Goncalves2014-09-16
| | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | tcsh: move to github, bump version to 6.18.01Nuno Goncalves2014-09-16
| | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | wifitoggle: move to githubNuno Goncalves2014-09-16
| | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>