On Mon, 10 Aug 2020 at 00:17, Hauke Mehrtens wrote:
>
> It is deactivated everywhere, just set this in the generic config.
>
> Signed-off-by: Hauke Mehrtens
Acked-by: Yousong Zhou
Regards,
yousong
___
openwrt-devel
fine with this applied, so I guess this line is about mips64.
>
> Signed-off-by: Hauke Mehrtens
Tested-By: Yousong Zhou
Acked-By: Yousong Zhou
Regards,
yousong
> ---
> target/linux/malta/be/config-default | 8
> target/linux/malta/be64/config-default | 7
70bdf3212 ("toolchain/binutils: Add binutils 2.34")
> Signed-off-by: Hauke Mehrtens
Acked-by: Yousong Zhou
Regards,
yousong
> ---
> .../2.34/500-Change-default-emulation-for-mips64-linux.patch| 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
It's worth mentioning that recent versions of macos since 10.15 have a
restriction on certificate validity period, self-signed or not. It's
a strong restriction that the browser ui will have no buttons or knobs
to bypass the certificate validation, rendering such sites
inaccessible. I remembered
On Tue, 1 Sep 2020 at 06:45, Yousong Zhou wrote:
>
> It's worth mentioning that recent versions of macos since 10.15 have a
> restriction on certificate validity period, self-signed or not. It's
> a strong restriction that the browser ui will have no buttons or knobs
>
On Wed, 2 Sep 2020 at 01:32, Hauke Mehrtens wrote:
>
> On 9/1/20 12:45 AM, Yousong Zhou wrote:
> > It's worth mentioning that recent versions of macos since 10.15 have a
> > restriction on certificate validity period, self-signed or not. It's
> > a strong re
On Tue, 22 Sep 2020 at 19:00, Sami Olmari wrote:
>
> This commit
> https://github.com/openwrt/openwrt/commit/064dc1e81bc85f6ef8becc38854292853a59d2c2
> breaks all dnssec, it will never get enabled despite /etc/config/dhcp
> enabling it. Reverting this commit made dnssec to work again. So this
> n
The upstream linux commit is 3bf195ae ("netfilter: nat: merge
nf_nat_ipv4,6 into nat core"). It was included since linux 5.1
Signed-off-by: Yousong Zhou
---
include/netfilter.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/netfilter.mk b/include/ne
ent has no prompt and can only be
selected by NF_CONNTRACK_PPTP
Fixes: FS#2990 (partial)
Ref: https://bugs.openwrt.org/index.php?do=details&task_id=2990
Signed-off-by: Tony Ambardar
[note that the option now can not be enabled on its own]
Signed-off-by: Yousong Zhou
---
include/netfilter.mk
n only be selected by other
kconfig options]
Signed-off-by: Yousong Zhou
---
include/netfilter.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/netfilter.mk b/include/netfilter.mk
index 3c217db106..e5ba3b366e 100644
--- a/include/netfilter.mk
+++ b/include/netfilter.m
CONFIG_IP_NF_TARGET_REDIRECT is a compat option since upstream commit
2cbc78a2 ("netfilter: combine ipt_REDIRECT and ip6t_REDIRECT"). That
happened since linux 3.10
Signed-off-by: Yousong Zhou
---
include/netfilter.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
It was removed in upstream linux commit faec18db ("netfilter: nat:
remove l4proto->manip_pkt"). This happened since linux 5.1
Signed-off-by: Yousong Zhou
---
include/netfilter.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/netfilter.mk b/include
CONFIG_IP_NF_TARGET_MASQUERADE and its counterpart
CONFIG_IP6_NF_TARGET_MASQUERADE are "backwards-compat option for the
user's convenience"
Related commit d22c1755 ("netfilter: fix NAT packaging with kernels
5.2+")
Signed-off-by: Yousong Zhou
---
include/netfilter.mk
elected by CONFIG_NETFILTER_XT_TARGET_MASQUERADE introduced
still later in 5.2.
Signed-off-by: Yousong Zhou
---
target/linux/generic/config-5.4 | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4
index aa3fbded3b..
can only be enabled when selected by others
Tony Ambardar (1):
netfilter.mk: add version conditional for CONFIG_NF_CT_PROTO_GRE
Yousong Zhou (6):
netfilter.mk: use CONFIG_NETFILTER_XT_TARGET_MASQUERADE
netfilter.mk: use CONFIG_NETFILTER_XT_TARGET_REDIRECT
netfilter.mk: add version
This is a preparation for the next commit to record address index for
the returned device_addr struct
Signed-off-by: Yousong Zhou
---
proto.c | 26 +++---
1 file changed, 15 insertions(+), 11 deletions(-)
diff --git a/proto.c b/proto.c
index cbc92b1..d80cae0 100644
--- a
Name of the libnl .pc file is libnl-3.0.pc
This commit is mainly for testing netifd build of usual Linux systems.
netifd Makefile in current OpenWrt build system specifies custom cmake
flags to point to libnl-tiny
Signed-off-by: Yousong Zhou
---
CMakeLists.txt | 8 ++--
1 file changed, 6
Signed-off-by: Yousong Zhou
---
interface-ip.h | 1 +
proto.c| 2 ++
2 files changed, 3 insertions(+)
diff --git a/interface-ip.h b/interface-ip.h
index 5ab9299..b17ad94 100644
--- a/interface-ip.h
+++ b/interface-ip.h
@@ -127,6 +127,7 @@ struct device_addr {
struct vlist_node
tings. More importantly, the ubus output and dnsmasq config
generation will be more predictable.
Signed-off-by: Yousong Zhou
---
interface-ip.c | 11 +--
proto.c| 4 ++--
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/interface-ip.c b/interface-ip.c
index f1
in the uci config make netifd ubus
> output consistent with linux network interfaces' primary/secondary
> address settings. More importantly, the ubus output and dnsmasq config
> generation will be more predictable.
Yousong Zhou (4):
build: find and use libnl header dirs
proto
The upstream linux commit is 3bf195ae ("netfilter: nat: merge
nf_nat_ipv4,6 into nat core"). It was included since linux 5.1
Signed-off-by: Yousong Zhou
---
include/netfilter.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/netfilter.mk b/include/ne
It was removed in upstream linux commit faec18db ("netfilter: nat:
remove l4proto->manip_pkt"). This happened since linux 5.0
Signed-off-by: Yousong Zhou
---
include/netfilter.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/netfilter.mk b/include
Now that the minimal kernel version maintained here is 4.19
Signed-off-by: Yousong Zhou
---
include/netfilter.mk | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/netfilter.mk b/include/netfilter.mk
index 0c29c0bd04..2c71c07056 100644
--- a/include/netfilter.mk
+++ b/include
n only be selected by other
kconfig options]
Signed-off-by: Yousong Zhou
---
include/netfilter.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/netfilter.mk b/include/netfilter.mk
index 02173d4355..0c29c0bd04 100644
--- a/include/netfilter.mk
+++ b/include/netfilter.m
elected by CONFIG_NETFILTER_XT_TARGET_MASQUERADE introduced
still later in 5.2.
Signed-off-by: Yousong Zhou
---
target/linux/generic/config-5.4 | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4
index 04fda5de24..
CONFIG_IP_NF_TARGET_MASQUERADE and its counterpart
CONFIG_IP6_NF_TARGET_MASQUERADE are "backwards-compat option for the
user's convenience"
Related commit d22c1755 ("netfilter: fix NAT packaging with kernels
5.2+")
Signed-off-by: Yousong Zhou
---
include/netfilter.mk
y Ambardar (1):
netfilter.mk: add version conditional for CONFIG_NF_CT_PROTO_GRE
Yousong Zhou (7):
netfilter.mk: use CONFIG_NETFILTER_XT_TARGET_MASQUERADE
netfilter.mk: use CONFIG_NETFILTER_XT_TARGET_REDIRECT
netfilter.mk: add version conditional for nf_nat_ipv4,6
generic: 5.4: make nf nat
ent has no prompt and can only be
selected by NF_CONNTRACK_PPTP
Fixes: FS#2990 (partial)
Ref: https://bugs.openwrt.org/index.php?do=details&task_id=2990
Signed-off-by: Tony Ambardar
[note that the option now can not be enabled on its own]
Signed-off-by: Yousong Zhou
---
include/netfilter.mk
CONFIG_IP_NF_TARGET_REDIRECT is a compat option since upstream commit
2cbc78a2 ("netfilter: combine ipt_REDIRECT and ip6t_REDIRECT"). That
happened since linux 3.10
Signed-off-by: Yousong Zhou
---
include/netfilter.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
This will have at least the following effects
- Log lines will have common prefix
- They will be output to stderr instead of stdout
Signed-off-by: Yousong Zhou
---
.../base-files/files/lib/upgrade/fwtool.sh| 24 +--
1 file changed, 12 insertions(+), 12 deletions(-)
diff
Signed-off-by: Yousong Zhou
---
package/base-files/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index c139ea313b..f63c4db533 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
Signed-off-by: Yousong Zhou
---
package/base-files/files/lib/upgrade/common.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/base-files/files/lib/upgrade/common.sh
b/package/base-files/files/lib/upgrade/common.sh
index 56daabd778..808fad178b 100644
--- a/package
Signed-off-by: Yousong Zhou
---
.../linux/x86/base-files/lib/upgrade/platform.sh | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/target/linux/x86/base-files/lib/upgrade/platform.sh
b/target/linux/x86/base-files/lib/upgrade/platform.sh
index 1bcd492dd7
The intent is to make it sound more like info level message, not some
error like "404 not found". x86 target at the moment makes image with
only signature but no metadata (ref commit f8141216 "x86: append
metadata to combined images").
Signed-off-by: Yousong Zhou
---
pack
This is mainly to handle error message "Broken pipe" by common pattern
"xcat | dd .."
Ref: https://bugs.openwrt.org/index.php?do=details&task_id=3140
Reported-by: Philip Prindeville
Signed-off-by: Yousong Zhou
---
package/base-files/files/lib/upgrade/common.sh | 6 +
Ref: https://bugs.openwrt.org/index.php?do=details&task_id=3140
Reported-by: Philip Prindeville
Signed-off-by: Yousong Zhou
---
target/linux/x86/base-files/lib/upgrade/platform.sh | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/target/linux/x86/base-files
table from bootdisk...
== upgrade: Extract boot sector from the image
37+26 records in
37+26 records out
== upgrade: Reading partition table from image...
Signed-off-by: Yousong Zhou
---
target/linux/x86/base-files/lib/upgrade/platform.sh | 6 ++
1 file changed, 2 insertions(+), 4
Signed-off-by: Yousong Zhou
---
package/base-files/files/lib/upgrade/common.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/base-files/files/lib/upgrade/common.sh
b/package/base-files/files/lib/upgrade/common.sh
index 2eb26ba44b..56daabd778 100644
--- a/package
- Use common v function when possible
- Write log lines to stderr when using echo
Signed-off-by: Yousong Zhou
---
package/base-files/files/lib/upgrade/stage2 | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/base-files/files/lib/upgrade/stage2
b/package
tloader on /dev/vda...
== upgrade: Upgrade completed
== upgrade: Rebooting system...
umount: can't unmount /dev: Resource busy
umount: can't unmount /tmp: Resource busy
[ 106.922638] Unregister pv shared memory for cpu 0
[ 106.931062] reboot: Restarting system
[ 106.936009] reboot
On Tue, 3 Nov 2020 at 21:02, Adrian Schmutzler wrote:
>
> Hi,
>
> > -Original Message-
> > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
> > On Behalf Of Yousong Zhou
> > Sent: Dienstag, 3. November 2020 13:21
> > To: P
On Wednesday, 31 May 2023, Peter Naulls wrote:
>
>
> I'm trying to track down a problem whereby using Windows VPN, some websites
> are accessible and some aren't. The problem is 100% OpenWrt, since it works
> over
> my regular WiFi router.
>
> Here's what I know (or think I know):
>
> All the V
On Wed, 31 May 2023 at 06:38, Peter Naulls wrote:
>
> On 5/30/23 18:16, Yousong Zhou wrote:
> > On Wednesday, 31 May 2023, Peter Naulls wrote:
> >>
> >>
> ]
> >
> > I am afraid the above is still single direction traffic.
>
> Sorry, quite so
On Wed, 31 May 2023 at 22:20, Peter Naulls wrote:
>
> On 5/30/23 21:09, Yousong Zhou wrote:
> > On Wed, 31 May 2023 at 06:38, Peter Naulls wrote:
> >>
>
> >
> > Is it that your dns traffic is not going through the tunnel? curl
> > -vvv should revea
Add support for TPLINK WR720N v3 which has 4MB flash, 32MB ram, 2 ethernet
interfaces, 1 USB 2.0 port. The patch is mostly a modification from
mach-tl-wr703n.c. GPIO numbers for the slider switch is from mach-tl-mr3020n.c.
Tested on my device and they worked fine.
Signed-off-by: yousong
---
t
Update the numbering of kernel patch for supporting Netgear WNR2000v3 from 617
to 618.
Signed-off-by: yousong
---
---
target/linux/ar71xx/patches-3.8/617-MIPS-ath79-add-Netgear-WNR2000v3-support.patch
2013-04-29 12:19:31.0 +0800
+++
target/linux/ar71xx/patches-3.8/618-MIPS-ath79-add
Add description for -W option into usage output of mktplinkfw.
Signed-off-by: yousong
---
I came across this when reading target/linux/ar71xx/image/Makefile and
could not find what -W was for. This is a small patch tries to help make
the project better. ;)
Index: tools/firmware-utils/src/mktplin
Hi, Pietro.
On 17 May 2013 23:36, Pietro Paolini wrote:
> Hello all,
> I was looking at the Makefile in the top dir of OpenWRT and I don't
> understand the meaning of these lines :
>
> $(toolchain/stamp-install): $(tools/stamp-install)
> $(target/stamp-compile): $(toolchain/stamp-install) $(tool
triggered users usually need
to first plug the cable out from the LAN port, then plug it into WAN
port to get access to the system.
Signed-off-by: Yousong Zhou
---
Index: target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr720n-v3.c
Hi, Zhiqiang
On Wed, Jul 03, 2013 at 08:44:44AM +0800, zhiqiang wang wrote:
> Signed-off-by: Zhiqiang Wang
> ---
> --- target/linux/ar71xx/patches-3.8/610-MIPS-ath79-openwrt-machines.patch
> (revision
> 37128)
> +++ target/linux/ar71xx/patches-3.8/610-MIPS-ath79-openwrt-machines.patch
> (worki
Hello!
With r37237, I built malta and x86 target with default configuration. But they
both failed to boot up on qemu of version 1.5.1, i.e. there is no shell prompt
and virtual machine just hangs and eats up CPU.
I guess procd is the culprit. With malta, the bootlog shows no sign of
procd, yet it
Also preserve order of components in image filename when doing copy from
$(KDIR) to $(BIN_DIR).
---
include/image.mk |2 +-
target/linux/malta/image/Makefile |3 ---
2 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/include/image.mk b/include/image.mk
index 7d
Signed-off-by: Yousong Zhou
On Sat, Jul 13, 2013 at 01:14:45PM +0800, Yousong Zhou wrote:
> Also preserve order of components in image filename when doing copy from
> $(KDIR) to $(BIN_DIR).
> ---
> include/image.mk |2 +-
> target/linux/malta/image/Makefile
ned-off-by: Yousong Zhou
---
include/toplevel.mk |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/toplevel.mk b/include/toplevel.mk
index b8608ee..70a0634 100644
--- a/include/toplevel.mk
+++ b/include/toplevel.mk
@@ -24,8 +24,8 @@ OPENWRTVERSION:=$(RELEASE)$(if
On Thu, Jul 18, 2013 at 11:12:46AM +0800, Yousong Zhou wrote:
> Empty path denoted by leading or trailing colons also specify current
> directory when searching for libraries, which should be avoided.
> Otherwise "make install_runtime" for uClibc cannot work right.
>
&
Hi, Drasko,
On 27 July 2013 06:01, Drasko DRASKOVIC wrote:
> Hi all,
> I tried to install a Pyton extension directly on the MIPS target via pip :
>
> root@Marx:/# pip install netifaces
> Downloading/unpacking netifaces
> Running setup.py egg_info for package netifaces
>
> ...
>
> uilding 'netif
Hi,
On Sun, Jul 28, 2013 at 12:23:35PM +0200, Felix Kaechele wrote:
> This commit adds the basic elements to support Poray brand routers.
> It contains a tool to do the encryption/obfuscation that is used in
> Poray routers.
>
> Signed-off-by: Felix Kaechele
> Signed-off-by: Luis Soltero
> Sign
Hi, Remzi,
On 29 July 2013 09:10, Remzi AKYÜZ wrote:
> Hi,
>
> I cannot build ruby at trunk (37568) and i got this;
>
> i486-openwrt-linux-uclibc-gcc -I. -I../../.ext/include/i486-linux
> -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\"
> -I/openwrt/trunk/staging_dir/target-
GF2m ECC support is needed when compiling ruby-openssl. Link [1]
contains the detailed bug description.
[1] https://bugs.ruby-lang.org/issues/8384
Signed-off-by: Yousong Zhou
---
lang/ruby/Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lang/ruby/Makefile b
Hi, Felix,
On Tue, Jul 30, 2013 at 05:40:19PM +0200, Felix Kaechele wrote:
> This commit adds the basic elements to support Poray brand routers.
> It contains a tool to do the encryption/obfuscation that is used in
> Poray routers.
>
> Support for Poray devices was worked on by:
>
> Felix Kaeche
weird that this issue never
happened before.
Yousong Zhou (3):
gpio-button-hotplug: add inline function gpio_button_get_value().
gpio-button-hotplug: use gpio_button_get_value() to fetch state.
gpio-button-hotplug: use gpio_button_get_value() to initialize
last_state.
.../gpio-button-h
Signed-off-by: Yousong Zhou
---
.../gpio-button-hotplug/src/gpio-button-hotplug.c |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c
b/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c
index
Signed-off-by: Yousong Zhou
---
.../gpio-button-hotplug/src/gpio-button-hotplug.c |5 +
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c
b/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c
index
p.
Signed-off-by: Yousong Zhou
---
.../gpio-button-hotplug/src/gpio-button-hotplug.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c
b/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c
index 9cbee2
On Thu, Aug 01, 2013 at 12:58:58PM +0200, John Crispin wrote:
> On 01/08/13 13:02, Yousong Zhou wrote:
> >Hi, this series tries to fix unintended failsafe triggering by initializing
> >buttons' last_status with its actual value instead of always 0 (released).
> >Othe
On 3 August 2013 19:51, Felix Fietkau wrote:
> On 2013-08-01 1:02 PM, Yousong Zhou wrote:
>> TL-WR720N-v3 has a slider switch composed of 2 GPIO buttons which can be
>> used to swtich between 3 positions. At leat 1 button is in pressed state
>> in any of those positions. I
.
Signed-off-by: Yousong Zhou
---
A previous version of this patch [1] has been sent but was not receiving any
response and now can not be applied without conflict.
[1] http://patchwork.openwrt.org/patch/3765/
.../ar71xx/base-files/etc/uci-defaults/02_network |1 -
.../files/arch/mips
On Tue, Sep 03, 2013 at 03:08:13PM +0200, Gabor Juhos wrote:
> 2013.08.31. 10:16 keltezéssel, Yousong Zhou írta:
> > Failsafe listens on eth0 by default, but due to the order of eth
> > registration
> > eth0 previously corresponded to the port labelled as WAN. Thi
Hi, Jon.
On 5 September 2013 04:02, jonsm...@gmail.com wrote:
> I'm using OpenWRT git on AsiaRF. AsiaRF may not be completely debugged yet.
>
> Problem: I can ping the router without issue. But I am unable to open
> any TCP connections.
> Firewall is off: /etc/init.d/firewall stop
>
> I attached
On 5 September 2013 09:04, Yousong Zhou wrote:
> Hi, Jon.
>
> On 5 September 2013 04:02, jonsm...@gmail.com wrote:
>> I'm using OpenWRT git on AsiaRF. AsiaRF may not be completely debugged yet.
>>
>> Problem: I can ping the router without issue. But I am unabl
Hi,
On 20 September 2013 04:35, Stefan Monnier wrote:
> Has anyone figured out to install OpenWRT on something like a Hame
> MPR-A1 without opening the device and connecting a serial line?
I do not have a device of that model myself. But the device is already
supported by OpenWrt with a tool to
Hi,
On 10 October 2013 20:16, Bruno Randolf wrote:
> Signed-off-by: Bruno Randolf
> ---
> net/pptpd/Makefile| 3 +++
> net/pptpd/files/pptpd.init| 41 +++--
> net/pptpd/files/pptpd.uciconf | 8
> 3 files changed, 50 insertions(+), 2
Hi,
On 10 October 2013 19:02, Bruno Randolf wrote:
> Add PATH in case it is missing (e.g. when executing the script from
> ssh, like "ssh IP /etc/init.d/cron restart").
>
> Signed-off-by: Bruno Randolf
> ---
> package/busybox/files/cron | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a
Hi,
On 28 October 2013 03:45, Daniel Schwierzeck
wrote:
> Signed-off-by: Daniel Schwierzeck
> ---
> package/boot/uboot-lantiq/Makefile | 6 --
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/package/boot/uboot-lantiq/Makefile
> b/package/boot/uboot-lantiq/Makefile
> inde
], where options are:
This is due to the requirement that function add_option() should be
called by the plugin_init() function first before pppd can parse those
options.
Signed-off-by: Yousong Zhou
---
package/network/services/ppp/files/ppp.sh |2 +-
1 files changed, 1 insertions(+), 1 deleti
Hi,
That is a really long Subject line I guess.
On Fri, Nov 22, 2013 at 07:57:21PM +0100, Bastian Bittorf wrote:
>
> Signed-off-by: Bastian Bittorf
> ---
> package/base-files/files/sbin/hotplug-call |6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/bas
Hi,
On Sat, Nov 23, 2013 at 09:48:07AM +0100, Bastian Bittorf wrote:
> * Yousong Zhou [23.11.2013 09:40]:
> > That is a really long Subject line I guess.
>
> yes, i should change the way like i write git-commit-messages.
> (emails are automatically written with
Hi,
On Sat, Nov 23, 2013 at 11:30:27AM +0100, Bastian Bittorf wrote:
> * Yousong Zhou [23.11.2013 10:58]:
> > > > Looks like most of them `exit` for a reason. Maybe we could instead just
> > > > document explicitly the way hotplug scripts are run and le
On ar71xx platform, /dev/inotify is not created by default. Create it
when inotify is enabled.
This should close ticket #10711.
Signed-off-by: Yousong Zhou
---
multimedia/minidlna/files/minidlna.init |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/multimedia/minidlna
Hi, John and all.
On 2 December 2013 14:51, John Crispin wrote:
> On 02/12/13 04:58, Yousong Zhou wrote:
>>
>> On ar71xx platform, /dev/inotify is not created by default. Create it
>> when inotify is enabled.
>>
>> This should close ticket #10711.
Hi,
On 2 December 2013 19:24, Yousong Zhou wrote:
> Hi, John and all.
>
> On 2 December 2013 14:51, John Crispin wrote:
>> On 02/12/13 04:58, Yousong Zhou wrote:
>>>
>>> On ar71xx platform, /dev/inotify is not created by default. Create it
>>> when ino
Hi,
On 11 December 2013 11:16, 仙凡居士 wrote:
> Hi gentleman
>
> I'm a new developer with open-wrt, and now I'm facing a problem that after I
> save my kernel configurations to .config with 'make kernel_menuconfig'.
> After that I do 'make V=s', but the kernel configurations are all lost, I
> have t
Hi,
On 5 December 2013 18:42, Cody P Schafer wrote:
> Normal force (one -F flag) is unchanged in behavior and only overrides the
> sysupgrade checks. Force with two or more flags also passes --force to mtd,
> overriding some of it's checks.
>
> This was useful in testing of the belkin f7d pa
Since commit 2ed5144 "base-files: warn when calling /etc/init.d/
Since commit 2ed5144 "base-files: warn when calling /etc/init.d/
ll cause "bad number" error.
Thu Dec 5 16:55:54 2013 daemon.notice netifd: radio0 (17747): sh: bad
number
Signed-off-by: Yousong Zhou
---
.../mac80211/files/lib/netifd/wireless/mac80211.sh |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/package/ke
It was introduced in commit 2f966e8, "base-files: add a post start hook
for procd managed services".
Signed-off-by: Yousong Zhou
---
package/base-files/files/etc/rc.common |4
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/package/base-files/files/etc/rc
acing dashes `-` with underscores `_`.
Signed-off-by: Yousong Zhou
---
net/aria2/Makefile |4 +-
net/aria2/files/aria2.config | 26
net/aria2/files/aria2.init | 284 ++
3 files changed, 313 insertions(+), 1 deletions(-)
create mode 10064
My bad. Same mail forwarded to the openwrt-devel list.
-- Forwarded message --
From: Yousong Zhou
Date: 12 December 2013 23:05
Subject: Re: [OpenWrt-Devel] [PATCH 3/3] mac80211.sh: fix wds option.
To: Felix Fietkau
Hi, Felix
On 12 December 2013 21:31, Felix Fietkau wrote
Hi,
On 17 December 2013 18:54, xinglp wrote:
> There's some usefull options for me, such as SAVEHISTORY,
> REVERSE_SEARCH, WGET_TIMEOUT, netcat and TRACEROUTE6.
> But the recent commit disabled the busybox configure memu. How to set
> somethings for busybox now ?
The config for busybox can be ov
On 17 December 2013 22:13, openwrt-de...@couprie.net
wrote:
> Hi yousong,
>
> Can you give a example how to call menuconfig for busybox ?
I am doing menuconfig for busybox in OpenWrt build environment in
which busybox tarball has already been extracted. Your situation may
vary. Busybox itself pro
On 18 December 2013 18:35, Bastian Bittorf wrote:
> on a 'TP-LINK TL-WDR4900 v1' there is a button labeled
> 'WPS/reset'. when i press it, i get a hotplug call with
>
> $BUTTON = reset and
> $ACTION = pressed / released
>
> after this the router restarts. who does this? procd?
Hi,
It's from a ke
On 23 December 2013 04:26, valent.turko...@gmail.com
wrote:
> Hi,
> I see that procd is being used by OpenWrt but wiki documentation is
> lacking some basic examples how could it be used further by advanced
> users (not developers).
>
> One use case would be to trigger some action when some usb de
On 27 December 2013 09:49, valent.turko...@gmail.com
wrote:
> After adding hotplug troubleshooting on wiki [1] and creating hotplug
> debug script I saw this for two different bluetooth dongles:
>
>
> action='add' product='a12/1/1915' type='224/1/1' interface=''
> action='add' product='a12/1/1915'
etain compatibility (#7570)
Signed-off-by: Yousong Zhou
---
.../files/usr/lib/ddns/dynamic_dns_functions.sh|2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/ddns-scripts/files/usr/lib/ddns/dynamic_dns_functions.sh
b/net/ddns-scripts/files/usr/lib
On Tue, Feb 18, 2014 at 08:03:06AM +0100, Michel Stempin wrote:
> Signed-off-by: Michel Stempin
> ---
> ipv6/gw6c/patches/001-sed-separator.patch | 18 ++
> 1 file changed, 18 insertions(+)
> create mode 100644 ipv6/gw6c/patches/001-sed-separator.patch
>
> diff --git a/ipv6/gw
Hi,
On Thu, 20 Feb 2014, Alan.Hoo wrote:
>
> dear all :
>
>
>
> have you porting the KDump to OpenWRT System ? is there an KDump
> package available to download ?
Kdump is part of kexec-tools, you can find it package/boot/kexec-tools.
It is not included in by default. You can sear
hi
On Sun, 23 Feb 2014, jinzhcheng wrote:
Dear Sir,
I have a HUAWEI 3G usb modem, The download speed is over 160KB/s if connected
directly to PC, but if used with WR703N,
the download speed is only 60KB/s.
I think wifi and usb speed isn't bottleneck, but what is root cause of slower
speed th
Hi,
On 13 March 2014 16:11, Wandy Lau wrote:
> These files are parsed by shell scripts or some thing else? I really can't
> figure it out. Please give me some idea about this.
>
UCI is really a pearl in OpenWrt. I was surprised by the design and
implementation when trying to understand the det
Hi,
On 13 March 2014 18:46, Wandy Lau wrote:
> Thank you for your kindness. I have read all these. But I think that is not
> enough. Some more work need to be done. I need dig deeper. Ok, let me tell
> something:
>
> Actually I want to know how the hostapd.conf is produced. Because there is
> on
601 - 700 of 747 matches
Mail list logo