Linux 6.7.6, WIZnet device,

This commit is contained in:
2024-02-25 01:27:07 +01:00
parent 9f8f9f8e19
commit 7f181958cd
5 changed files with 1551 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
# copied from Jan Alexander Steffens (heftig) <heftig@archlinux.org> # copied from Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgbase=linux-tom pkgbase=linux-tom
pkgver=6.7.5.arch1 pkgver=6.7.6.arch1
pkgrel=1 pkgrel=1
pkgdesc='Linux' pkgdesc='Linux'
url='https://github.com/archlinux/linux' url='https://github.com/archlinux/linux'

3
config
View File

@@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 6.7.4-arch1 Kernel Configuration # Linux/x86 6.7.6-arch1 Kernel Configuration
# #
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.1 20230801" CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.1 20230801"
CONFIG_CC_IS_GCC=y CONFIG_CC_IS_GCC=y
@@ -15,6 +15,7 @@ CONFIG_CC_CAN_LINK=y
CONFIG_CC_CAN_LINK_STATIC=y CONFIG_CC_CAN_LINK_STATIC=y
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND=y
CONFIG_TOOLS_SUPPORT_RELR=y CONFIG_TOOLS_SUPPORT_RELR=y
CONFIG_CC_HAS_ASM_INLINE=y CONFIG_CC_HAS_ASM_INLINE=y
CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:0e48b5f41b7feffd4f69c53a2305ef86787108cb1d7423ff4c8226adb93176cf oid sha256:6e0d6db9d418f7ceefcea06433ab6529ac1e214a6f53f6ed374c88e6dbdd9f3d
size 1275684 size 1362963

View File

@@ -14,7 +14,6 @@
\usepackage[a4paper,margin=25mm]{geometry} \usepackage[a4paper,margin=25mm]{geometry}
\usepackage[ngerman]{babel} %Verwendung von \glqq \qrgg{} \usepackage[ngerman]{babel} %Verwendung von \glqq \qrgg{}
\usepackage{hyperref} \usepackage{hyperref}
\setcounter{secnumdepth}{8}%numbering down to paragraphs, subparagraphs
%% \usepackage{ulem} %strike through with /sout{} %% \usepackage{ulem} %strike through with /sout{}
% you have to install texlive-plaingeneric first : % you have to install texlive-plaingeneric first :
\usepackage{ulem} \usepackage{ulem}
@@ -102,7 +101,22 @@
\newcommand\l@subsubsubsubparagraph{\@dottedtocline{8}{10em}{5em}} \newcommand\l@subsubsubsubparagraph{\@dottedtocline{8}{10em}{5em}}
\newcommand{\subsubsubsubparagraphmark}[1]{} \newcommand{\subsubsubsubparagraphmark}[1]{}
\def\toclevel@subsubsubsubparagraph{8} \def\toclevel@subsubsubsubparagraph{8}
\newcounter{subfiveparagraph}[subsubsubsubparagraph]
\renewcommand\thesubfiveparagraph{%
\thesubsubsubsubparagraph.\@arabic\c@subfiveparagraph}
\newcommand\subfiveparagraph{%
\@startsection {subfiveparagraph} % counter
{9} % level
{\z@ } % no indent
{3.25ex \@plus 1ex \@minus .2ex} % beforeskip
{-1em} % afterskip
{\normalfont\normalsize\bfseries}}
\newcommand\l@subfiveparagraph{\@dottedtocline{8}{10em}{5em}}
\newcommand{\subfiveparagraphmark}[1]{}
\def\toclevel@subfiveparagraph{9}
\makeatother \makeatother
\setcounter{secnumdepth}{9}% numbering down to paragraphs, subparagraphs
\begin{document} \begin{document}
%0.x %0.x

File diff suppressed because it is too large Load Diff