[openwrt/openwrt] mvebu: WD Cloud Mirror Gen2: Remove stty dependency
LEDE Commits
lede-commits at lists.infradead.org
Mon Jan 13 14:58:58 PST 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/717f62d256ccb52549a24c256615b28440ed1a86
commit 717f62d256ccb52549a24c256615b28440ed1a86
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Jan 13 23:56:09 2025 +0100
mvebu: WD Cloud Mirror Gen2: Remove stty dependency
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: 8fb805aa1f25 ("mvebu: Add support for WD Cloud Mirror Gen2")
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/mvebu/image/cortexa9.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/mvebu/image/cortexa9.mk b/target/linux/mvebu/image/cortexa9.mk
index d572264866..b5f89aec20 100644
--- a/target/linux/mvebu/image/cortexa9.mk
+++ b/target/linux/mvebu/image/cortexa9.mk
@@ -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
More information about the lede-commits
mailing list