From 7620d41c29c3ef822c4856449accf203f562882a Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 17 Nov 2018 16:42:27 +0100 Subject: [PATCH] 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 --- modules | 2 +- ...fix-TP-Link-Archer-C7-v5-switch-LEDs.patch | 34 ------------------- ...x-add-support-for-the-ZyXEL-NBG6617.patch} | 0 ....patch => 0009-build-add-mkrasimage.patch} | 0 ...010-ipq40xx-fix-NBG6617-LED-mapping.patch} | 0 ...ps-fix-leds-on-GL.iNet-GL-MT300N-V2.patch} | 0 6 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 patches/openwrt/0008-ar71xx-fix-TP-Link-Archer-C7-v5-switch-LEDs.patch rename patches/openwrt/{0009-ipq40xx-add-support-for-the-ZyXEL-NBG6617.patch => 0008-ipq40xx-add-support-for-the-ZyXEL-NBG6617.patch} (100%) rename patches/openwrt/{0010-build-add-mkrasimage.patch => 0009-build-add-mkrasimage.patch} (100%) rename patches/openwrt/{0011-ipq40xx-fix-NBG6617-LED-mapping.patch => 0010-ipq40xx-fix-NBG6617-LED-mapping.patch} (100%) rename patches/openwrt/{0012-ramips-fix-leds-on-GL.iNet-GL-MT300N-V2.patch => 0011-ramips-fix-leds-on-GL.iNet-GL-MT300N-V2.patch} (100%) diff --git a/modules b/modules index 2413588d..87b1f179 100644 --- a/modules +++ b/modules @@ -2,7 +2,7 @@ GLUON_FEEDS='packages routing luci gluon' OPENWRT_REPO=https://git.openwrt.org/openwrt/openwrt.git OPENWRT_BRANCH=openwrt-18.06 -OPENWRT_COMMIT=9d07678d359e05866abf8a69972ad8ae41ff62d2 +OPENWRT_COMMIT=0d549271d397b963be4ca26406688bc5dccaf123 PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git PACKAGES_PACKAGES_BRANCH=openwrt-18.06 diff --git a/patches/openwrt/0008-ar71xx-fix-TP-Link-Archer-C7-v5-switch-LEDs.patch b/patches/openwrt/0008-ar71xx-fix-TP-Link-Archer-C7-v5-switch-LEDs.patch deleted file mode 100644 index 49821f77..00000000 --- a/patches/openwrt/0008-ar71xx-fix-TP-Link-Archer-C7-v5-switch-LEDs.patch +++ /dev/null @@ -1,34 +0,0 @@ -From: Rinki13 -Date: Thu, 27 Sep 2018 21:40:15 +0530 -Subject: ar71xx: fix TP-Link Archer C7 v5 switch LEDs - -Signed-off-by: Rinki13 - -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" diff --git a/patches/openwrt/0009-ipq40xx-add-support-for-the-ZyXEL-NBG6617.patch b/patches/openwrt/0008-ipq40xx-add-support-for-the-ZyXEL-NBG6617.patch similarity index 100% rename from patches/openwrt/0009-ipq40xx-add-support-for-the-ZyXEL-NBG6617.patch rename to patches/openwrt/0008-ipq40xx-add-support-for-the-ZyXEL-NBG6617.patch diff --git a/patches/openwrt/0010-build-add-mkrasimage.patch b/patches/openwrt/0009-build-add-mkrasimage.patch similarity index 100% rename from patches/openwrt/0010-build-add-mkrasimage.patch rename to patches/openwrt/0009-build-add-mkrasimage.patch diff --git a/patches/openwrt/0011-ipq40xx-fix-NBG6617-LED-mapping.patch b/patches/openwrt/0010-ipq40xx-fix-NBG6617-LED-mapping.patch similarity index 100% rename from patches/openwrt/0011-ipq40xx-fix-NBG6617-LED-mapping.patch rename to patches/openwrt/0010-ipq40xx-fix-NBG6617-LED-mapping.patch diff --git a/patches/openwrt/0012-ramips-fix-leds-on-GL.iNet-GL-MT300N-V2.patch b/patches/openwrt/0011-ramips-fix-leds-on-GL.iNet-GL-MT300N-V2.patch similarity index 100% rename from patches/openwrt/0012-ramips-fix-leds-on-GL.iNet-GL-MT300N-V2.patch rename to patches/openwrt/0011-ramips-fix-leds-on-GL.iNet-GL-MT300N-V2.patch