Skip to content

Commit

Permalink
linux-6.3-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwml committed Mar 31, 2023
1 parent 7492a7b commit d905b4d
Show file tree
Hide file tree
Showing 35 changed files with 59 additions and 450 deletions.
21 changes: 4 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,17 @@ bash <(curl -sS https://init2.cooluc.com/build.sh) stable
# linux-6.1
bash <(curl -sS https://init2.cooluc.com/build.sh) rc

# linux-6.2 - testing
KERNEL_TESTING=1 bash <(curl -sS https://init2.cooluc.com/build.sh) rc

# linux-6.3 - testing
KERNEL_TESTING=1 KERNEL_VER=6.3 bash <(curl -sS https://init2.cooluc.com/build.sh) rc
KERNEL_TESTING=1 bash <(curl -sS https://init2.cooluc.com/build.sh) rc
```

## nanopi-r5s/r5c openwrt-22.03
```shell
# linux-6.1
bash <(curl -sS https://init2.cooluc.com/build.sh) rc r5s

# linux-6.2 - testing
KERNEL_TESTING=1 bash <(curl -sS https://init2.cooluc.com/build.sh) rc r5s

# linux-6.3 - testing
KERNEL_TESTING=1 KERNEL_VER=6.3 bash <(curl -sS https://init2.cooluc.com/build.sh) rc r5s
KERNEL_TESTING=1 bash <(curl -sS https://init2.cooluc.com/build.sh) rc r5s
```

## x86_64 openwrt-21.02
Expand Down Expand Up @@ -79,23 +73,17 @@ bash <(curl -sS https://init2.cooluc.com/build.sh) rc x86
# linux-6.1
bash <(curl -sS https://raw.githubusercontent.com/你的用户名/r4s_build_script/master/openwrt/build.sh) rc

# linux-6.2 - testing
KERNEL_TESTING=1 bash <(curl -sS https://raw.githubusercontent.com/你的用户名/r4s_build_script/master/openwrt/build.sh) rc

# linux-6.3 - testing
KERNEL_TESTING=1 KERNEL_VER=6.3 bash <(curl -sS https://raw.githubusercontent.com/你的用户名/r4s_build_script/master/openwrt/build.sh) rc
KERNEL_TESTING=1 bash <(curl -sS https://raw.githubusercontent.com/你的用户名/r4s_build_script/master/openwrt/build.sh) rc
```

#### nanopi-r5s/r5c openwrt-22.03
```shell
# linux-6.1
bash <(curl -sS https://raw.githubusercontent.com/你的用户名/r4s_build_script/master/openwrt/build.sh) rc r5s

# linux-6.2 - testing
KERNEL_TESTING=1 bash <(curl -sS https://raw.githubusercontent.com/你的用户名/r4s_build_script/master/openwrt/build.sh) rc r5s

# linux-6.3 - testing
KERNEL_TESTING=1 KERNEL_VER=6.3 bash <(curl -sS https://raw.githubusercontent.com/你的用户名/r4s_build_script/master/openwrt/build.sh) rc r5s
KERNEL_TESTING=1 bash <(curl -sS https://raw.githubusercontent.com/你的用户名/r4s_build_script/master/openwrt/build.sh) rc r5s
```

-----------------
Expand Down Expand Up @@ -221,4 +209,3 @@ jobs:
artifacts: rom/*

```

1 change: 1 addition & 0 deletions build.sh
6 changes: 3 additions & 3 deletions openwrt/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ fi
# nanopi - openwrt 22.03 kernel version
if [ "$KERNEL_TESTING" = 1 ]; then
export KERNEL_TESTING=1
[ "$KERNEL_VER" = "6.3" ] && export KERNEL_VER=6.3 || export KERNEL_VER=6.2
[ "$KERNEL_VER" = "6.3" ] && export KERNEL_VER=6.3 || export KERNEL_VER=6.3
else
export KERNEL_TESTING=""
export KERNEL_VER=6.1
Expand Down Expand Up @@ -233,9 +233,8 @@ fi
# glibc
[ "$USE_GLIBC" = "y" ] && curl -s https://$mirror/openwrt/config-glibc >> .config

# linux-6.2
# testing kernel
[ "$KERNEL_TESTING" = 1 ] && echo CONFIG_TESTING_KERNEL=y >> .config
[ "$KERNEL_TESTING" = 1 ] && echo '# CONFIG_PACKAGE_kmod-pf-ring is not set' >> .config

# linux-6.3
# waiting for repair !!!
Expand All @@ -246,6 +245,7 @@ if [ "$KERNEL_VER" = "6.3" ]; then
# CONFIG_PACKAGE_kmod-dahdi-dummy is not set
# CONFIG_PACKAGE_kmod-dahdi-echocan-oslec is not set
# CONFIG_PACKAGE_kmod-dahdi-hfcs is not set
# CONFIG_PACKAGE_kmod-pf-ring is not set
EOF
fi

Expand Down

This file was deleted.

Loading

0 comments on commit d905b4d

Please sign in to comment.