diff options
author | Tad Davanzo <tad@spotco.us> | 2021-02-09 17:42:54 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-03-29 21:17:32 +0200 |
commit | 9ce0f2b90c2da573e258acb945822ba73b628d6b (patch) | |
tree | ec4b8ef7f19a14408c34e5766547b0cb1ee45069 /target/linux/mvebu | |
parent | 5a3b1e5b5765208990e45c852c0412f210d63594 (diff) | |
download | upstream-9ce0f2b90c2da573e258acb945822ba73b628d6b.tar.gz upstream-9ce0f2b90c2da573e258acb945822ba73b628d6b.tar.bz2 upstream-9ce0f2b90c2da573e258acb945822ba73b628d6b.zip |
mvebu: enable WRT1900AC v1 and WRT32X for buildbots
Kernel size limits have been dealt with.
Effective revert of a1eb2c46 and ac9730c4.
Signed-off-by: Tad Davanzo <tad@spotco.us>
(cherry picked from commit b4f76d9f0d61779b5e04228d1eb3f2ba412ffd26)
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r-- | target/linux/mvebu/image/cortexa9.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/mvebu/image/cortexa9.mk b/target/linux/mvebu/image/cortexa9.mk index 3937890116..c712ad6a33 100644 --- a/target/linux/mvebu/image/cortexa9.mk +++ b/target/linux/mvebu/image/cortexa9.mk @@ -123,7 +123,6 @@ define Device/linksys_wrt1900ac-v1 DEVICE_PACKAGES += mwlwifi-firmware-88w8864 KERNEL_SIZE := 4096k SUPPORTED_DEVICES += armada-xp-linksys-mamba linksys,mamba - DEFAULT := n endef TARGET_DEVICES += linksys_wrt1900ac-v1 @@ -163,7 +162,6 @@ define Device/linksys_wrt32x KERNEL_SIZE := 6144k KERNEL := kernel-bin | append-dtb SUPPORTED_DEVICES += armada-385-linksys-venom linksys,venom - DEFAULT := n endef TARGET_DEVICES += linksys_wrt32x |