Skip to content

Commit

Permalink
archive 2023-04-06
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwml committed Apr 6, 2023
1 parent d905b4d commit 4b1b92e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion openwrt/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ fi
# waiting for repair !!!
if [ "$KERNEL_VER" = "6.3" ]; then
cat >> .config <<"EOF"
# CONFIG_PACKAGE_perf is not set
# CONFIG_PACKAGE_kmod-dahdi is not set
# CONFIG_PACKAGE_kmod-dahdi-dummy is not set
# CONFIG_PACKAGE_kmod-dahdi-echocan-oslec is not set
Expand Down
3 changes: 3 additions & 0 deletions openwrt/scripts/01-prepare_base-mainline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ curl -s https://$mirror/openwrt/patch/KBUILD_BUILD_TIMESTAMP.patch | patch -p1
git clone https://github.com/sbwml/target_linux_generic
mv target_linux_generic/target/linux/generic/* target/linux/generic/
sed -i '/CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE/d' target/linux/generic/config-6.1 target/linux/generic/config-6.3
if [ "$soc" = "rk3399" ] || [ "$soc" = "rk3568" ] || [ "$soc" = "r5s" ]; then
sed -i 's/rtc0/rtc1/g' target/linux/generic/config-6.1 target/linux/generic/config-6.3
fi
rm -rf target_linux_generic

# kernel modules
Expand Down
4 changes: 2 additions & 2 deletions tags/kernel-6.1
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
LINUX_VERSION-6.1 = .18
LINUX_KERNEL_HASH-6.1.18 = 842ac15eff0e6fb0c150fdf83f4f6aaf6b4c1239dcf8c14e2227620ec0ae141e
LINUX_VERSION-6.1 = .22
LINUX_KERNEL_HASH-6.1.22 = 2be89141cef74d0e5a55540d203eb8010dfddb3c82d617e66b058f20b19cfda8

0 comments on commit 4b1b92e

Please sign in to comment.