logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

remove-kconfig.patch (792B)


  1. SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
  2. SPDX-License-Identifier: GPL-2.0-only
  3. kconfig uses gperf, which we don't have at this stage. We manually generate
  4. everything (in the actual script) that is actually required within kconfig,
  5. and forgo everything that is not really required for the build.
  6. --- linux-4.14.336/Makefile 2021-07-30 21:25:43.577592065 +1000
  7. +++ linux-4.14.336/Makefile 2021-07-30 21:26:40.349015612 +1000
  8. @@ -547,10 +547,10 @@
  9. export KBUILD_DEFCONFIG KBUILD_KCONFIG
  10. config: scripts_basic outputmakefile FORCE
  11. - $(Q)$(MAKE) $(build)=scripts/kconfig $@
  12. + $(Q)true
  13. %config: scripts_basic outputmakefile FORCE
  14. - $(Q)$(MAKE) $(build)=scripts/kconfig $@
  15. + true
  16. else
  17. # ===========================================================================