Sorry if this is an obvious question. Anyway I hope it will be easy to answer.
I have tested the built releases in a Pine A64+ and in a Pine A64 LTS and they worked perfectly with the default hardware for a headless server: Eth, basic screen in HDMI, Wifi, GPIO and battery.
But I need to connect a 3G-USB adapter that requires the USB_ETH module, which is not installed in the built releases, and therefore, I am trying to compile a release with this module, followting the instructions and scripts that Ayufan left. The problem is that following the instructions without modifying anything compiles fine, but if I modify the configuration file with a "make menuconfig" compilation fails. I think I am doing something wrong at this point.
Therefore, I have two questions:
Compiling from this repository will output the same version of kernel of the last built releases that are in the linux-build repository?. I guess that yes, but the titlle 'Kernel 3.10 from BSP' in the kernel section confuses me.
How can I add a module to the 'ready to use Kernel configration' that comes in the tree?. My first idea was to modify it manually, but the configuration file clearly states not do that.
Sorry if this is an obvious question. Anyway I hope it will be easy to answer. I have tested the built releases in a Pine A64+ and in a Pine A64 LTS and they worked perfectly with the default hardware for a headless server: Eth, basic screen in HDMI, Wifi, GPIO and battery. But I need to connect a 3G-USB adapter that requires the USB_ETH module, which is not installed in the built releases, and therefore, I am trying to compile a release with this module, followting the instructions and scripts that Ayufan left. The problem is that following the instructions without modifying anything compiles fine, but if I modify the configuration file with a "make menuconfig" compilation fails. I think I am doing something wrong at this point. Therefore, I have two questions:
Thank a lot for your work. Regards