diff options
author | Luiz Angelo Daros de Luca <luizluca@gmail.com> | 2022-04-26 18:51:32 -0300 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-07-01 20:22:52 +0200 |
commit | 575ec7a4b1a085f243961ef13dd23f228a60e67e (patch) | |
tree | 3ef3685f56cc137d6ac777bfed8aa14f7acf1acd /target/linux/ath79/image/generic.mk | |
parent | 1b14e25d2e884fe4dce239f8bc6ac68ee702b4a8 (diff) | |
download | upstream-575ec7a4b1a085f243961ef13dd23f228a60e67e.tar.gz upstream-575ec7a4b1a085f243961ef13dd23f228a60e67e.tar.bz2 upstream-575ec7a4b1a085f243961ef13dd23f228a60e67e.zip |
ath79: use rtl8366rb as a module
It looks like rtl8366rb is used only by tplink_tl-wr1043nd-v1 and
buffalo_wzr-hp-g300nh-rb. There is no need to have it built-in as it
works as a loadable module.
Tested both failsafe and normal boot on tl-wr1043nd-v1.
buffalo_wzr-hp-g300nh-rb was not tested.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Diffstat (limited to 'target/linux/ath79/image/generic.mk')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 8d059f3679..4cc89a4b97 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -581,6 +581,7 @@ TARGET_DEVICES += buffalo_wzr-hp-g300nh-rb define Device/buffalo_wzr-hp-g300nh-s $(Device/buffalo_wzr-hp-g300nh) DEVICE_MODEL := WZR-HP-G300NH (RTL8366S switch) + DEVICE_PACKAGES += kmod-switch-rtl8366rb endef TARGET_DEVICES += buffalo_wzr-hp-g300nh-s |