From 35bde952e1ccdcc0ad1e6f4db2c6574094e1e12a Mon Sep 17 00:00:00 2001 From: David Bauer Date: Thu, 15 Aug 2019 15:35:40 +0200 Subject: [PATCH] ramips-mt7621: add missing broken flg for ASUS RT-AC57U --- targets/ramips-mt7621 | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621 index c52acc1f..a0bb17c1 100644 --- a/targets/ramips-mt7621 +++ b/targets/ramips-mt7621 @@ -2,6 +2,7 @@ device('asus-rt-ac57u', 'asus_rt-ac57u', { factory = false, + broken = (env.GLUON_WLAN_MESH ~= '11s'), })