Re: [OpenWrt-Devel] [PATCH] samba36: add package with hotplug.d script for auto sharing

2018-12-26 Thread Rafał Miłecki
On Thu, 27 Dec 2018 at 05:25, rosys...@rosinson.com wrote: > Be care of the issue that the mount points(external usb sda1, sda2, ) > will lost when system firstboot. That's right, fstools (block-mound / blockd) doesn't mount any external drives by default. We have to expect users to handle

Re: [OpenWrt-Devel] Port forwarding strangely broken w/ multi-uplink setup + flow offloading (mt7621)

2018-12-26 Thread Ivan Shapovalov
On 2018-12-21 at 05:07 +0300, Ivan Shapovalov wrote: > Hey, > > (I'm sorry if I'm writing to a wrong list but I don't see any other > channels apart from #openwrt which is likely not watched by anyone.) > > I have a multi-uplink setup on a mt7621-based router (Xiaomi R3G). > This setup uses two

[OpenWrt-Devel] [PATCH] uclibc++: Add upstream patches fixing several bugs

2018-12-26 Thread Rosen Penev
This allows some packages like crtmpserver to compile with uClibc++. Only patches that fix bugs were added. Upstream added a bunch of build changes that I kept out to keep things simple. Upstreamed patches start at 100. Signed-off-by: Rosen Penev ---

[OpenWrt-Devel] [PATCH v4 1/2] ath79: add support for devolo WiFi pro 1200e

2018-12-26 Thread David Bauer
Hardware CPU: Qualcomm Atheros QCA9558 RAM: 128M DDR2 FLASH: 16MiB ETH: 1x Atheros AR8035 (PoE in) 1x Atheros AR8033 WiFi2: QCA9558 2T2R WiFi5: QCA9880 2T2R BTN: 1x Reset LED: 1x LED blue 1x LED red BEEP: 1x GPIO attached piezo beeper UART: 3.3V GND TX RX

[OpenWrt-Devel] [PATCH v4 2/2] ath79: add support for devolo WiFi pro 1750c

2018-12-26 Thread David Bauer
Hardware CPU: Qualcomm Atheros QCA9558 RAM: 128M DDR2 FLASH: 16MiB ETH: 1x Atheros AR8035 (PoE in) WiFi2: QCA9558 3T3R WiFi5: QCA9880 3T3R BTN: 1x Reset LED: 1x LED blue 1x LED red BEEP: 1x GPIO attached piezo beeper UART: 3.3V GND TX RX (115200-N-8) (3.3V is square

Re: [OpenWrt-Devel] [PATCH] ipq806x: add ath10k calibration data MAC addresses patching

2018-12-26 Thread Ben Greear
On 12/22/2018 08:30 AM, Christian Lamparter wrote: On Monday, December 17, 2018 11:20:41 PM CET Mathias Kresin wrote: 17/12/2018 19:05, Christian Lamparter: On Saturday, December 15, 2018 9:10:39 PM CET Christian Lamparter wrote: On Wednesday, November 14, 2018 8:39:22 PM CET Ben Greear

[OpenWrt-Devel] [PATCH] samba36: add package with hotplug.d script for auto sharing

2018-12-26 Thread Rafał Miłecki
From: Rafał Miłecki The new samba36-hotplug package provides a hotplug.d script for the "mount" subsystem. It automatically shares every mounted block device. It works by updating /var/run/config/samba file which: 1) Is read by procd init script 2) Gets wiped on reboot providing a consistent