How to use :-
- Navigate to kernel source home folder ( Where you see folders like arch, blocks,certs )
cd /path/to/kernel/folder
- Clean the kernel sources
make mrproper
- Clone the repo
git clone git://github.com/kumarayush2104/au624tx_defconfig a;cp a/au624tx_defconfig .config
- Start the kernel build
make -j5
and install itsudo make install;sudo make modules_install
Devices
- Synaptics touchpad/Libinput, keyboard,mouse, Webcam (Input devices)
- iwlwifi, rt8169 (Network Drivers)
- i915 and nouveau (Display Drivers)
- USB, DVD and Realtek card reader Drivers
- Audio Drivers
File systems
ext4, ext3, f2fs, ntfs, fat, exfat, udf, iso, loop, mmc, lvm
Misc Devices
EFI stuffs, Accelerometer, Intel Mei, Thermal, Sensors, and all types of acpi stuffs required by this model
Compression
This kernel uses XZ compression
Edit the config nano .config
or run menuconfig make menuconfig
(I assume you are in kernel home directory)
STUFFS OTHER THAN MENTIONED ABOVE ARE DISABLED
TESTED ON GENTOO LINUX