modules: update OpenWrt

0d549271d397 ar71xx: fix TP-Link Archer C7 v5 switch LEDs
dd6d554b2c1e kernel: fix ubifs loosing O_TMPFILE data after power cut
4db74fbd6908 kernel: bump 4.14 to 4.14.81
6f388adef820 kernel: bump 4.9 to 4.9.137
b0d08ec3aef3 sunxi: remove kernel 4.9 support
This commit is contained in:
Matthias Schiffer 2018-11-17 16:42:27 +01:00
parent cb35b0d10a
commit 7620d41c29
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
6 changed files with 1 additions and 35 deletions

View File

@ -2,7 +2,7 @@ GLUON_FEEDS='packages routing luci gluon'
OPENWRT_REPO=https://git.openwrt.org/openwrt/openwrt.git OPENWRT_REPO=https://git.openwrt.org/openwrt/openwrt.git
OPENWRT_BRANCH=openwrt-18.06 OPENWRT_BRANCH=openwrt-18.06
OPENWRT_COMMIT=9d07678d359e05866abf8a69972ad8ae41ff62d2 OPENWRT_COMMIT=0d549271d397b963be4ca26406688bc5dccaf123
PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
PACKAGES_PACKAGES_BRANCH=openwrt-18.06 PACKAGES_PACKAGES_BRANCH=openwrt-18.06

View File

@ -1,34 +0,0 @@
From: Rinki13 <rinki13@gmail.com>
Date: Thu, 27 Sep 2018 21:40:15 +0530
Subject: ar71xx: fix TP-Link Archer C7 v5 switch LEDs
Signed-off-by: Rinki13 <rinki13@gmail.com>
diff --git a/target/linux/ar71xx/base-files/etc/board.d/01_leds b/target/linux/ar71xx/base-files/etc/board.d/01_leds
index 858d6750082ecacefc00a8d6cfce0b264c8e06bd..b6aaf83fdb88a3aafd3d684a57a29a7f0e772f58 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/01_leds
+++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds
@@ -142,7 +142,8 @@ archer-c60-v2)
;;
esac
;;
-archer-c7-v4)
+archer-c7-v4|\
+archer-c7-v5)
ucidef_set_led_wlan "wlan" "WLAN" "$board:green:wlan2g" "phy1tpt"
ucidef_set_led_wlan "wlan5g" "WLAN5G" "$board:green:wlan5g" "phy0tpt"
ucidef_set_led_switch "wan" "WAN" "$board:green:wan" "switch0" "0x02"
@@ -151,7 +152,12 @@ archer-c7-v4)
ucidef_set_led_switch "lan3" "LAN3" "$board:green:lan2" "switch0" "0x10"
ucidef_set_led_switch "lan4" "LAN4" "$board:green:lan1" "switch0" "0x20"
ucidef_set_led_usbdev "usb1" "USB1" "$board:green:usb1" "1-1"
- ucidef_set_led_usbdev "usb2" "USB2" "$board:green:usb2" "2-1"
+
+ case "$board" in
+ archer-c7-v4)
+ ucidef_set_led_usbdev "usb2" "USB2" "$board:green:usb2" "2-1"
+ ;;
+ esac
;;
arduino-yun)
ucidef_set_led_wlan "wlan" "WLAN" "arduino:blue:wlan" "phy0tpt"