jwrdegoede / rtl8189ES_linux

78 stars 90 forks source link

Use kernel endian config #86

Closed CGarces closed 1 year ago

CGarces commented 1 year ago

Remove custom vendor files and use standard kernel code.

ping @giuliobenetti to test on buildroot ping @igorpecovnik to test on armbian

Maybe helps on other builds like openWRT.

Related with #83

giuliobenetti commented 1 year ago

Remove custom vendor files and use standard kernel code.

ping @giuliobenetti to test on buildroot ping @igorpecovnik to test on armbian

Maybe helps on other builds like openWRT.

Related with #83

Hi @CGarces,

I've tested this patch successfully on Buildroot with both LITTLE ENDIAN and BIG ENDIAN. So for me it's a: Reviewed-by: Giulio Benetti giulio.benetti@benettiengineering.com

igorpecovnik commented 1 year ago

@CGarces

Tested on Orangepi R1. Builds well, no impact on performance.