diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-09-08 21:08:22 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-09-08 21:08:22 +0200 |
commit | 6d2044d62f85b190d6279bf634efd00d55b28669 (patch) | |
tree | 5ee5d09ee8c2057bdbce0aa7606e85fe16b0fdc6 /target/linux/ramips | |
parent | ccd1335dcc40c2aacee4438bfdad7daedf161907 (diff) | |
download | upstream-6d2044d62f85b190d6279bf634efd00d55b28669.tar.gz upstream-6d2044d62f85b190d6279bf634efd00d55b28669.tar.bz2 upstream-6d2044d62f85b190d6279bf634efd00d55b28669.zip |
mt7620: disable image generation for Nexx WT3020 (4MB)
Image generation is currently failing on builbots due to the following
error:
WARNING: Image file openwrt-19.07-snapshot-r10495-db5164d3d0-ramips-mt7620-wt3020-4M-squashfs-factory.bin is too big
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ramips')
-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 0cfc49b1e8..dc1fa09fe0 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -730,7 +730,7 @@ define Device/wt3020-4M poray-header -B WT3020 -F 4M DEVICE_TITLE := Nexx WT3020 (4MB) endef -TARGET_DEVICES += wt3020-4M +#TARGET_DEVICES += wt3020-4M define Device/wt3020-8M DTS := WT3020-8M |