aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | perl: Install full /usr/lib/perl5 tree into STAGING_DIRMarcel Denia2014-08-14
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl: Build shared libperlMarcel Denia2014-08-14
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | Merge pull request #201 from roger-/watchcatsbyx2014-08-14
|\ \ \ \ | | | | | | | | | | watchcat: add with myself as maintainer
| * | | | add licenseRoger2014-08-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roger D rogerdammit@gmail.com
| * | | | watchcat: add with myself as maintainerRoger2014-08-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roger D rogerdammit@gmail.com
* | | | | Merge pull request #202 from Adze1502/masterchamptar2014-08-14
|\ \ \ \ \ | |/ / / / |/| | | | mwan3: update to version 1.5-3
| * | | | mwan3: update to version 1.5-3Adze15022014-08-14
|/ / / / | | | | | | | | | | | | | | | | | | | | Better way of fixing the "icmp unreachable exits wrong interface" problem Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* | | | muninlite: Fix PKG_LICENSE informationJonathan McCrohan2014-08-14
| | | | | | | | | | | | | | | | | | | | | | | | muninlite is GPL-2.0+, not GPL-2.0 exclusively Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | xinetd: Add PKG_LICENSE informationJonathan McCrohan2014-08-14
| | | | | | | | | | | | | | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | wavemon: Add PKG_LICENSE informationJonathan McCrohan2014-08-14
| | | | | | | | | | | | | | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | sslh: Add PKG_LICENSE informationJonathan McCrohan2014-08-14
| | | | | | | | | | | | | | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | mtr: Add PKG_LICENSE informationJonathan McCrohan2014-08-14
| | | | | | | | | | | | | | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | muninlite,mtr,sslh,wavemon,xinetd: s/MAINTAINER/PKG_&/Jonathan McCrohan2014-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace the MAINTAINER lines in packages that I maintain with PKG_MAINTAINER lines, to be consistent with the rest of the packages tree. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | ntpclient: Import from oldpackages, update version, copyright and license ↵Ted Hess2014-08-13
| | | | | | | | | | | | | | | | | | | | | | | | info, add pkg maintainer. Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | ffmpeg: patch to fix build with uClibc 0.9.33.2Ted Hess2014-08-13
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | Merge pull request #199 from mstorchak/smartmontools-6.3champtar2014-08-13
|\ \ \ \ | | | | | | | | | | smartmontools: update to 6.3
| * | | | smartmontools: update to 6.3Maxim Storchak2014-08-13
|/ / / / | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | Merge pull request #198 from credosemi/pr-smartsnmpdsbyx2014-08-13
|\ \ \ \ | |_|_|/ |/| | | Add smartsnmpd.
| * | | Add smartsnmpd.Xiongfei Guo2014-08-13
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | smartsnmpd is an implementation of SNMP Agent developed by Credo Semi. It use Lua as script language to write SNMP MIB nodes to improve the efficiency of developtment. This package add native support for OpenWrt. Include using ubus and uci to get status/info. And, it use uloop as low level event library. So it's some sort of desgin for OpenWrt. Website: https://github.com/credosemi/smartsnmp Signed-off-by: Leo Ma <leoma@credosemi.com> Signed-off-by: Xiongfei Guo <xfguo@credosemi.com>
* | | Merge pull request #195 from antonlacon/ffmpeg-2.3.xTed Hess2014-08-12
|\ \ \ | | | | | | | | ffmpeg: Update to 2.3.1 and other cleanup
| * | | ffmpeg: improve minidlna profileIan Leonard2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minidlna has no need to mux streams, or be able to read network streams at this point in time, so remove this support from libffmpeg. Synchronize the minidlna profile between libffmpeg-ucstom and libffmpeg-mini. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | ffmpeg: add external libraries section to Config.inIan Leonard2014-08-12
| | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | ffmpeg: add audio-dec profile to libffmpeg-customIan Leonard2014-08-12
| | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | ffmpeg: Drop the libdlna profile from the Custom ffmpeg option. Libdlna is ↵Ian Leonard2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no longer in the package feed, and has an inactive upstream. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | ffmpeg: Have the custom Vorbis decoder support select the Ogg demuxer.Ian Leonard2014-08-12
| | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | ffmpeg: update to 2.3.1Ian Leonard2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: Disable SIMD usage; creates build errors Disable runtime cpudetect as it's all disabled Re-enable compiler optimizations re-enable stripping Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | vips: disable PKG_CHECK_FORMAT_SECURITYEtienne CHAMPETIER2014-08-12
|/ / / | | | | | | | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | Merge pull request #196 from Adze1502/mastersbyx2014-08-12
|\ \ \ | | | | | | | | mwan3: update to version 1.5-2
| * | | mwan3: Update to version 1.5-2Adze15022014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issue icmp unreachables go out wrong interface Remove unnecessary line Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* | | | picocom: import and adoptSteven Barth2014-08-12
|/ / / | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | socat: Import from oldpackages, upgrade to 1.7.2.4, update copyright, ↵Ted Hess2014-08-12
| | | | | | | | | | | | | | | | | | license info, pkg maintainer. Fix cross built error Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | libpam: fix package source to unbreak BB buildSteven Barth2014-08-12
| | | | | | | | | | | | | | | | | | | | | Yesterday's CVE-fix changed the package source URL to an invalid location. Reverting this change to unbreak builds. Signed-off-by: Steven Barth <steven@midlink.org>
* | | Merge pull request #194 from bk138/gcc-signed-offsbyx2014-08-12
|\ \ \ | | | | | | | | gcc package refined
| * | | gcc: Use strip instead of sstrip as sstrip somehow stops the on-target ↵Christian Beier2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | compilation from working properly. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | gcc: Get rid of those sed substitutions and use proper ./configure args instead.Christian Beier2014-08-12
| | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | gcc: Specify target languages the right way.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | There are no CONFIG_INSTALL_* vars in the SDK anymore. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | gcc: Build gcc version 4.8.3, refresh patches from openwrt.git.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | gcc: Ship all *nonshared*.a static libs.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | Particularly, this fixes linking with pthreads. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | gcc: Remove notes that mpfr-dev and the like are needed on the build machine.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | That's not true, at least for GCC 4.6.3. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | gcc: Remove patches that don't apply to 4.6.3.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | gcc: Heavy Makefile modification, now builds and runs on target.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use the same GCC version as the Attitude Adjustment toolchain. * Use REAL_GNU_TARGET_NAME that contains the _uclibc suffix. Otherwise the linker on the target is not found. * Revamped install section to install only needed binaries and omit static .a libs. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | gcc: Enable parallel GCC builds.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | gcc: Depend on binutils package.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | gcc: Do not ship .info and .man files.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | gcc: Add myself as maintainer.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | gcc: The variable is simply called CONFIGURE_ARGS and already contains the ↵Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | host,build, target triplet plus right prefixes. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | gcc: Add GCC 4.6 patches from official openwrt.git toolchain directory.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | gcc: Add patch that fixes GCC building for MIPS.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | gcc: Add patch that fixes a build error when building a 32bit toolchain on ↵Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | 64bit build machine. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | gcc: Add README to gcc package explaining build-deps on host machine.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>