Compare commits

...

35 Commits

Author SHA1 Message Date
1ed9e34af5
bump kernel-stable to 6.6.8-015 2023-12-25 18:45:43 +05:30
7103753f40
disable CONFIG_PWM_ROCKCHIP 2023-12-25 18:45:16 +05:30
a5fa8a46ec
bump kernel-stable to 6.6.8-014 2023-12-25 09:57:06 +05:30
4d2ee33f52
resync config with the custom fedora config generated from kernel-ark 2023-12-25 09:56:44 +05:30
5caec47e67
bump kernel-stable to 6.6.8-013 2023-12-25 07:54:50 +05:30
d9a5969298
set CONFIG_MMC_DW_PLTFM as built-in 2023-12-25 07:54:29 +05:30
be427c7a90
bump kernel-stable to 6.6.8-012 2023-12-24 23:14:04 +05:30
473c52e0c5
enable CONFIG_PHY_ROCKCHIP_EMMC as built-in 2023-12-24 23:13:22 +05:30
cae02218a3
bump kernel-stable to 6.6.8-011 2023-12-24 22:34:39 +05:30
c813a2b4bb
enable CONFIG_ROCKCHIP_IODOMAIN as built-in 2023-12-24 22:34:18 +05:30
02c86def1b
bump kernel-stable to 6.6.8-010 2023-12-24 20:43:52 +05:30
fa9dc9771a
enable CONFIG_MMC_DW and CONFIG_MMC_DW_ROCKCHIP as builtin, instead of LKM 2023-12-24 20:43:33 +05:30
2e940efd76
bump kernel-stable to 6.6.8-009 2023-12-24 17:51:01 +05:30
08c98b12b2
enable CONFIG_SPI_ROCKCHIP_SFC and CONFIG_MTD_NAND_ROCKCHIP 2023-12-24 17:50:39 +05:30
836429e8b6
bump kernel-stable to 6.6.8-008 2023-12-24 14:09:51 +05:30
5b82cf47b9
diable CONFIG_SPI_ROCKCHIP_SFC, enable CONFIG_MTD_NAND_ROCKCHIP 2023-12-24 14:08:50 +05:30
64b6c60b2c
bump kernel-stable to 6.6.8-007 2023-12-24 13:36:06 +05:30
1f1d04fec6
enable CONFIG_SPI_ROCKCHIP_SFC 2023-12-24 13:35:55 +05:30
53b1500bc2
update config-aarch64 with Rocky's CC 2023-12-24 13:30:07 +05:30
c0881367e2
gitignore 2023-12-24 13:24:30 +05:30
c1b9eaeacc
another clean start with Fedora's 6.6.7-200 config 2023-12-24 13:21:34 +05:30
2587bd2efe
bump kernel-stable to 6.6.8-006 2023-12-23 19:27:46 +05:30
988cbdf629
no oldconfig, instead do a olddefconfig 2023-12-23 19:27:14 +05:30
d43e03789c
bump kernel-stable to 6.6.8-005 2023-12-23 19:16:31 +05:30
b77345fafc
enable some more Rockchip configs 2023-12-23 19:16:08 +05:30
a277299cea
bump kernel-stable to 6.6.8-004 2023-12-23 10:06:14 +05:30
6998037c3f
re-enable CONFIG_ARCH_ROCKCHIP 2023-12-23 10:05:26 +05:30
d0fe74b7ce
remove all rockchip support 2023-12-23 09:28:14 +05:30
3f9f2a0b53
update CC and similar confs 2023-12-23 09:24:58 +05:30
a1be66d1e7
re-initialize config-aarch64 with 6.6.7-200.fc39.aarch64's config 2023-12-23 09:16:19 +05:30
f3eb688439
bump kernel-stable to 6.6.8-003 2023-12-22 17:51:00 +05:30
d560e72454
HOPEFULLY RK3588 FUCKING BOOTS 2023-12-22 17:49:57 +05:30
a70738e92a
"rebase" config-aarch64 with Rocky's "make olddefconfig" 2023-12-22 10:26:43 +05:30
8ac3bffcbc
bump kernel-stable to 6.6.8-002 2023-12-22 09:58:27 +05:30
1f82c48ecb
re-initialize config-aarch64 with 6.6.7-200.fc39.aarch64's config 2023-12-22 09:55:59 +05:30
4 changed files with 4040 additions and 2116 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
linux-*.tar*
linux-*/

File diff suppressed because it is too large Load Diff

View File

@ -599,14 +599,12 @@ pushd linux-%{KVERREL} > /dev/null
%ifarch x86_64 || aarch64
cp config-%{_target_cpu} .config
%{__make} ARCH=%{bldarch} oldconfig
%if %{signkernel} || %{signmodules}
cp %{SOURCE23} certs/
%endif
%if %{with_std}
%{make} %{?_smp_mflags} ARCH=%{bldarch} %{make_target}
%{make} %{?_smp_mflags} ARCH=%{bldarch} olddefconfig %{make_target}
%{make} %{?_smp_mflags} ARCH=%{bldarch} modules || exit 1

View File

@ -1,7 +1,7 @@
%global major_ver 6
%global minor_ver 6
%global patch_ver 1
%global release_v 0
%global patch_ver 8
%global release_v 015
Name: kernel-stable