Skip to content

Commit

Permalink
Update V82 Kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
breakings committed Mar 23, 2023
1 parent 1c7202a commit 12c891c
Show file tree
Hide file tree
Showing 89 changed files with 2,488 additions and 634 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/build-openwrt-huge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,14 @@ jobs:
DEBIAN_FRONTEND: noninteractive
run: |
docker rmi `docker images -q`
sudo rm -rf /etc/apt/sources.list.d/* /usr/share/dotnet /etc/mysql /etc/php /usr/local/lib/android /opt/ghc
sudo -E apt-get -y purge azure-cli ghc* zulu* hhvm llvm* firefox google* dotnet* powershell openjdk* adoptopenjdk* mysql* php* mongodb* dotnet* moby* snapd* || true
sudo -E apt-get -qq update
sudo -E apt-get -qq install $(curl -fsSL https://is.gd/depends_ubuntu_2204)
sudo -E apt-get -qq autoremove --purge
sudo -E apt-get -qq clean
sudo -E rm -rf /usr/share/dotnet /etc/mysql /etc/php /etc/apt/sources.list.d /usr/local/lib/android
sudo -E apt -y purge azure-cli* docker* ghc* zulu* llvm* firefox google* dotnet* powershell* openjdk* mysql* php* mongodb* dotnet* moby* snap*
[ -n "$AGENT_TOOLSDIRECTORY" ] && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo -E apt update
sudo -E apt -y install $(curl -fsSL https://is.gd/depends_ubuntu_2204)
sudo -E apt -y autoremove --purge
sudo -E systemctl daemon-reload
sudo -E apt clean
sudo timedatectl set-timezone "$TZ"
sudo mkdir -p /workdir
sudo chown $USER:$GROUPS /workdir
Expand Down Expand Up @@ -136,6 +138,9 @@ jobs:
make download -j8
find dl -size -1024c -exec ls -l {} \;
find dl -size -1024c -exec rm -f {} \;
rm -rf $GITHUB_WORKSPACE/.git
rm -rf $GITHUB_WORKSPACE/opt
df -Th
- name: Compile the firmware
id: compile
Expand Down
17 changes: 11 additions & 6 deletions .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,14 @@ jobs:
DEBIAN_FRONTEND: noninteractive
run: |
docker rmi `docker images -q`
sudo rm -rf /etc/apt/sources.list.d/* /usr/share/dotnet /etc/mysql /etc/php /usr/local/lib/android /opt/ghc
sudo -E apt-get -y purge azure-cli ghc* zulu* hhvm llvm* firefox google* dotnet* powershell openjdk* adoptopenjdk* mysql* php* mongodb* dotnet* moby* snapd* || true
sudo -E apt-get -qq update
sudo -E apt-get -qq install $(curl -fsSL https://is.gd/depends_ubuntu_2204)
sudo -E apt-get -qq autoremove --purge
sudo -E apt-get -qq clean
sudo -E rm -rf /usr/share/dotnet /etc/mysql /etc/php /etc/apt/sources.list.d /usr/local/lib/android
sudo -E apt -y purge azure-cli* docker* ghc* zulu* llvm* firefox google* dotnet* powershell* openjdk* mysql* php* mongodb* dotnet* moby* snap*
[ -n "$AGENT_TOOLSDIRECTORY" ] && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo -E apt update
sudo -E apt -y install $(curl -fsSL https://is.gd/depends_ubuntu_2204)
sudo -E apt -y autoremove --purge
sudo -E systemctl daemon-reload
sudo -E apt clean
sudo timedatectl set-timezone "$TZ"
sudo mkdir -p /workdir
sudo chown $USER:$GROUPS /workdir
Expand Down Expand Up @@ -134,6 +136,9 @@ jobs:
make download -j8
find dl -size -1024c -exec ls -l {} \;
find dl -size -1024c -exec rm -f {} \;
rm -rf $GITHUB_WORKSPACE/.git
rm -rf $GITHUB_WORKSPACE/opt
df -Th
- name: Compile the firmware
id: compile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/releases-big-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
PACKAGE_SOC: all
WHOAMI: breakings
KERNEL_REPO_URL: https://github.com/breakings/OpenWrt/tree/main/opt
KERNEL_VERSION_NAME: 5.15.87_6.1.5
#OPENWRT_VER: R21.12.1
KERNEL_VERSION_NAME: 5.15.100_6.1.18
OPENWRT_VER: R23.3.3
KERNEL_AUTO_LATEST: true
GZIP_IMGS: .gz
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/use-releases-file-to-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
PACKAGE_SOC: all
WHOAMI: breakings
KERNEL_REPO_URL: https://github.com/breakings/OpenWrt/tree/main/opt
KERNEL_VERSION_NAME: 5.15.87_6.1.5
#OPENWRT_VER: R21.12.1
KERNEL_VERSION_NAME: 5.15.100_6.1.18
OPENWRT_VER: R23.3.3
KERNEL_AUTO_LATEST: true
GZIP_IMGS: .gz
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
17 changes: 11 additions & 6 deletions .github/workflows/x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,14 @@ jobs:
DEBIAN_FRONTEND: noninteractive
run: |
docker rmi `docker images -q`
sudo rm -rf /etc/apt/sources.list.d/* /usr/share/dotnet /etc/mysql /etc/php /usr/local/lib/android /opt/ghc
sudo -E apt-get -y purge azure-cli ghc* zulu* hhvm llvm* firefox google* dotnet* powershell openjdk* adoptopenjdk* mysql* php* mongodb* dotnet* moby* snapd* || true
sudo -E apt-get -qq update
sudo -E apt-get -qq install $(curl -fsSL https://is.gd/depends_ubuntu_2204)
sudo -E apt-get -qq autoremove --purge
sudo -E apt-get -qq clean
sudo -E rm -rf /usr/share/dotnet /etc/mysql /etc/php /etc/apt/sources.list.d /usr/local/lib/android
sudo -E apt -y purge azure-cli* docker* ghc* zulu* llvm* firefox google* dotnet* powershell* openjdk* mysql* php* mongodb* dotnet* moby* snap*
[ -n "$AGENT_TOOLSDIRECTORY" ] && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo -E apt update
sudo -E apt -y install $(curl -fsSL https://is.gd/depends_ubuntu_2204)
sudo -E apt -y autoremove --purge
sudo -E systemctl daemon-reload
sudo -E apt clean
sudo timedatectl set-timezone "$TZ"
sudo mkdir -p /workdir
sudo chown $USER:$GROUPS /workdir
Expand Down Expand Up @@ -127,6 +129,9 @@ jobs:
make download -j8
find dl -size -1024c -exec ls -l {} \;
find dl -size -1024c -exec rm -f {} \;
rm -rf $GITHUB_WORKSPACE/.git
rm -rf $GITHUB_WORKSPACE/opt
df -Th
- name: Compile the firmware
id: compile
Expand Down
4 changes: 2 additions & 2 deletions ARMv8/lede-gcc11.config
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y
CONFIG_PACKAGE_dnsmasq_full_dnssec=y
CONFIG_PACKAGE_dnsmasq_full_auth=y
CONFIG_PACKAGE_dnsmasq_full_ipset=y
# CONFIG_PACKAGE_dnsmasq_full_nftset is not set
CONFIG_PACKAGE_dnsmasq_full_nftset=y
CONFIG_PACKAGE_dnsmasq_full_conntrack=y
# CONFIG_PACKAGE_dnsmasq_full_noid is not set
# CONFIG_PACKAGE_dnsmasq_full_broken_rtc is not set
Expand Down Expand Up @@ -7858,7 +7858,7 @@ CONFIG_PACKAGE_kmod=m
# CONFIG_PACKAGE_less is not set
CONFIG_PACKAGE_less-wide=y
CONFIG_PACKAGE_libjson-script=y
CONFIG_PACKAGE_libnetwork=y
# CONFIG_PACKAGE_libnetwork is not set
# CONFIG_PACKAGE_libucode is not set
# CONFIG_PACKAGE_libxml2-utils is not set
CONFIG_PACKAGE_lm-sensors=y
Expand Down
4 changes: 2 additions & 2 deletions ARMv8/lede-huge.config
Original file line number Diff line number Diff line change
Expand Up @@ -1571,7 +1571,7 @@ CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y
CONFIG_PACKAGE_dnsmasq_full_dnssec=y
CONFIG_PACKAGE_dnsmasq_full_auth=y
CONFIG_PACKAGE_dnsmasq_full_ipset=y
# CONFIG_PACKAGE_dnsmasq_full_nftset is not set
CONFIG_PACKAGE_dnsmasq_full_nftset=y
CONFIG_PACKAGE_dnsmasq_full_conntrack=y
# CONFIG_PACKAGE_dnsmasq_full_noid is not set
# CONFIG_PACKAGE_dnsmasq_full_broken_rtc is not set
Expand Down Expand Up @@ -8050,7 +8050,7 @@ CONFIG_PACKAGE_jshn=y
# CONFIG_PACKAGE_less is not set
CONFIG_PACKAGE_less-wide=y
CONFIG_PACKAGE_libjson-script=y
CONFIG_PACKAGE_libnetwork=y
# CONFIG_PACKAGE_libnetwork is not set
# CONFIG_PACKAGE_libucode is not set
# CONFIG_PACKAGE_libxml2-utils is not set
CONFIG_PACKAGE_lm-sensors=y
Expand Down
Loading

0 comments on commit 12c891c

Please sign in to comment.