.config

Steps

# Set up and apply patches
mkdir patches
# put the patch to patches/
quilt new patches/file.patch
quilt pop -a && quilt push -a
# put the config file
make menuconfig
make bindeb-pkg -j$(nproc) LOCALVERSION=-custom

Patches