aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* 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>
* | lvm2: bump versionDaniel Golle2015-04-02
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | bluez: remove old conffiles entriesNicolas Thill2015-04-01
| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | bluez: update to 5.29Nicolas Thill2015-04-01
| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | unrar: update to v5.2.7Álvaro Fernández Rojas2015-03-31
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | Merge pull request #1093 from dangowrt/ntfs3g-musl-fixTed Hess2015-03-31
|\ \ | | | | | | ntfs-3g: fix build with musl when using internal libfuse
| * | ntfs-3g: fix build with musl when using internal libfuseDaniel Golle2015-03-29
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | dosfstools: fix build with muslDaniel Golle2015-03-29
|/ / | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | btrfs-progs: bump to 3.19.1Daniel Golle2015-03-29
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | open-plc-utils: bump to 2015-02-23Florian Fainelli2015-03-28
| | | | | | | | | | | | | | Update to commit 1f6e7e372b313cf570aa63314037588ed01ec0de ("Add QPSI recommended wording for mac2pw and mac2pwd.") Signed-off-by: Florian Fainelli <florian@openwrt.org>
* | haserl: update to 0.9.35Maxim Storchak2015-03-28
|/ | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* lxc: bump to 1.1.1Mario Halambek2015-03-25
| | | | Signed-off-by: Mario Halambek <mario.halambek@sartura.hr>
* Merge pull request #1070 from dibdot/masterTed Hess2015-03-24
|\ | | | | mc: add missing libmount dependency
| * mc: add missing libmount dependencydibdot2015-03-24
| | | | | | | | | | Fix compile error: add newly required libmount dependency. Signed-off-by: Dirk Brenken <dibdot@gmail.com>