What | Removed | Added |
---|---|---|
Flags | needinfo?(bpetkov@suse.com) |
Do this: 1. copy kernel config into the build directory: $ cp /boot/config-4.4.180-102-default .config 2. update it $ yes "" | make oldconfig 3. Now build kernel: $ make -j9 binrpm-pkg Install resulting rpm. Lemme know if that doesn't work and I'll build one for ya. HTH and thx.