aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | Merge pull request #5801 from dibdot/mc_vfs-fixDirk Brenken2018-03-23
|\ \ \ \ \ | | | | | | | | | | | | mc: fix warnings with enabled vfs support
| * | | | | mc: fix warnings with enabled vfs supportDirk Brenken2018-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vfs support needs an additional ini file and another directory by default (/usr/lib/mc/extfs.d), backport of a turris fix. * cleanup makefile Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #5804 from sartura/openzwave_fix_include_pathMarko Ratkaj2018-03-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | utils: openzwave: disable examples and fix include
| * | | | | | utils: openzwave: disable examples and fix includeMarko Ratkaj2018-03-23
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch 903 disables building of examples. Patch 904 fixes the following issue: When building software that build depends on openzwave, build will always search in /usr/include/openzwave instead of staging_dir/.../usr/include/openzwave. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | mwan3: adjust dependency from ip-full to ipHannu Nyman2018-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust the dependency from ip-full back to ip. Returning back to "ip" is now possible as busybox does not provide "ip" any more, making "ip" again reference to ip-tiny or ip-full. Reference to discussion in #5747 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | auc: always send version when requesting imageDaniel Golle2018-03-23
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #5799 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #5765 from thess/ffmpeg-patent-configTed Hess2018-03-22
|\ \ \ \ \ | | | | | | | | | | | | ffmpeg: Re-organize use of BUILD_PATENTED. Update to 3.2.10
| * | | | | ffmpeg: Update to 3.2.10.Ted Hess2018-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-organize configuration options to allow non-patented/un-licensed builds. Include AAC and WMA codecs without BUILD_PATENTED Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | Merge pull request #5766 from thess/faad2-configTed Hess2018-03-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | faad2: Remove BUILD_PATENTED
| * | | | | | faad2: Remove BUILD_PATENTEDTed Hess2018-03-15
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | reaver: Update to 1.6.4Rosen Penev2018-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile tested on ar71xx Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #5791 from EricLuehrsen/unbound_dhcpfixDirk Brenken2018-03-20
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | unbound: fix SLAAC DNS inference
| * | | | | unbound: fix SLAAC DNS inferenceEric Luehrsen2018-03-19
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: If DHCPv4 MAC are used to infer SLAAC and the forth position of the subnet /64 is 0 (X:X:X:0::/64), then DNS records where malformed. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | Merge pull request #5773 from ryzhovau/picocom-srcHannu Nyman2018-03-19
|\ \ \ \ \ | | | | | | | | | | | | picocom: use Google Storage API to get sources from former Googlecode
| * | | | | picocom: use Google Storage API to get sources from former GooglecodeAlexander Ryzhov2018-03-16
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | | Merge pull request #5772 from ryzhovau/softflowd-srcHannu Nyman2018-03-19
|\ \ \ \ \ | | | | | | | | | | | | softflowd: use Google Storage API to get sources from former Googlecode
| * | | | | softflowd: use Google Storage API to get sources from former GooglecodeAlexander Ryzhov2018-03-16
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | | Merge pull request #5787 from EricLuehrsen/unbound_pnetHannu Nyman2018-03-19
|\ \ \ \ \ | | | | | | | | | | | | unbound: update to 1.7.0 and add domain control options
| * | | | | unbound: add domain resolution control optionsEric Luehrsen2018-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add domain_forward to permit designated domains to forward instead of recurse as listed in resolve.conf.auto from DHCP WAN client - Update rebind_protection and add rebind_interface to protect IP6 GLA locally just like RFC 1918 protection - Rename trigger to trigger_interface with backwards compatability - Update odhcpd script for efficiency handling many clients Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
| * | | | | unbound: update to 1.7.0Eric Luehrsen2018-03-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | Merge pull request #5789 from zhaojh329/rttyHannu Nyman2018-03-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | rtty: Fix the bug of startup script
| * | | | | | rtty: Fix the bug of startup scriptJianhui Zhao2018-03-19
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not correctly judging whether uci_validate_section is successful Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | Merge pull request #5788 from micmac1/baresip-pulse-dep2tripolar2018-03-19
|\ \ \ \ \ \ | |/ / / / / |/| | | | | pulseaudio: fix non-NEON ARM compiles
| * | | | | pulseaudio: fix non-NEON ARM compilesSebastian Kemper2018-03-19
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PulseAudio in some cases does not detect the ARM CPU's capabilities correctly and enables NEON ASM while it is not supported. For example when compiling for arm_arm1176jzf-s_vfp the assembler rejects this and the compile fails: {standard input}: Assembler messages: {standard input}:27: Error: selected processor does not support `vld1.16 {d0},[r1]!' in ARM mode {standard input}:28: Error: selected processor does not support `vmovl.s16 q0,d0' in ARM mode {standard input}:29: Error: selected FPU does not support instruction -- `vcvt.f32.s32 q0,q0,#15' {standard input}:31: Error: selected processor does not support `vst1.32 {q0},[r2]!' in ARM mode {standard input}:70: Error: selected processor does not support `vld1.32 {q0},[r1]!' in ARM mode {standard input}:71: Error: selected FPU does not support instruction -- `vcvt.s32.f32 q0,q0,#31' {standard input}:72: Error: selected processor does not support `vqrshrn.s32 d0,q0,#16' in ARM mode {standard input}:74: Error: selected processor does not support `vst1.16 {d0},[r2]!' in ARM mode Makefile:8668: recipe for target 'pulsecore/libpulsecore_sconv_neon_la-sconv_neon.lo' failed To fix this tell PulseAudio explicitly when to use the NEON ASM and when not to. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | Merge pull request #5777 from TDT-AG/pr/20181316-net-wan3-updateHannu Nyman2018-03-18
|\ \ \ \ \ | | | | | | | | | | | | net/wan3: add some enhancements
| * | | | | net/mwan3: update version to 2.6.11Florian Eckert2018-03-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | net/mwan3: update hint in mwan3.user for connected/disconnectedFlorian Eckert2018-03-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | net/mwan3: deviate max interface value from mmx_mask valueFlorian Eckert2018-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need always three of the firewall mask value for * default routing table * blackhole * unreachable the other will be used for the interfaces. * If we have set the mmx_mask to max 0xFF00 (8 bit set) we could use max 252 interfaces. * If we have set the mmx_mask to min 0x0E00 (3 bit set) we could use max 4 interfaces. Only the ones are counting from the firewall mask value. Minimal three firewall mask bit vaules must be set. Maximal eight firewall mask bit vaules could be set. Table overview mmx_mask value bits vs. max interfaces mmx_mask value bits set 1 -> not usefull mmx_mask value bits set 2 -> not usefull mmx_mask value bits set 3 -> 4 Interfaces (mask example 0x0E) mmx_mask value bits set 4 -> 12 Interfaces mmx_mask value bits set 5 -> 28 Interfaces mmx_mask value bits set 6 -> 60 Interfaces mmx_mask value bits set 7 -> 124 Interfaces mmx_mask value bits set 8 -> 252 Interfaces (mask example 0xFF) Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | net/mwan3: remove unused local variablesFlorian Eckert2018-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused local variables Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | net/mwan3: add connected/disconnected ACTION to mwan3trackFlorian Eckert2018-03-16
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new ACTIONs: * connected ACTION is called once if mwan3track reach all configured track_ips * disconnected ACTION is called once if mwan3track is unable to reach the track_ips The connected/disconnected will called only by mwan3track in opposite the ACTIONs ifup/ifdown will also be called by netifd. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | Merge pull request #5779 from zhaojh329/wifidog-ngHannu Nyman2018-03-18
|\ \ \ \ \ | | | | | | | | | | | | wifidog-ng: update to 1.2.4
| * | | | | wifidog-ng: update to 1.2.4Jianhui Zhao2018-03-18
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | Merge pull request #5783 from zhaojh329/libuhttpdHannu Nyman2018-03-18
|\ \ \ \ \ | | | | | | | | | | | | libuhttpd: update to 2.0.3
| * | | | | libuhttpd: update to 2.0.3Jianhui Zhao2018-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ecb3ea9 Fix compile error on openwrt-x64 d9ef540 mention some code in lua_template.c copied from. Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | glib2: update to 2.56.0Peter Wagner2018-03-18
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | Merge pull request #5774 from ryzhovau/stm32flash-srcHannu Nyman2018-03-16
|\ \ \ \ \ | |/ / / / |/| | | | stm32flash: fix source URL
| * | | | stm32flash: fix source URLAlexander Ryzhov2018-03-16
|/ / / / | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | Merge pull request #5768 from zhaojh329/wifidog-ngHannu Nyman2018-03-15
|\ \ \ \ | | | | | | | | | | wifidog-ng: update 1.2.0
| * | | | wifidog-ng: update 1.2.0Jianhui Zhao2018-03-16
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | 78c472b Support allow doamin by ubus eb6036d support add/del client by ubus Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | Merge pull request #5763 from neheb/patch-1Hannu Nyman2018-03-15
|\ \ \ \ | | | | | | | | | | aircrack-ng: Add -std=gnu89 to fix compile issues.
| * | | | aircrack-ng: Add -std=gnu89 to fix compile issues.Rosen Penev2018-03-14
| |/ / / | | | | | | | | | | | | | | | | The code assumes pre-C99 inlining. This causes issues with GCC7 which assumes C11. Add std=gnu89 to restore proper behavior. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #5657 from iamperson347/stubby0.2.2Hannu Nyman2018-03-15
|\ \ \ \ | | | | | | | | | | stubby: Bump to 0.2.2 plus updates to default config
| * | | | stubby: Bump to 0.2.2 plus updates to default configDavid Mora2018-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump version plus changes to address concerns regarding default config for stubby provided with this package Signed-off-by: David Mora <iamperson347+public@gmail.com>
* | | | | Merge pull request #5762 from iamperson347/getdns1.4Hannu Nyman2018-03-15
|\ \ \ \ \ | | | | | | | | | | | | gettdns: Bump to 1.4.1 plus fixes
| * | | | | gettdns: Bump to 1.4.1 plus fixesDavid Mora2018-03-13
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Makefile needed to be updated specify ssl dir Signed-off-by: David Mora <iamperson347+public@gmail.com>
* | | | | Merge pull request #5767 from zhaojh329/rttyHannu Nyman2018-03-15
|\ \ \ \ \ | |_|/ / / |/| | | | rtty: update to v4.1.1
| * | | | rtty: update to v4.1.1Jianhui Zhao2018-03-15
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | f056af0 Fix bug: double free when execute a command timeout 69260b6 Fix bug: Error class did not match the server Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | Merge pull request #5758 from commodo/python-fix-macos-x-buildHannu Nyman2018-03-14
|\ \ \ \ | | | | | | | | | | python,python3: attempt to fix Mac OS X host build issues
| * | | | python,python3: remove `--with-system-ffi=no` config argAlexandru Ardelean2018-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Report https://github.com/openwrt/packages/issues/5638 It was mentioned that this causes build failures on Mac OS X. The default behavior [in the setup.py script] is to check whether `--with-system-ffi` is present in the CONFIG_ARGS env var. However that back-fires a bit when `--with-system-ffi=no`, because the condition `not '--with-system-ffi' in sysconfig.get_config_var("CONFIG_ARGS")` evaluates to true. This is a small bug in the `setup.py` script, but it looks like the easiest/cleanest way to address it on our end is to just remove it entirely from the HOST_CONFIGURE_ARGS. At least that's how it looks like when testing on a Linux machine. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | python,python3: limit underlinking behavior to linux platformsAlexandru Ardelean2018-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change was introduced in commit 1c54e2b0fbe2e9a7d to address build issues on Ubuntu 12.04. However it was reported to cause issues on Mac OS X. Report: https://github.com/openwrt/packages/issues/5310 It was also reported that removing this on MacOS X fixes the issue. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>