r1s-h5.patch 470 B

1234567891011
  1. --- a/target/linux/sunxi/image/cortexa53.mk
  2. +++ b/target/linux/sunxi/image/cortexa53.mk
  3. @@ -43,7 +43,7 @@ TARGET_DEVICES += friendlyarm_nanopi-neo2
  4. define Device/friendlyarm_nanopi-r1s-h5
  5. DEVICE_VENDOR := FriendlyARM
  6. DEVICE_MODEL := Nanopi R1S H5
  7. - DEVICE_PACKAGES := kmod-gpio-button-hotplug kmod-usb-net-rtl8152
  8. + DEVICE_PACKAGES := kmod-gpio-button-hotplug kmod-usb-net-rtl8152 kmod-rtl8189es
  9. SUPPORTED_DEVICES:=nanopi-r1s-h5
  10. $(Device/sun50i-h5)
  11. endef