diff --git a/modules b/modules
index e44f5244f59d248fb0f3ce4e6b410ab18214957a..28be58437005e42c956cb9d2abc87026d3be5d47 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=a02d9a7d9fc8d005b27351509f02d3970e21972e
+OPENWRT_COMMIT=6f74e269c86c7aaec44edb5de0e122bebf54c71f
 
 PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
 PACKAGES_PACKAGES_BRANCH=openwrt-18.06
diff --git a/patches/openwrt/0012-ath10k-ct-reduce-memory-consumption.patch b/patches/openwrt/0011-ath10k-ct-reduce-memory-consumption.patch
similarity index 100%
rename from patches/openwrt/0012-ath10k-ct-reduce-memory-consumption.patch
rename to patches/openwrt/0011-ath10k-ct-reduce-memory-consumption.patch
diff --git a/patches/openwrt/0011-ramips-fix-leds-on-GL.iNet-GL-MT300N-V2.patch b/patches/openwrt/0011-ramips-fix-leds-on-GL.iNet-GL-MT300N-V2.patch
deleted file mode 100644
index 89c2b60aec75fea07efbf2ed612647ffcfdd11d1..0000000000000000000000000000000000000000
--- a/patches/openwrt/0011-ramips-fix-leds-on-GL.iNet-GL-MT300N-V2.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From: Martin Weinelt <hexa@darmstadt.ccc.de>
-Date: Fri, 2 Nov 2018 20:52:01 +0100
-Subject: ramips: fix leds on GL.iNet GL-MT300N-V2
-
-The WAN LED now shows the link state. It's color is green,
-not blue.
-
-Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
-
-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 54504c6ee8bb45db0ffa371ec68c3a8fd7e4d673..6057275978591192e3b7799a8e6d97761c3e23a5 100755
---- a/target/linux/ramips/base-files/etc/board.d/01_leds
-+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
-@@ -210,6 +210,7 @@ gl-mt750)
- 	;;
- gl-mt300n-v2)
- 	set_wifi_led "$boardname:red:wlan"
-+	ucidef_set_led_switch "wan" "wan" "$boardname:green:wan" "switch0" "0x1"
- 	;;
- hc5661|\
- hc5661a)
-diff --git a/target/linux/ramips/dts/GL-MT300N-V2.dts b/target/linux/ramips/dts/GL-MT300N-V2.dts
-index e99d5578f05bbaf82917878b87eb973a8323198c..98c9a796330068b36df5946f4a428e1b324594f8 100644
---- a/target/linux/ramips/dts/GL-MT300N-V2.dts
-+++ b/target/linux/ramips/dts/GL-MT300N-V2.dts
-@@ -28,7 +28,7 @@
- 		};
- 
- 		wan {
--			label = "gl-mt300n-v2:blue:wan";
-+			label = "gl-mt300n-v2:green:wan";
- 			gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
- 		};
- 
diff --git a/patches/openwrt/0013-ar71xx-add-support-for-UniFi-AC-Mesh-Pro.patch b/patches/openwrt/0012-ar71xx-add-support-for-UniFi-AC-Mesh-Pro.patch
similarity index 100%
rename from patches/openwrt/0013-ar71xx-add-support-for-UniFi-AC-Mesh-Pro.patch
rename to patches/openwrt/0012-ar71xx-add-support-for-UniFi-AC-Mesh-Pro.patch