diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-07-26 18:51:56 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-07-26 18:58:22 +0200 |
commit | ac9730c49527609e29d87e5c8600ad7313c99c19 (patch) | |
tree | d8ea5fba0c6d0bac76c9de8dc4ab7ac93cf80b96 | |
parent | 6c57fb7aa93df862c2db201620089b2103d149aa (diff) | |
download | upstream-ac9730c49527609e29d87e5c8600ad7313c99c19.tar.gz upstream-ac9730c49527609e29d87e5c8600ad7313c99c19.tar.bz2 upstream-ac9730c49527609e29d87e5c8600ad7313c99c19.zip |
mvebu: disable WRT1900AC v1 and WRT32X images for now
The kernel appears to have grown too large, breaking the build for the
entire target.
Disable the affected images for now until the situation is dealt with.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r-- | target/linux/mvebu/image/cortexa9.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mvebu/image/cortexa9.mk b/target/linux/mvebu/image/cortexa9.mk index 5f32367431..989733df4a 100644 --- a/target/linux/mvebu/image/cortexa9.mk +++ b/target/linux/mvebu/image/cortexa9.mk @@ -109,7 +109,7 @@ define Device/linksys_wrt1900ac-v1 DEVICE_PACKAGES += mwlwifi-firmware-88w8864 KERNEL_SIZE := 3072k endef -TARGET_DEVICES += linksys_wrt1900ac-v1 +#TARGET_DEVICES += linksys_wrt1900ac-v1 define Device/linksys_wrt1900ac-v2 $(call Device/linksys) @@ -142,7 +142,7 @@ define Device/linksys_wrt32x KERNEL_SIZE := 3072k KERNEL := kernel-bin | append-dtb endef -TARGET_DEVICES += linksys_wrt32x +#TARGET_DEVICES += linksys_wrt32x define Device/marvell_a370-db $(Device/NAND-512K) |