[OpenWrt-Devel] [PATCH] x86: add missing symbol

2015-09-12 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen 
---
 target/linux/x86/config-3.18 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/x86/config-3.18 b/target/linux/x86/config-3.18
index 3a6a1be..bb647c8 100644
--- a/target/linux/x86/config-3.18
+++ b/target/linux/x86/config-3.18
@@ -385,6 +385,7 @@ CONFIG_X86_ALIGNMENT_16=y
 # CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
 # CONFIG_X86_CPUFREQ_NFORCE2 is not set
 # CONFIG_X86_CPUID is not set
+# CONFIG_X86_DECODER_SELFTEST is not set
 # CONFIG_X86_EXTENDED_PLATFORM is not set
 CONFIG_X86_F00F_BUG=y
 CONFIG_X86_FEATURE_NAMES=y
-- 
2.5.1
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] kernel 3.18/kernel 4.0/kernel 4.1: add missing symbol

2015-09-12 Thread Dirk Neukirchen
deactivate NET_SCTPPROBE just like NET_TCPPROBE

Signed-off-by: Dirk Neukirchen 
---
 target/linux/generic/config-3.18 | 1 +
 target/linux/generic/config-4.0  | 1 +
 target/linux/generic/config-4.1  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18
index 6e5ad7f..dfb4d50 100644
--- a/target/linux/generic/config-3.18
+++ b/target/linux/generic/config-3.18
@@ -2486,6 +2486,7 @@ CONFIG_NET_SCH_FQ_CODEL=y
 # CONFIG_NET_SCH_SFQ is not set
 # CONFIG_NET_SCH_TBF is not set
 # CONFIG_NET_SCH_TEQL is not set
+# CONFIG_NET_SCTPPROBE is not set
 # CONFIG_NET_TCPPROBE is not set
 # CONFIG_NET_TEAM is not set
 # CONFIG_NET_TULIP is not set
diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0
index b52408a..0c630ea 100644
--- a/target/linux/generic/config-4.0
+++ b/target/linux/generic/config-4.0
@@ -2527,6 +2527,7 @@ CONFIG_NET_SCH_FQ_CODEL=y
 # CONFIG_NET_SCH_SFQ is not set
 # CONFIG_NET_SCH_TBF is not set
 # CONFIG_NET_SCH_TEQL is not set
+# CONFIG_NET_SCTPPROBE is not set
 # CONFIG_NET_SWITCHDEV is not set
 # CONFIG_NET_TCPPROBE is not set
 # CONFIG_NET_TEAM is not set
diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1
index 630b49d..3751022 100644
--- a/target/linux/generic/config-4.1
+++ b/target/linux/generic/config-4.1
@@ -2578,6 +2578,7 @@ CONFIG_NET_SCH_FQ_CODEL=y
 # CONFIG_NET_SCH_SFQ is not set
 # CONFIG_NET_SCH_TBF is not set
 # CONFIG_NET_SCH_TEQL is not set
+# CONFIG_NET_SCTPPROBE is not set
 # CONFIG_NET_SWITCHDEV is not set
 # CONFIG_NET_TCPPROBE is not set
 # CONFIG_NET_TEAM is not set
-- 
2.5.1
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] ramips: update BR-6475ND default LED configuration

2015-09-12 Thread Christopher Lais
Add second radio LED and power LED to the default board configuration.

Signed-off-by: Christopher Lais 
---
 target/linux/ramips/base-files/etc/board.d/01_leds | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds 
b/target/linux/ramips/base-files/etc/board.d/01_leds
index 71cf3ac..9f750b5 100755
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -26,7 +26,6 @@ case $board in
set_usb_led "$board:blue:3g"
;;
 3g-6200nl|\
-br-6475nd|\
 mzk-w300nh2)
set_wifi_led "$board:amber:wlan"
;;
@@ -71,6 +70,11 @@ bc2)
 br-6425)
set_wifi_led "$board:orange:wlan"
;;
+br-6475nd)
+   set_wifi_led "$board:amber:wlan"
+   ucidef_set_led_netdev "wifi5ghz_led" "wifi5ghz" 
"$board:amber:wlan_5ghz" "wlan1"
+   ucidef_set_led_default "power" "POWER" "$board:green:power" "1"
+   ;;
 broadway)
set_usb_led "$board:red:diskmounted"
set_wifi_led "$board:red:wps_active"
-- 
2.5.1
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] base-files: assign proper GPIO pin for Ubiquiti Nanostation models

2015-09-12 Thread Lars Kruse
The GPIO pins for "POE passthrough" of Ubiquiti Nanostation models are the
following:
* Ubiquiti Nanostation M XM: Pin 8
* Ubiquiti Nanostation M XW: Pin 2

The previous definition of the pins was mixed up between XM and XW model.

Signed-off-by: Lars Kruse 
---
 target/linux/ar71xx/base-files/etc/uci-defaults/01_gpio-switches | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_gpio-switches 
b/target/linux/ar71xx/base-files/etc/uci-defaults/01_gpio-switches
index 81d3982..b41f275 100644
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_gpio-switches
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_gpio-switches
@@ -10,10 +10,10 @@ board=$(ar71xx_board_name)
 
 case "$board" in
 nanostation-m)
-   ucidef_set_gpio_switch "poe_passthrough" "PoE Passthrough" "2"
+   ucidef_set_gpio_switch "poe_passthrough" "PoE Passthrough" "8"
;;
 nanostation-m-xw)
-   ucidef_set_gpio_switch "poe_passthrough" "PoE Passthrough" "8"
+   ucidef_set_gpio_switch "poe_passthrough" "PoE Passthrough" "2"
;;
 cpe510)
ucidef_set_gpio_switch "poe_passthrough" "PoE Passthrough" "20"
-- 
2.4.6
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel