On 2015-04-17 01:13, Luka Perkov wrote:
> The base code has been taken from zstream project which was
> written by Steven Barth.
>
> Signed-off-by: Luka Perkov
> CC: Steven Barth
> ---
> --- /dev/null
> +++ b/b64.c
> @@ -0,0 +1,117 @@
> +/*
> + * Copyright (C) 2011 Steven Barth
> + * Copyright
On 2015-04-16 20:57, Bastian Bittorf wrote:
> while heavy testing of recent OpenWrt i
> discovered the following problem:
>
> x() { local x=1; echo $x; local x; echo $x; }
>
> older busybox will output
> 1
> 1
>
> and v1.23.2 will only output
> 1
>
> this means: 'local varname' will empty the v
The base code has been taken from zstream project which was
written by Steven Barth.
Signed-off-by: Luka Perkov
CC: Steven Barth
---
=> changes in v2:
Use new API:
size_t b64decode(void **out, const char *in, size_t len);
size_t b64encode(char **out, const void *in, size_t len);
=> changes in
Typical usage of PVID is when it's set to the same VLAN ID as untagged
VLAN on that port so that ingress traffic would fall into the same VLAN
as egress traffic. Before PVID was set to VLAN group number which
could easily differ from VLAN ID.
Signed-off-by: Roman Yeryomin
---
package/network/con
while heavy testing of recent OpenWrt i
discovered the following problem:
x() { local x=1; echo $x; local x; echo $x; }
older busybox will output
1
1
and v1.23.2 will only output
1
this means: 'local varname' will empty the var.
is this a problem with a changed config? at least
i cannot find a
bluetooth is separate from 802.11 entries too
Signed-off-by: Dirk Neukirchen
---
package/kernel/linux/modules/wpan.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/wpan.mk
b/package/kernel/linux/modules/wpan.mk
index 6b07809..9ba5631 100644
--
Signed-off-by: Dirk Neukirchen
---
package/kernel/linux/modules/crypto.mk | 6 ++
package/kernel/linux/modules/other.mk | 4 +---
package/kernel/linux/modules/usb.mk| 15 ---
package/kernel/linux/modules/video.mk | 16
4 files changed, 11 insertions(+), 3
replaced by usb-serial-simple (see r45233)
Signed-off-by: Dirk Neukirchen
---
package/kernel/linux/modules/usb.mk | 15 ---
1 file changed, 15 deletions(-)
diff --git a/package/kernel/linux/modules/usb.mk
b/package/kernel/linux/modules/usb.mk
index 03a2c8a..11045ca 100644
--- a/pa
Signed-off-by: Dirk Neukirchen
---
package/kernel/linux/modules/wpan.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package/kernel/linux/modules/wpan.mk
b/package/kernel/linux/modules/wpan.mk
index f544f61..6b07809 100644
--- a/package/kernel/linux/modules/wpan.mk
+++
upstream commit: Bluetooth: Introduce BT_BREDR and BT_LE config options
id: 65efd2bf4885312b42de9829159789199221cc60
Signed-off-by: Dirk Neukirchen
---
package/kernel/linux/modules/other.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/kernel/linux/modules/other.mk
b/package/ke
-removed symbol because it should be handled by wpan.mk
-add missing FAKEHARD symbol (this symbol is removed in Kernel 4.0)
Signed-off-by: Dirk Neukirchen
---
target/linux/generic/config-3.18 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/generic/config-3.18 b/t
- remove/rename of 6lowpan-iphc
upstream change in 3.17: 6lowpan: introduce new net/6lowpan directory
id: 2c6bed7cfcd3f594ed9e4d6919fa2ebea2243d19
Signed-off-by: Dirk Neukirchen
---
package/kernel/linux/modules/other.mk | 30 +-
package/kernel/linux/modules/wpan.mk |
Hi,
Just setting the mask with BIT(4) does not work. The Rocket needs this line:
ath79_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RGMII;
for the RGMII AR8035 Ethernet controller, while the Nano/Loco use the MII
mode:
ath79_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_MII;
Therefore the ubn
Hi Roger,
the loco xw seems to be very similiar to the rocket xw.
Have you tried the init code from my last mail?
If it works I would prefer it, because it's reusing existent code and it's a
lot less code.
Best,
lynxis
--
Alexander Couzens
mail: lyn...@fe80.eu
jabber: lyn...@jabber.ccc.de
mobil
From: Roger Pueyo Centelles
This patch adds support for the XW version of the Rocket M series devices
manufactured by Ubiquiti, based on the Atheros AR9342 SoC.
Signed-off-by: Roger Pueyo Centelles
---
target/linux/ar71xx/base-files/etc/diag.sh | 2 +-
.../ar71xx/base-files/etc/uci-de
Hi,
I have some problem to solve, and hope I can get some help. Thank you !!!
MTK7620A Soc and the OPENWRT official wifi driver (cfg80211, mac80211,
rt2800-soc).
May I ask how can I get the signal intensity when the device connecting the
router, and let me according to the signal strength to dete
Hi lynxis,
Just one port, but without switch.
The init is correct now and the Ethernet port works. I was using the wrong
mask, I thought it would be BIT(2) but I was wrong.
I'll be submitting the patch in a while. Thank you very much!
Roger
2015-04-16 0:15 GMT+02:00 Alexander Couzens :
> Hi R
17 matches
Mail list logo