Skip to content

Commit

Permalink
Fix and update for 6.6 kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Oct 31, 2023
1 parent de82a03 commit db49d82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 6.6/include/kernel-6.6
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
LINUX_VERSION-6.6 = -rc3
LINUX_KERNEL_HASH-6.6-rc3 = 0044724ea1991ff1592f5959ea113aa6a9fcd3ac415d5c48e65e592dae864f91
LINUX_VERSION-6.6 =
LINUX_KERNEL_HASH-6.6 = d926a06c63dd8ac7df3f86ee1ffc2ce2a3b81a2d168484e76b5b389aba8e56d0
9 changes: 7 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,11 @@ if [ "$OMR_KERNEL" = "5.4" ]; then
NOT_SUPPORTED="1"
exit 1
fi
if [ "$OMR_TARGET" = "rutx50" ]; then
echo "Sorry but kernel 5.4 is not supported on your arch yet"
NOT_SUPPORTED="1"
#exit 1
fi
fi
if [ "$OMR_KERNEL" = "5.15" ]; then
echo "Set to kernel 5.15 for rpi arch"
Expand Down Expand Up @@ -768,8 +773,8 @@ if [ "$OMR_KERNEL" = "6.6" ]; then
#rm -rf ${OMR_TARGET}/${OMR_KERNEL}/source/package/network/services/ppp
#rm -rf ${OMR_TARGET}/${OMR_KERNEL}/source/package/kernel/mac80211
#rm -rf ${OMR_TARGET}/${OMR_KERNEL}/source/package/kernel/ath10k-ct
rm -rf ${OMR_TARGET}/${OMR_KERNEL}/source/package/kernel/mt76
rm -rf ${OMR_TARGET}/${OMR_KERNEL}/source/package/kernel/rtl8812au-ct
rm -rf package/kernel/mt76
rm -rf package/kernel/rtl8812au-ct
# Remove not needed patches
rm -f package/kernel/mac80211/patches/build/200-Revert-wifi-iwlwifi-Use-generic-thermal_zone_get_tri.patch
rm -f package/kernel/mac80211/patches/build/210-revert-split-op.patch
Expand Down

0 comments on commit db49d82

Please sign in to comment.