Skip to content

Commit

Permalink
mvebu: WD Cloud Mirror Gen2: Remove stty dependency
Browse files Browse the repository at this point in the history
The package coreutils-stty is not part of the OpenWrt main packages. A
board can not depend on it. Remove the dependency to fix a build problem
seen in the build bots.

Fixes: 8fb805a ("mvebu: Add support for WD Cloud Mirror Gen2")
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
hauke committed Jan 13, 2025
1 parent f65b533 commit 717f62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/mvebu/image/cortexa9.mk
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ define Device/wd_cloud-mirror-gen2
$(Device/NAND-128K)
DEVICE_VENDOR := Western Digital
DEVICE_MODEL := MyCloud Mirror Gen 2 (BWVZ/Grand Teton)
DEVICE_PACKAGES += -uboot-envtools coreutils-stty mkf2fs e2fsprogs \
DEVICE_PACKAGES += -uboot-envtools mkf2fs e2fsprogs \
partx-utils kmod-hwmon-drivetemp -ppp -kmod-nft-offload -dnsmasq \
-odhcpd-ipv6only
DEVICE_DTS := armada-385-wd_cloud-mirror-gen2
Expand Down

0 comments on commit 717f62d

Please sign in to comment.