[OpenWrt-Devel] [PATCH] gemini: Drop switch kmod and swconfig
Linus Walleij
linus.walleij at linaro.org
Sun Jun 30 11:05:13 EDT 2019
The DIR-685 needs this module compiled in for safety
(it is facing the LAN ports) and it is now (as of
kernel v4.19) using the DSA switch architecture so
swconfig is not needed.
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
target/linux/gemini/image/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile
index ddc2fb9a138c..5901bbf0c9b2 100644
--- a/target/linux/gemini/image/Makefile
+++ b/target/linux/gemini/image/Makefile
@@ -142,7 +142,6 @@ define Device/dlink_dir-685
DEVICE_TITLE := D-Link DIR-685 Xtreme N Storage Router
DEVICE_DTS := gemini-dlink-dir-685
DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES) \
- kmod-switch-rtl8366rb swconfig \
kmod-rt2800-pci
IMAGES := factory.bin sysupgrade.bin
# Pad to 128k erase blocks with 160 bytes WRGG header
--
2.21.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list