diff --git a/scripts/patches.sh b/scripts/patches.sh index 6bd64f5..2e19f00 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -115,6 +115,4 @@ case $DEVICE in esac # ... -if [[ $DEVICE != 'r5s' ]]; then - sed -i 's/kmod-usb-net-rtl8152/kmod-usb-net-rtl8152-vendor/' target/linux/rockchip/image/armv8.mk target/linux/sunxi/image/cortexa53.mk target/linux/sunxi/image/cortexa7.mk -fi \ No newline at end of file +sed -i 's/kmod-usb-net-rtl8152/kmod-usb-net-rtl8152-vendor/' target/linux/rockchip/image/armv8.mk target/linux/sunxi/image/cortexa53.mk target/linux/sunxi/image/cortexa7.mk \ No newline at end of file