Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 2855ec91 authored by Robert Nelson's avatar Robert Nelson
Browse files
parent faa8bb2b
Branches
Tags
No related merge requests found
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 4.4.1 Kernel Configuration
# Linux/arm 4.4.2 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_ARM_HAS_SG_CHAIN=y
......@@ -3135,7 +3135,7 @@ CONFIG_SERIAL_RP2_NR_UARTS=32
# CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set
# CONFIG_SERIAL_ST_ASC is not set
# CONFIG_SERIAL_STM32 is not set
# CONFIG_TTY_PRINTK is not set
CONFIG_TTY_PRINTK=m
# CONFIG_PRINTER is not set
# CONFIG_PPDEV is not set
CONFIG_HVC_DRIVER=y
......
......@@ -335,13 +335,17 @@ debian_regs () {
#https://wiki.ubuntu.com/Releases
unset error_unknown_deb_distro
case "${deb_distro}" in
squeeze|wheezy|jessie|stretch|sid)
#6 squeeze: 2016-02-06 https://wiki.debian.org/DebianSqueeze
wheezy|jessie|stretch|sid)
#7 wheezy: https://wiki.debian.org/DebianWheezy
#8 jessie: https://wiki.debian.org/DebianJessie
#9 stretch: https://wiki.debian.org/DebianStretch
unset warn_eol_distro
;;
squeeze)
#6 squeeze: 2016-02-06 https://wiki.debian.org/DebianSqueeze
warn_eol_distro=1
stop_pkg_search=1
;;
xenial)
#16.04 trusty: (EOL: April 20xx) lts: xenial -> xyz
unset warn_eol_distro
......@@ -393,7 +397,7 @@ debian_regs () {
#Libs; starting with jessie/sid, lib<pkg_name>-dev:<arch>
case "${deb_distro}" in
squeeze|wheezy|precise)
wheezy|precise)
pkg="libncurses5-dev"
check_dpkg
;;
......@@ -407,7 +411,7 @@ debian_regs () {
if [ "x${deb_arch}" = "xamd64" ] ; then
unset dpkg_multiarch
case "${deb_distro}" in
squeeze|precise)
precise)
if [ "x${ignore_32bit}" = "xfalse" ] ; then
pkg="ia32-libs"
check_dpkg
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment