summaryrefslogtreecommitdiff
path: root/libre/linux-libre/config.armv7h
AgeCommit message (Collapse)Author
2022-05-18updpkg: libre/linux-libre 5.17.8-1David P
Signed-off-by: David P <megver83@parabola.nu>
2022-05-17Revert "pcr: linux-libre: Add panel-sony-acx565akm"Denis 'GNUtoo' Carikli
This reverts commit fb2a4cae9a6d07a7fa69e6382f2ce11f6d6a8497.
2022-05-17pcr: linux-libre: Add panel-sony-acx565akmDenis 'GNUtoo' Carikli
This panel is present in the Nokia n900 smartphone. While this smartphone is not officially supported by Parabola (it has a nonfree bootloader on the device, and it also only has 256M of RAM so its use is limited), this still enable users to make its display work if they install Parabola on it. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-02-28updpkg: libre/linux-libre 5.11.2-1David P
Signed-off-by: David P <megver83@parabola.nu>
2020-10-03updpkg: libre/linux-libre 5.8.13-1David P
Signed-off-by: David P <megver83@parabola.nu>
2020-09-02updpkg: libre/linux-libre 5.8.5-1David P
Signed-off-by: David P <megver83@parabola.nu>
2020-08-27linux-libre{,-pck}: disable CONFIG_CRYPTO_AEGIS128_SIMD in config.armv7hDavid P
it broked the build Signed-off-by: David P <megver83@parabola.nu>
2020-08-23updpkg: libre/linux-libre 5.8.3-1David P
Signed-off-by: David P <megver83@parabola.nu>
2020-07-10updpkg: libre/linux-libre 5.7.8-1David P
Signed-off-by: David P <megver83@parabola.nu>
2020-07-03kernels: re-enable the b43 and b43-legacy driversDenis 'GNUtoo' Carikli
The b43 and b43-legacy drivers were removed because their corresponding upstream drivers loads a nonfree firmware. However linux-libre-firmware has a free firmware (ucode5.fw) that is used by both drivers. The b43 and b43-legacy driver are also typically enabled by Trisquel and Jason Self's linux-libre repository. Note that some kernel parameters like qos=0 might be necessary to make it work. This regression was introduced in linux-libre by the following commit: 32075365d upgpkg: libre/linux-libre 4.16.9_gnu-1 The drivers were added back by importing affected parts from the following upstream kernels and configurations: - config in linux-armv7 from Arch Linux ARM - config.i686 in linux from Arch Linux 32 - config from linux from Arch Linux Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-07-03kernels: re-enable the tg3 driverDenis 'GNUtoo' Carikli
The tg3 driver was removed because its upstream driver loads a nonfree firmware. However with linux-libre, the driver works fine without any nonfree firmware, at least on some computers like the HP NC6320. That driver is also typically enabled by Trisquel and Jason Self's linux-libre repository. This regression was introduced in linux-libre by the following commit: 32075365d upgpkg: libre/linux-libre 4.16.9_gnu-1 The following configuration: CONFIG_TIGON3=m CONFIG_TIGON3_HWMON=y is used in the following upstream kernels and configurations: - config in linux-armv7 from Arch Linux ARM - config.i686 in linux from Arch Linux 32 - config from linux from Arch Linux Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-06-29updpkg: libre/linux-libre 5.7.6-1David P
Signed-off-by: David P <megver83@parabola.nu>
2020-06-16updpkg: libre/linux-libre 5.7.2-1David P
Signed-off-by: David P <megver83@parabola.nu>
2020-04-19updpkg: libre/linux-libre 5.6.5-1David P
Signed-off-by: David P <megver83@parabola.nu>
2020-02-06updpkg: libre/linux-libre 5.5.1-1David P
Signed-off-by: David P <megver83@parabola.nu>
2020-01-17updpkg: libre/linux-libre 5.4.12-1David P
Signed-off-by: David P <megver83@parabola.nu>
2020-01-06updpkg: libre/linux-libre 5.4.8-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-12-06updpkg: libre/linux-libre 5.4.2-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-11-03updpkg: libre/linux-libre 5.3.8_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-10-19updpkg: libre/linux-libre 5.3.7_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-09-24upgpkg: libre/linux-libre 5.3.1_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-08-05upgpkg: libre/linux-libre 5.2.5_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-07-20upgpkg: libre/linux-libre 5.2.1_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-06-01upgpkg: libre/linux-libre 5.1.6_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-05-24revert 2c0e4d1e9bf9a8ec731ac35aabcbfd265ccb866eDavid P
this is the normal behaviour the kernels *must* have, because that means that configs have to be updated Signed-off-by: David P <megver83@parabola.nu>
2019-05-22kernels: linux-libre: configuration: make sure that no user input is requiredDenis 'GNUtoo' Carikli
Sometimes the defconfig and the source code are out of sync, this can result in issues like this one: | ==> Starting build()... | scripts/kconfig/conf --syncconfig Kconfig | * | * Restart config... | * | * | * General architecture-dependent options | * | OProfile system profiling (OPROFILE) [M/n/y/?] m | OProfile multiplexing support (EXPERIMENTAL) (OPROFILE_EVENT_MULTIPLEX) [N/y/?] n | Kprobes (KPROBES) [Y/n/?] y | Optimize very unlikely/likely branches (JUMP_LABEL) [Y/n/?] y | Static key selftest (STATIC_KEYS_SELFTEST) [N/y/?] n | Stack Protector buffer overflow detection (STACKPROTECTOR) [Y/n/?] (NEW) This makes sure that in such case, the default choice is used instead of asking the user about it. This feature has been requested by bill-auger as part of this bugreport: https://labs.parabola.nu/issues/2319 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-05-20upgpkg: libre/linux-libre 5.1.3_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-03-29upgpkg: libre/linux-libre 5.0.5_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-03-17upgpkg: libre/linux-libre 5.0.2_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-03-10upgpkg: libre/linux-libre 5.0_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-02-23upgpkg: libre/linux-libre 4.20.11_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-02-17upgpkg: libre/linux-libre 4.20.10_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-02-03upgpkg: libre/linux-libre 4.20.6_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-01-30upgpkg: libre/linux-libre 4.20_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2018-12-02libre/linux-libre/config.armv7h: CONFIG_LOCALVERSION_AUTO=yDavid P
Signed-off-by: David P <megver83@parabola.nu>
2018-12-01libre/linux-libre: add CONFIG_TI_PRUSS to config.armv7hDavid P
Signed-off-by: David P <megver83@parabola.nu>
2018-12-01upgpkg: libre/linux-libre 4.19.5_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2018-11-16upgpkg: libre/linux-libre 4.19.2_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2018-09-30upgpkg: libre/linux-libre 4.18.11_gnu-1David P
and add ppc64le support (currently ppc64le packages at [libre-testing]) Signed-off-by: David P <megver83@parabola.nu>
2018-09-20upgpkg: libre/linux-libre 4.18.9_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2018-09-16upgpkg: libre/linux-libre 4.18.7_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2018-09-08upgpkg: libre/linux-libre 4.18.6_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2018-08-23linux-libre/config.armv7h: Remove CONFIG_EXTRA_FIRMWAREDavid P
Signed-off-by: David P <megver83@parabola.nu>
2018-08-22upgpkg: libre/linux-libre 4.18.3_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2018-07-31upgpkg: libre/linux-libre 4.17.11_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2018-07-15upgpkg: libre/linux-libre 4.17.6_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2018-06-24linux-libre: use ↵David P
CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="linux-libre.fsfla.org" This was introduced in 4.17 by mistake Signed-off-by: David P <megver83@parabola.nu>
2018-06-23linux-libre: update config.armv7hDavid P
Signed-off-by: David P <megver83@parabola.nu>
2018-06-22upgpkg: libre/linux-libre 4.16.14_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2018-06-05upgpkg: linux-libre 4.16.14_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>