diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-06-30 17:05:13 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2019-07-01 16:00:56 +0200 |
commit | b50aef8272634088ee3a330a674756eeec005b79 (patch) | |
tree | 500cf685380bb82a71a56c1a8db9362c05a3fb37 | |
parent | 17ae3eb9ff9dd96dc320dbe1b110e667b8b54c2a (diff) | |
download | upstream-b50aef8272634088ee3a330a674756eeec005b79.tar.gz upstream-b50aef8272634088ee3a330a674756eeec005b79.tar.bz2 upstream-b50aef8272634088ee3a330a674756eeec005b79.zip |
gemini: Drop switch kmod and swconfig
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@linaro.org>
-rw-r--r-- | target/linux/gemini/image/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile index ddc2fb9a13..5901bbf0c9 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 |