diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-07-20 23:40:20 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-07-20 23:40:20 +0200 |
commit | 4022035aafd3f68b9fa56069b5260f55cbf30e5e (patch) | |
tree | 28144b32fd19465d15c0c682385bfb32ca558f1f /target | |
parent | 299faa7ab79d054f5fab7c239d5b10e85ff3f7ec (diff) | |
download | upstream-4022035aafd3f68b9fa56069b5260f55cbf30e5e.tar.gz upstream-4022035aafd3f68b9fa56069b5260f55cbf30e5e.tar.bz2 upstream-4022035aafd3f68b9fa56069b5260f55cbf30e5e.zip |
mt7620: disable image generation for Netgear EX2700
Image generation is currently failing on builbots due to the following
error:
WARNING: Image file [...] mt7620-ex2700-squashfs-factory.bin is too big
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 8d35402561..0cfc49b1e8 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -287,7 +287,7 @@ define Device/ex2700 netgear-dni DEVICE_TITLE := Netgear EX2700 endef -TARGET_DEVICES += ex2700 +#TARGET_DEVICES += ex2700 define Device/ex3700-ex3800 NETGEAR_BOARD_ID := U12H319T00_NETGEAR |