Skip to content

Commit

Permalink
mvebu: only disable WRT1900AC v1 and WRT32X for buildbots
Browse files Browse the repository at this point in the history
Use "DEFAULT := n" to only disable devices for buildbots, but
keep them available for manual build.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
  • Loading branch information
adschm committed Jul 27, 2020
1 parent ac9730c commit a1eb2c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions target/linux/mvebu/image/cortexa9.mk
Expand Up @@ -108,8 +108,9 @@ define Device/linksys_wrt1900ac-v1
DEVICE_DTS := armada-xp-linksys-mamba
DEVICE_PACKAGES += mwlwifi-firmware-88w8864
KERNEL_SIZE := 3072k
DEFAULT := n
endef
#TARGET_DEVICES += linksys_wrt1900ac-v1
TARGET_DEVICES += linksys_wrt1900ac-v1

define Device/linksys_wrt1900ac-v2
$(call Device/linksys)
Expand Down Expand Up @@ -141,8 +142,9 @@ define Device/linksys_wrt32x
DEVICE_PACKAGES += kmod-btmrvl kmod-mwifiex-sdio mwlwifi-firmware-88w8964
KERNEL_SIZE := 3072k
KERNEL := kernel-bin | append-dtb
DEFAULT := n
endef
#TARGET_DEVICES += linksys_wrt32x
TARGET_DEVICES += linksys_wrt32x

define Device/marvell_a370-db
$(Device/NAND-512K)
Expand Down

0 comments on commit a1eb2c4

Please sign in to comment.