          MODULE=linux
         VERSION=7.1.8
            BASE=$(echo $VERSION | cut -d. -f1,2)
          SOURCE=$MODULE-$BASE.tar.xz
if [ -n "$(echo $VERSION | cut -d. -f3)" ] ; then
         SOURCE2=patch-$VERSION.xz
fi
   SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v7.x/
   SOURCE_URL[1]=https://www.kernel.org/pub/linux/kernel/v7.x/
  SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v7.x/
  SOURCE2_URL[1]=https://www.kernel.org/pub/linux/kernel/v7.x/
      SOURCE_VFY=sha256:691f44797fbe790dc8a321604c927087526ad27b6d649925d60f8eed0a2564a0
     SOURCE2_VFY=sha256:5e309425a43b60962fca0629a870ddd287b91ae356dc625bf40df0b0c8c7a75c
        WEB_SITE=https://www.kernel.org/
         ENTERED=20111121
         UPDATED=20260809
           SHORT="The core of a Linux GNU Operating System"
TMPFS=off
KEEP_SOURCE=on

cat << EOF
This is the latest stable version the Linux kernel for Lunar Linux
distro.  Linux is a clone of the Unix kernel, written from scratch by
Linus Torvalds with assistance from a loosely-knit team of hackers
across the Net. It aims towards POSIX and Single UNIX Specification
compliance.  It has all the features you would expect in a modern
fully-fledged Unix kernel, including true multitasking, virtual memory,
shared libraries, demand loading, shared copy-on-write executables,
proper memory management, TCP/IP networking and control groups.
EOF
