diff --git a/build-kernel.sh b/build-kernel.sh index 86c0dc0..307c940 100755 --- a/build-kernel.sh +++ b/build-kernel.sh @@ -58,6 +58,7 @@ depmod -a -b $INSTALLDIR $KR mkdir -p $INSTALLDIR/boot/overlays cp arch/arm64/boot/Image $INSTALLDIR/boot/kernel8.img cp arch/arm64/boot/dts/broadcom/bcm2710-rpi-3-b.dtb $INSTALLDIR/boot/ +cp arch/arm64/boot/dts/broadcom/bcm2710-rpi-3-b-plus.dtb $INSTALLDIR/boot/ cp arch/arm64/boot/dts/overlays/*.dtbo $INSTALLDIR/boot/overlays/ # Create tar file, all kernel files diff --git a/defconfigs/bcmrpi3_defconfig b/defconfigs/bcmrpi3_defconfig index 8c43923..570a828 100644 --- a/defconfigs/bcmrpi3_defconfig +++ b/defconfigs/bcmrpi3_defconfig @@ -482,6 +482,7 @@ CONFIG_USB_NET_SR9700=m CONFIG_USB_NET_SR9800=m CONFIG_USB_NET_SMSC75XX=m CONFIG_USB_NET_SMSC95XX=y +CONFIG_USB_LAN78XX=y CONFIG_USB_NET_GL620A=m CONFIG_USB_NET_NET1080=m CONFIG_USB_NET_PLUSB=m diff --git a/defconfigs/docker_rpi3_defconfig b/defconfigs/docker_rpi3_defconfig index 7bbde3b..3c82d69 100644 --- a/defconfigs/docker_rpi3_defconfig +++ b/defconfigs/docker_rpi3_defconfig @@ -491,6 +491,7 @@ CONFIG_USB_NET_SR9700=m CONFIG_USB_NET_SR9800=m CONFIG_USB_NET_SMSC75XX=m CONFIG_USB_NET_SMSC95XX=y +CONFIG_USB_LAN78XX=y CONFIG_USB_NET_GL620A=m CONFIG_USB_NET_NET1080=m CONFIG_USB_NET_PLUSB=m