diff --git a/extra-configs/soc_enablement.sh b/extra-configs/soc_enablement.sh index abf3630..e9cb2a1 100644 --- a/extra-configs/soc_enablement.sh +++ b/extra-configs/soc_enablement.sh @@ -4,7 +4,7 @@ ./scripts/config --file .config --enable ARCH_ROCKCHIP ./scripts/config --file .config --module PCIE_ROCKCHIP_HOST ./scripts/config --file .config --enable PCIE_ROCKCHIP_DW_HOST -./scripts/config --file .config --enable ROCKCHIP_PHY +./scripts/config --file .config --module ROCKCHIP_PHY ./scripts/config --file .config --enable SPI_ROCKCHIP ./scripts/config --file .config --module SPI_ROCKCHIP_SFC ./scripts/config --file .config --module ROCKCHIP_THERMAL diff --git a/kernel-lts-tfg.spec b/kernel-lts-tfg.spec index edfabb0..dede3ca 100644 --- a/kernel-lts-tfg.spec +++ b/kernel-lts-tfg.spec @@ -1,4 +1,4 @@ -%global rel_ver 0 +%global rel_ver 1 %global major_ver 6 %global minor_ver 1 %global patch_ver 59 diff --git a/kernel-next-tfg.spec b/kernel-next-tfg.spec index ec4db4c..e677185 100644 --- a/kernel-next-tfg.spec +++ b/kernel-next-tfg.spec @@ -1,4 +1,4 @@ -%global rel_ver 0 +%global rel_ver 1 %global major_ver 6 %global minor_ver 6 %global next_snapshot_date 20231020 diff --git a/kernel-rc-tfg.spec b/kernel-rc-tfg.spec index 568154a..995ca6a 100644 --- a/kernel-rc-tfg.spec +++ b/kernel-rc-tfg.spec @@ -1,4 +1,4 @@ -%global rel_ver 0 +%global rel_ver 1 %global major_ver 6 %global minor_ver 6 %global rc_ver 7 diff --git a/kernel-stable-tfg.spec b/kernel-stable-tfg.spec index 1681acc..5554fdc 100644 --- a/kernel-stable-tfg.spec +++ b/kernel-stable-tfg.spec @@ -1,4 +1,4 @@ -%global rel_ver 0 +%global rel_ver 1 %global major_ver 6 %global minor_ver 5 %global patch_ver 8 diff --git a/master.inc b/master.inc index 39a1828..1ebf4f8 100644 --- a/master.inc +++ b/master.inc @@ -102,10 +102,6 @@ cp -vr kernel-tfg/{configure-linux.sh,extra-configs} . rm -rf kernel-tfg/ ./configure-linux.sh -#%{make} savedefconfig -#cp defconfig arch/%{build_arch}/configs/defconfig -#%{make} defconfig - %build %{make} PYTHON=%{__python3} %{make_targets}