1

I'm trying to configure an ethernet interface on my phone to use VLAN. My idea is to compile the VLAN module from the kernel source and simply copy it to my phone.

For this, I need to load the 8021q module which is not installed on my device (Pixel 3 with Android 10). I already downloaded the Kernel Source, and executed make menuconfig. There I configured that the 8021q functionality should be compiled as a module. Yet, when I execute the build/build.sh script, I get an error message that the directory should be cleaned with make mrproper.

Can anybody help me to compile this module? It seems like a rather easy task, but somehow I cannot compile it. Thanks in advance!

MajorasKid
  • 733
  • 2
  • 5
  • 24
  • The idea, I guess, is to patch whatever source file that provides the default kernel configuration (usually named like *XXX_defconfig*, where *XXX* is a platform name). – 0andriy Aug 13 '20 at 21:19

0 Answers0