initial commit
imported from https://salsa.debian.org/kernel-team/linux.git commit 9d5cc9d9d6501d7f1dd7e194d4b245bd0b6c6a22 version 6.11.4-1
This commit is contained in:
7
debian/config/mipsel/config
vendored
Normal file
7
debian/config/mipsel/config
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
##
|
||||
## file: arch/mips/Kconfig
|
||||
##
|
||||
## choice: Endianness selection
|
||||
# CONFIG_CPU_BIG_ENDIAN is not set
|
||||
CONFIG_CPU_LITTLE_ENDIAN=y
|
||||
## end choice
|
60
debian/config/mipsel/defines.toml
vendored
Normal file
60
debian/config/mipsel/defines.toml
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
[[flavour]]
|
||||
name = '4kc-malta'
|
||||
[flavour.build]
|
||||
config = [
|
||||
'kernelarch-mips/config.malta',
|
||||
'kernelarch-mips/config.mips32r2',
|
||||
]
|
||||
[flavour.description]
|
||||
hardware = 'MIPS Malta'
|
||||
hardware_long = 'MIPS Malta boards'
|
||||
[flavour.packages]
|
||||
installer = true
|
||||
|
||||
[[flavour]]
|
||||
name = 'mips32r2el'
|
||||
[flavour.build]
|
||||
config = [
|
||||
'kernelarch-mips/config.boston',
|
||||
'kernelarch-mips/config.mips32r2',
|
||||
]
|
||||
[flavour.description]
|
||||
hardware = 'MIPS Generic (mips32r2el)'
|
||||
hardware_long = 'MIPS Generic platform (mips32r2el)'
|
||||
[flavour.packages]
|
||||
installer = true
|
||||
|
||||
[[flavour]]
|
||||
name = 'loongson-3'
|
||||
[flavour.build]
|
||||
config = [
|
||||
'kernelarch-mips/config.loongson-3',
|
||||
]
|
||||
[flavour.description]
|
||||
hardware = 'Loongson 3A/3B'
|
||||
hardware_long = 'Loongson 3A or 3B based systems (e.g. from Loongson or Lemote)'
|
||||
[flavour.packages]
|
||||
installer = true
|
||||
[flavour.relations.image]
|
||||
recommends = ['pmon-update']
|
||||
|
||||
[[flavour]]
|
||||
name = 'octeon'
|
||||
[flavour.build]
|
||||
config = [
|
||||
'kernelarch-mips/config.octeon',
|
||||
]
|
||||
kernel_file = 'vmlinux'
|
||||
kernel_stem = 'vmlinux'
|
||||
[flavour.description]
|
||||
hardware = 'Octeon'
|
||||
hardware_long = 'Cavium Networks Octeon'
|
||||
[flavour.packages]
|
||||
installer = true
|
||||
|
||||
[[featureset]]
|
||||
name = 'none'
|
||||
|
||||
[build]
|
||||
kernel_file = 'vmlinuz'
|
||||
kernel_stem = 'vmlinuz'
|
Reference in New Issue
Block a user