diff --git a/modules b/modules
index d783d9e4d7f7d854781fcbb19887da3a346351d8..783113bee02cb92ebb199548ee81d2dc26560cd3 100644
--- a/modules
+++ b/modules
@@ -1,10 +1,10 @@
 GLUON_FEEDS='openwrt gluon routing luci'
 
 OPENWRT_REPO=git://git.openwrt.org/openwrt.git
-OPENWRT_COMMIT=3691a2518048cc8f1e5ba5952d506b87e2a0be6f
+OPENWRT_COMMIT=08ac77da771204772119aeecf6826a5da4a0a45f
 
 PACKAGES_OPENWRT_REPO=git://github.com/openwrt/packages.git
-PACKAGES_OPENWRT_COMMIT=20a7734215aa844d5e961ee846f7048b04361838
+PACKAGES_OPENWRT_COMMIT=4c4c2dbdae02b38eff4a6abd95cfd54f61702246
 PACKAGES_OPENWRT_BRANCH=for-15.05
 
 PACKAGES_GLUON_REPO=git://github.com/freifunk-gluon/packages.git
diff --git a/targets/ar71xx-generic/profiles.mk b/targets/ar71xx-generic/profiles.mk
index e22fe62cece21db4423ff4b3458e878554c147f8..7be12d57140e0e6a874ac3d5165399a13dd981ed 100644
--- a/targets/ar71xx-generic/profiles.mk
+++ b/targets/ar71xx-generic/profiles.mk
@@ -83,9 +83,9 @@ $(eval $(call GluonModel,TLWDR4300,tl-wdr4300-v1,tp-link-tl-wdr4300-v1))
 $(eval $(call GluonProfile,TLWA750))
 $(eval $(call GluonModel,TLWA750,tl-wa750re-v1,tp-link-tl-wa750re-v1))
 
-# TL-WA830RE v1.0, v2
+# TL-WA830RE v1, v2
 $(eval $(call GluonProfile,TLWA830))
-$(eval $(call GluonModel,TLWA830,tl-wa830re-v1,tp-link-tl-wa830re-v10))
+$(eval $(call GluonModel,TLWA830,tl-wa830re-v1,tp-link-tl-wa830re-v1))
 ifeq ($(BROKEN),1)
 $(eval $(call GluonModel,TLWA830,tl-wa830re-v2,tp-link-tl-wa830re-v2))
 endif