diff options
author | Luiz Angelo Daros de Luca <luizluca@gmail.com> | 2022-04-27 14:58:33 -0300 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-07-01 20:22:53 +0200 |
commit | 6e0f0eae5b48bddead035d9dd89b710c10c50337 (patch) | |
tree | ed4819af0d97f99317e798bf8ab41c780781c62d /target/linux/ath79/image | |
parent | b129923b572a4feca3a7d7cf231b88bbe685b40b (diff) | |
download | upstream-6e0f0eae5b48bddead035d9dd89b710c10c50337.tar.gz upstream-6e0f0eae5b48bddead035d9dd89b710c10c50337.tar.bz2 upstream-6e0f0eae5b48bddead035d9dd89b710c10c50337.zip |
ath79: use rtl8366s and rtl8366_smi as a module
rtl8366s is used only by dlink_dir-825-b1 and the netgear_wndr family
(wndr3700, wndr3700-v2, wndr3800ch, wndr3800.dts, wndrmac-v1,
wndrmac-v2).
Not tested in real hardware.
With rtl8366rb, rtl8366s, rtl8367 as modules, rtl8366_smi can also be a
loadable module. This change was tested with tl-wr2543-v1.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 4cc89a4b97..7442a0f68c 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -998,7 +998,7 @@ define Device/dlink_dir-825-b1 IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | \ check-size | append-metadata DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \ - kmod-leds-reset kmod-owl-loader + kmod-leds-reset kmod-owl-loader kmod-switch-rtl8366s SUPPORTED_DEVICES += dir-825-b1 endef TARGET_DEVICES += dlink_dir-825-b1 @@ -1709,7 +1709,7 @@ define Device/netgear_wndr3x00 $(Device/netgear_generic) SOC := ar7161 DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \ - kmod-leds-reset kmod-owl-loader + kmod-leds-reset kmod-owl-loader kmod-switch-rtl8366s endef define Device/netgear_wndr3700 |