diff options
author | Chuanhong Guo <gch981213@gmail.com> | 2020-04-04 15:20:46 +0800 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2020-04-04 15:25:36 +0800 |
commit | 838f1fbb50e91ebaf1d34f9666ae6b65eb49df5c (patch) | |
tree | d2d2b8ce6826a281ab5b9e4c5f0a5d2b57a0f715 | |
parent | a8d62a4eb1ce53beb901b212ce7e474eb70341ca (diff) | |
download | upstream-838f1fbb50e91ebaf1d34f9666ae6b65eb49df5c.tar.gz upstream-838f1fbb50e91ebaf1d34f9666ae6b65eb49df5c.tar.bz2 upstream-838f1fbb50e91ebaf1d34f9666ae6b65eb49df5c.zip |
ramips: mt7621: disable image for mikrotik_rbm11g
It's unknown which switch port is used on mikrotik_rbm11g.
Disable this image until someone with actual device fixes this problem.
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index a4484b408f..cdae42f3e4 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -497,6 +497,7 @@ TARGET_DEVICES += mikrotik_rb750gr3 define Device/mikrotik_rbm11g $(Device/MikroTik) DEVICE_MODEL := RouterBOARD M11G + DEFAULT := n # disabled due to unknown port assignment endef TARGET_DEVICES += mikrotik_rbm11g |