I've installed and configured the SQM QOS module for my Bleeding Edge,
r43718 access point. The access point runs on the sunxi A20 processor
with 1 Ethernet and 1 USB powered Wifi adapter. A 5 port switch with
VLAN 802.1q support is connected to the 1 Ethernet port to give the
access point e
Hello Felix,
I am working on the BT Home Hub 3A, which has ath9k wireless.
More or less everything is working now, apart from
reading the calibration data. To get that working too,
endianness checking must be enabled. That requires a one line
fix to eeprom_9257.c .
--- a/drivers/net/wireless/at
Hi,
even though SSL-support is configurable for curl, there is currently
no support for https (just http). The attached patch fixes that.
Lars
Provide optional --enable-https flag for curl.
Signed-off-by: Lars Kruse
---
Provide optional --enable-https flag for curl.
--- a/openwrt/package/net
Add separate dts for P2812HNUF1 and P2812HNUF3.
Signed-off-by: Sylwester Petela
---
target/linux/lantiq/dts/P2812HNUF1.dts | 336
+
target/linux/lantiq/dts/P2812HNUF3.dts | 345
+
Remove unused P2812HNUFX board definition.
Signed-off-by: Sylwester Petela
---
target/linux/lantiq/dts/P2812HNUFX.dts | 308
1 file changed, 308 deletions(-)
diff --git a/target/linux/l
Add boards Makefile definitions with sysupgrade image generation.
Add default led/network settings and profiles.
Switch from UBI_GLUEBI to UBI_BLOCK.
Signed-off-by: Sylwester Petela
---
target/linux/lantiq/base-files/etc/uci-defaults/01_leds| 7 +++
target/linux/lantiq/base-files/etc/uc
Add separate dts for P2812HNUF1 and P2812HNUF3.
Signed-off-by: Sylwester Petela
---
--- /dev/null
+++ b/target/linux/lantiq/dts/P2812HNUF1.dts
@@ -0,0 +1,336 @@
+/dts-v1/;
+
+/include/ "vr9.dtsi"
+
+/ {
+ model = "P2812HNUF1 - ZyXEL P-2812HNU-F1";
+
+ chosen {
+
Remove unused P2812HNUFX board definition.
Signed-off-by: Sylwester Petela
---
--- a/target/linux/lantiq/dts/P2812HNUFX.dts
+++ /dev/null
@@ -1,308 +0,0 @@
-/dts-v1/;
-
-/include/ "vr9.dtsi"
-
-/ {
- model = "P2812HNUFX - ZyXEL P-2812HNU-Fx";
-
- chosen {
- /*boo
Add missing NAND_WRITE_DATA in NAND driver.
Signed-off-by: Sylwester Petela
---
---
a/target/linux/lantiq/patches-3.14/0016-MTD-lantiq-xway-add-missing-write_buf-and-read_buf-t.patch
+++
b/target/linux/lantiq/patches-3.14/0016-MTD-lantiq-xway-add-missing-write_buf-and-read_buf-t.patch
@@ -37,7