mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 09:45:24 +01:00
Various fixes + cleanup.
- Add parts.rst documentation for Linux kernel. - Completely fix problems caused by new bootstrap, update checksums for /usr. - Globalise populate_device_nodes. - Enable deblobbing.
This commit is contained in:
parent
d429c48d76
commit
04180f5672
48 changed files with 438 additions and 342 deletions
|
|
@ -1464,7 +1464,7 @@ CONFIG_NET_VENDOR_EXAR=y
|
|||
CONFIG_NET_VENDOR_HP=y
|
||||
# CONFIG_HP100 is not set
|
||||
CONFIG_NET_VENDOR_INTEL=y
|
||||
CONFIG_E100=y
|
||||
# CONFIG_E100 is not set
|
||||
CONFIG_E1000=y
|
||||
CONFIG_E1000E=y
|
||||
CONFIG_E1000E_HWTS=y
|
||||
|
|
@ -1548,7 +1548,7 @@ CONFIG_NET_VENDOR_SUN=y
|
|||
# CONFIG_CASSINI is not set
|
||||
# CONFIG_NIU is not set
|
||||
CONFIG_NET_VENDOR_SYNOPSYS=y
|
||||
CONFIG_NET_VENDOR_TEHUTI=y
|
||||
# CONFIG_NET_VENDOR_TEHUTI is not set
|
||||
# CONFIG_TEHUTI is not set
|
||||
CONFIG_NET_VENDOR_TI=y
|
||||
# CONFIG_TI_CPSW_ALE is not set
|
||||
|
|
@ -2705,7 +2705,7 @@ CONFIG_USB_SERIAL_AIRCABLE=y
|
|||
CONFIG_USB_SERIAL_ARK3116=y
|
||||
CONFIG_USB_SERIAL_BELKIN=y
|
||||
CONFIG_USB_SERIAL_CH341=y
|
||||
CONFIG_USB_SERIAL_WHITEHEAT=y
|
||||
# CONFIG_USB_SERIAL_WHITEHEAT is not set
|
||||
CONFIG_USB_SERIAL_DIGI_ACCELEPORT=y
|
||||
CONFIG_USB_SERIAL_CP210X=y
|
||||
CONFIG_USB_SERIAL_CYPRESS_M8=y
|
||||
|
|
@ -2714,21 +2714,21 @@ CONFIG_USB_SERIAL_FTDI_SIO=y
|
|||
CONFIG_USB_SERIAL_VISOR=y
|
||||
CONFIG_USB_SERIAL_IPAQ=y
|
||||
CONFIG_USB_SERIAL_IR=y
|
||||
CONFIG_USB_SERIAL_EDGEPORT=y
|
||||
CONFIG_USB_SERIAL_EDGEPORT_TI=y
|
||||
# CONFIG_USB_SERIAL_EDGEPORT is not set
|
||||
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
|
||||
CONFIG_USB_SERIAL_F81232=y
|
||||
CONFIG_USB_SERIAL_GARMIN=y
|
||||
CONFIG_USB_SERIAL_IPW=y
|
||||
CONFIG_USB_SERIAL_IUU=y
|
||||
CONFIG_USB_SERIAL_KEYSPAN_PDA=y
|
||||
CONFIG_USB_SERIAL_KEYSPAN=y
|
||||
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
|
||||
# CONFIG_USB_SERIAL_KEYSPAN is not set
|
||||
CONFIG_USB_SERIAL_KLSI=y
|
||||
CONFIG_USB_SERIAL_KOBIL_SCT=y
|
||||
CONFIG_USB_SERIAL_MCT_U232=y
|
||||
CONFIG_USB_SERIAL_METRO=y
|
||||
CONFIG_USB_SERIAL_MOS7720=y
|
||||
CONFIG_USB_SERIAL_MOS7840=y
|
||||
CONFIG_USB_SERIAL_MXUPORT=y
|
||||
# CONFIG_USB_SERIAL_MXUPORT is not set
|
||||
CONFIG_USB_SERIAL_NAVMAN=y
|
||||
CONFIG_USB_SERIAL_PL2303=y
|
||||
CONFIG_USB_SERIAL_OTI6858=y
|
||||
|
|
@ -2739,9 +2739,9 @@ CONFIG_USB_SERIAL_SAFE=y
|
|||
CONFIG_USB_SERIAL_SAFE_PADDED=y
|
||||
CONFIG_USB_SERIAL_SIERRAWIRELESS=y
|
||||
CONFIG_USB_SERIAL_SYMBOL=y
|
||||
CONFIG_USB_SERIAL_TI=y
|
||||
# CONFIG_USB_SERIAL_TI is not set
|
||||
CONFIG_USB_SERIAL_CYBERJACK=y
|
||||
CONFIG_USB_SERIAL_XIRCOM=y
|
||||
# CONFIG_USB_SERIAL_XIRCOM is not set
|
||||
CONFIG_USB_SERIAL_WWAN=y
|
||||
CONFIG_USB_SERIAL_OPTION=y
|
||||
CONFIG_USB_SERIAL_OMNINET=y
|
||||
|
|
@ -2775,7 +2775,7 @@ CONFIG_USB_SERIAL_QT2=y
|
|||
# CONFIG_USB_EHSET_TEST_FIXTURE is not set
|
||||
# CONFIG_USB_ISIGHTFW is not set
|
||||
# CONFIG_USB_YUREX is not set
|
||||
CONFIG_USB_EZUSB_FX2=y
|
||||
# CONFIG_USB_EZUSB_FX2 is not set
|
||||
# CONFIG_USB_HSIC_USB3503 is not set
|
||||
# CONFIG_USB_HSIC_USB4604 is not set
|
||||
# CONFIG_USB_LINK_LAYER_TEST is not set
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ src_prepare() {
|
|||
# Deblob the kernel
|
||||
chmod +x deblob-4.9 deblob-check
|
||||
# Don't use gawk, use sed
|
||||
AWK=dosentexist ./deblob-4.9
|
||||
AWK=dosentexist ./deblob-4.9
|
||||
|
||||
# Remove shipped files
|
||||
find . -name "*_shipped*" -delete
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
|||
|
||||
SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
Our older version of binutils dosen't play very nicely with binutils for a
|
||||
Our older version of binutils doesn't play very nicely with binutils for a
|
||||
couple of edgecase macros. It seems that ALTERNATIVE is one of these. As we
|
||||
know what your system will be (not Xen), we can manually evaluate and write
|
||||
out the ALTERNATIVEs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue