openwrt/target/linux/bcm27xx
Josef Schlehofer 31ccc27f41 bcm27xx: bcm2711: add kmod-usb-net-lan78xx
Some vendors like Seeedstudio in their product [1] with Raspberry Pi
Compute Module 4 uses Microchip LAN7800 (USB 3.0 to Gigabit
Ethernet Bridge) - USB 3.0 extended from PCIe of CM4.

lsusb output:
```
Bus 002 Device 002: ID 0424:7800 Microchip LAN7800
```

Raspberry Pi 4 and even Compute Module 4 has many resources available
and for just one kernel module it is not necessary to add additional specific CM4 profiles.
Let's include it by default, so the both Ethernet ports will be usable
to have better user-experience. Because previous generation of Raspberry
Pi included LAN7800 Gigabit Ethernet by default and it is enabled there
[2] in kernel without additional kernel module, which was added recently [3].

After this commit in dmesg can be found this:

```
root@OpenWrt:~# dmesg | grep lan
[    7.038889] lan78xx 2-3:1.0 (unnamed net_device) (uninitialized): int urb period 64
[    7.090484] usbcore: registered new interface driver lan78xx
```

Tested and works with sysupgrade image.

[1] https://www.seeedstudio.com/Dual-GbE-Carrier-Board-with-4GB-RAM-32GB-eMMC-RPi-CM4-Case-p-5029.html
[2] 32c74552b2/target/linux/bcm27xx/bcm2709/config-5.4 (L437)
[3] 31647d8be8

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-03-19 16:13:58 +01:00
..
base-files treewide: remove execute bit and shebang from board.d files 2021-03-06 11:30:06 +01:00
bcm2708 Revert "bcm27xx: bcm27xx: update defconfig" 2022-02-24 20:45:12 +01:00
bcm2709 Revert "bcm27xx: bcm27xx: update defconfig" 2022-02-24 20:45:12 +01:00
bcm2710 bcm27xx: bcm2710: update defconfig 2022-02-28 21:52:01 +01:00
bcm2711 bcm27xx: bcm2711: update defconfig 2022-02-28 21:52:01 +01:00
image bcm27xx: bcm2711: add kmod-usb-net-lan78xx 2022-03-19 16:13:58 +01:00
modules bcm27xx: add AMP2 to HifiBerry DAC+ / DAC+ Pro package 2021-12-29 20:35:57 +01:00
patches-5.10 kernel: bump 5.10 to 5.10.104 2022-03-13 19:24:13 +01:00
Makefile bcm27xx: switch to kernel 5.10 2021-08-21 19:07:07 +02:00
modules.mk target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00