From 7b092e1e131637df66356ede77bb6ab82cbd1418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20F=C3=B6rster?= <steffen@chemnitz.freifunk.net> Date: Sat, 9 Feb 2019 23:31:58 +0100 Subject: [PATCH] ramips-mt7620: add support for ASUS RT-AC51U (#1642) --- targets/ramips-mt7620 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/targets/ramips-mt7620 b/targets/ramips-mt7620 index e0b151964..0c0793167 100644 --- a/targets/ramips-mt7620 +++ b/targets/ramips-mt7620 @@ -1,3 +1,9 @@ +# ASUS +if [ "$BROKEN" ]; then +device asus-rt-ac51u rt-ac51u # BROKEN: no 5GHz usable, LEDs not fully supported +factory +fi + # GL Innovations device gl-mt300a gl-mt300a -- GitLab