Add linux kernel 2.6.16.62.

This commit is contained in:
fosslinux 2021-06-29 10:42:39 +10:00
parent 950f339272
commit 925ce198c1
11 changed files with 2005 additions and 0 deletions

View file

@ -0,0 +1,24 @@
SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
SPDX-License-Identifier: GPL-2.0-only
kconfig is bad, it uses gperf :(
--- Makefile 2021-07-20 13:51:59.750925575 +1000
+++ Makefile 2021-07-20 21:11:03.043389176 +1000
@@ -440,7 +440,6 @@
config %config: scripts_basic outputmakefile FORCE
$(Q)mkdir -p include/linux
- $(Q)$(MAKE) $(build)=scripts/kconfig $@
$(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease
else
@@ -453,6 +452,6 @@
$(Q)$(MAKE) $(build)=$(@)
-scripts_basic: include/linux/autoconf.h
+scripts_basic:
# Objects we will link into vmlinux / subdirs we need to visit
init-y := init/

View file

@ -0,0 +1,28 @@
SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
SPDX-License-Identifier: GPL-2.0-only
Regens flex/bison/kbd stuff.
--- scripts/kconfig/Makefile 2021-07-19 21:42:19.154935765 +1000
+++ scripts/kconfig/Makefile 2021-07-19 21:42:27.450004325 +1000
@@ -231,7 +231,7 @@
# The following requires flex/bison/gperf
# By default we use the _shipped versions, uncomment the following line if
# you are modifying the flex/bison src.
-# LKC_GENPARSER := 1
+LKC_GENPARSER := 1
ifdef LKC_GENPARSER
--- drivers/char/Makefile 2021-07-22 16:53:46.898671775 +1000
+++ drivers/char/Makefile 2021-07-22 16:53:52.823710936 +1000
@@ -111,7 +111,7 @@
# Uncomment if you're changing the keymap and have an appropriate
# loadkeys version for the map. By default, we'll use the shipped
# versions.
-# GENERATE_KEYMAP := 1
+GENERATE_KEYMAP := 1
ifdef GENERATE_KEYMAP