aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* opensc: update source, refresh patchesDaniel Golle2015-05-13
| | | | | | Also import two new GnuK-related patches. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* ccid: update sourceDaniel Golle2015-05-13
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* taskwarrior: update to 2.4.4Luka Perkov2015-05-13
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* tmux: update to 2.0Luka Perkov2015-05-13
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* Merge pull request #1171 from ryzhovau/smstools3_depsSteven Barth2015-05-12
|\ | | | | smstools3: remove unnecessary build deps
| * smstools3: remove unnecessary build depsAlexander Ryzhov2015-04-23
| | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | Merge pull request #1164 from samm-git/masterLuka Perkov2015-05-08
|\ \ | | | | | | lxc: update to 1.1.2
| * | LXC: Update to 1.1.2 and remove patch merged by upstreamAlex Samorukov2015-04-21
| |/ | | | | | | Signed-off-by: Alex Samorukov <samm@os2.kiev.ua>
* | Merge pull request #1228 from dangowrt/fix-cryptodev-on-kernel-4Nikos Mavrogiannopoulos2015-05-03
|\ \ | | | | | | cryptodev: get rid of get_unused_fd()
| * | cryptodev: get rid of get_unused_fd()Daniel Golle2015-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The get_unused_fd() macro was removed upstream by https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f938612dd97d481b8b5bf960c992ae577f081c17 Thus replace get_unused_fd() by get_unused_fd_flags(0) which used to be the definition of the get_unused_fd() macro before it was removed. This fixes cryptodev compilation on kernel 4.0. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | lvm2: finally fix memory locking issues on muslDaniel Golle2015-05-03
|/ / | | | | | | | | | | | | Always use mlockall fixes it, still trying to keep everything else as untouched as possible. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | lvm2: better workaround for missing mallinfo on muslDaniel Golle2015-05-03
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | lvm2: bump versionDaniel Golle2015-05-03
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | avrdude: Add libelf dependencyTed Hess2015-04-28
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Add package: bcBruno Randolf2015-04-28
| | | | | | | | | | | | Copied from oldpackages and slightly updated. Signed-off-by: Bruno Randolf <br1@einfach.org>
* | Merge pull request #1200 from Wedmer/masterTed Hess2015-04-27
|\ \ | | | | | | [utils/zoneinfo] Updated to the latest version
| * | [utils/zoneinfo] Updated to the latest versionVladimir Ulrich2015-04-27
| | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | Merge pull request #1183 from thess/avrdude-workTed Hess2015-04-27
|\ \ \ | |/ / |/| | avrdude: move from oldpackages, update to latest version & build opts
| * | avrdude: move from oldpackages, update to latest version & build optsTed Hess2015-04-23
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #1135 from kevinmehall/parallelSteven Barth2015-04-27
|\ \ \ | | | | | | | | Allow glib2, dbus, and bluez to build in parallel
| * | | Allow glib2, dbus, and bluez to build in parallelKevin Mehall2015-04-10
| | | | | | | | | | | | | | | | Signed-off-by: Kevin Mehall <km@kevinmehall.net>
* | | | lvm2: fix build with muslDaniel Golle2015-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stdin, stderr and stdout are constants on musl and it doesn't provide mallinfo. Both, overwriting std* were used to catch and work around various misbehaviours of glibc, so it's hopefully save to just skip them when building against other libc implementations. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | openocd: update to 0.9.0-rc1Paul Fertser2015-04-24
| |/ / |/| | | | | | | | Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* | | Merge pull request #1174 from ryzhovau/bzip2_ldflagsSteven Barth2015-04-23
|\ \ \ | | | | | | | | bzip2: respect LDFLAGS
| * | | bzip2: respect LDFLAGSAlexander Ryzhov2015-04-23
| | |/ | |/| | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* / | Remove libcrypto dependencyAlexander Ryzhov2015-04-23
|/ / | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | bzip2: move packages in a "Compression" submenuNicolas Thill2015-04-20
| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | Update Nano to 2.4.1Jonathan Bennett2015-04-19
| | | | | | | | signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
* | xz: import from old packages feedNicolas Thill2015-04-18
| | | | | | | | | | | | | | | | | | | | - update to latest version (v5.2.1) - add license info - add myself as maintainer - put everything in a "Compression" submenu - reduce the number of packages (put symlinks with their matching target) Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | [utils/zoneinfo]Updated to the latest versionVladimir Ulrich2015-04-15
| | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | Merge pull request #1134 from kevinmehall/gatttoolNico2015-04-14
|\ \ | | | | | | bluez: Install gatttool for Bluetooth Low Energy
| * | bluez: Install gatttool for Bluetooth Low EnergyKevin Mehall2015-04-10
| |/ | | | | | | | | | | | | gatttool is not included in `make install`. The Debian package similarly copies it out of the build directory. Signed-off-by: Kevin Mehall <km@kevinmehall.net>
* | pciutils: update to 3.3.1Álvaro Fernández Rojas2015-04-12
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | sumo: update to 0.23Álvaro Fernández Rojas2015-04-12
|/ | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* bluez: update to 5.30Nicolas Thill2015-04-06
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* dbus: bump to 1.9.14Steven Barth2015-04-06
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* mmc-utils: bump to 2015-03-25 snapshotDaniel Golle2015-04-03
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* mmc-utils: restore FORTIFY_SOURCE=2Daniel Golle2015-04-03
| | | | | | | | | | | The previous commit ba4338d mmc-utils: don't set -D_FORTIFY_SOURCE in Makefile applied the global value of FORITFY_SOURCE also to mmc-utils. As the package was meant to be built with FORTIFY_SOURCE upstream, restore that behaviour and make it play nice with the global setting by undefining the macro before defining it. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* btrfs-progs: use $(LN) macro, bump releaseDaniel Golle2015-04-03
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* bluez: cosmetic fixesNicolas Thill2015-04-03
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* mysql: only use g++-uc wrapper with uClibc++Nicolas Thill2015-04-03
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Merge branch 'master' of github.com:openwrt/packagesNicolas Thill2015-04-03
|\
| * Merge pull request #1084 from ffainelli/hfsprogsFlorian Fainelli2015-04-02
| |\ | | | | | | hfsprogs: initial import
| | * hfsprogs: initial importFlorian Fainelli2015-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds supports for hfsprogs, allowing the creation and verification of HFS/HFS+ filesystems. This creates two selectable packages: - hfsfsck - mkhfs A filesystem checking script is included with hfsfsck to allow OpenWrt to check/repair filesystem errors. Using Ubuntu's 332.25 sources plus their patches from debian/patches/. Signed-off-by: Florian Fainelli <florian@openwrt.org>
* | | bluez: refresh for bluez5Dirk Neukirchen2015-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bluez is craply documented contains changes needed for bluetooth audio playback bluetooth playback tested successfully with android mobile (source) to TI omap BeagleBoard (A2DP sink) - install .conf files according to source code - package bluetoothd - new package examples for python commandline tools that might provide functionality without dbus - other changes are needed (pulseaudio,sbc,uinput) Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | | bluez: remove legacy stuff from /etc/config/bluetoothDirk Neukirchen2015-04-02
| | | | | | | | | | | | | | | | | | | | | | | | pand/dund removed upstream: commit: Move hidd pand and dund into compat directory commit: (2012-07-04) remove compat daemons Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | | bluez: fix bluez5 init with procdDirk Neukirchen2015-04-02
|/ / | | | | | | | | | | | | - remove deprecated daemons - bluetoothd is managed via /etc/bluetooth/*.conf files and dbus Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | btrfs-progs: btrfsck is a symlink to btrfsDaniel Golle2015-04-02
| | | | | | | | | | | | safe half a meg by not copying the btrfs binary twice. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | btrfs-progs: don't build btrfs-convertDaniel Golle2015-04-02
| | | | | | | | | | | | Get rid of libext2fs dependency. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | cryptsetup: bump versionDaniel Golle2015-04-02
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>