mirror of
https://github.com/xopenwrt/X-OpenWrt-New.git
synced 2026-09-27 07:14:43 +00:00
Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6f3c5c47b | ||
|
|
ac970eefa5 | ||
|
|
ed93a4f947 |
@@ -216,9 +216,40 @@ jobs:
|
||||
rm package/feeds/packages/adguardhome -rf
|
||||
rm feeds/packages/net/adguardhome -rf
|
||||
ln -s ../../../package/other/AutoBuild-Packages/adguardhome package/feeds/packages/adguardhome
|
||||
make -j4 || make -j1 V=s
|
||||
# 2024.03.03 mosdns build fail by golang 1.22
|
||||
sed -i 's/CGO_ENABLED=0/CGO_ENABLED=1/g' feeds/packages/net/mosdns/Makefile
|
||||
make -j4 | tee ./build_log.log || make -j1 V=s
|
||||
[ "$?" == 0 ] && echo "Result=true" >> $GITHUB_ENV || echo "Result=false" >> $GITHUB_ENV
|
||||
|
||||
|
||||
|
||||
- name: Check Build Update
|
||||
run: |
|
||||
export NOW_DATA_VERSION=${{env.NOW_DATA_VERSION}}
|
||||
export GITHUB_WORKSPACE=$GITHUB_WORKSPACE
|
||||
bash $GITHUB_WORKSPACE/Scripts/AutoBuild_Upcheck.sh ${{env.Tempoary_FLAG}}
|
||||
|
||||
- name: Upload Package Version to Github Release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
if: env.Release=='true' && env.UPLOAD_RELEASES == 'true' && env.Result == 'true' && !cancelled()
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: ${{env.Tempoary_FLAG}}_build_pkg_ver.log
|
||||
file_glob: true
|
||||
tag: v${{ steps.date.outputs.date }}
|
||||
overwrite: true
|
||||
|
||||
- name: Upload Package Update to Github Release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
if: env.Release=='true' && env.UPLOAD_RELEASES == 'true' && env.Result == 'true' && !cancelled()
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: ${{env.Tempoary_FLAG}}_build_pkg_up.log
|
||||
file_glob: true
|
||||
tag: v${{ steps.date.outputs.date }}
|
||||
overwrite: true
|
||||
|
||||
|
||||
- name: Process Firmware
|
||||
if: env.Result == 'true' && !cancelled()
|
||||
run: |
|
||||
|
||||
@@ -213,9 +213,38 @@ jobs:
|
||||
rm package/feeds/packages/adguardhome -rf
|
||||
rm feeds/packages/net/adguardhome -rf
|
||||
ln -s ../../../package/other/AutoBuild-Packages/adguardhome package/feeds/packages/adguardhome
|
||||
make -j4 || make -j1 V=s
|
||||
# 2024.03.03 mosdns build fail by golang 1.22
|
||||
sed -i 's/CGO_ENABLED=0/CGO_ENABLED=1/g' feeds/packages/net/mosdns/Makefile
|
||||
make -j4 | tee ./build_log.log || make -j1 V=s
|
||||
[ "$?" == 0 ] && echo "Result=true" >> $GITHUB_ENV || echo "Result=false" >> $GITHUB_ENV
|
||||
|
||||
|
||||
- name: Check Build Update
|
||||
run: |
|
||||
export NOW_DATA_VERSION=${{env.NOW_DATA_VERSION}}
|
||||
export GITHUB_WORKSPACE=$GITHUB_WORKSPACE
|
||||
bash $GITHUB_WORKSPACE/Scripts/AutoBuild_Upcheck.sh ${{env.Tempoary_FLAG}}
|
||||
|
||||
- name: Upload Package Version to Github Release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
if: env.Release=='true' && env.UPLOAD_RELEASES == 'true' && env.Result == 'true' && !cancelled()
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: ${{env.Tempoary_FLAG}}_build_pkg_ver.log
|
||||
file_glob: true
|
||||
tag: v${{ steps.date.outputs.date }}
|
||||
overwrite: true
|
||||
|
||||
- name: Upload Package Update to Github Release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
if: env.Release=='true' && env.UPLOAD_RELEASES == 'true' && env.Result == 'true' && !cancelled()
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: ${{env.Tempoary_FLAG}}_build_pkg_up.log
|
||||
file_glob: true
|
||||
tag: v${{ steps.date.outputs.date }}
|
||||
overwrite: true
|
||||
|
||||
- name: Process Firmware
|
||||
if: env.Result == 'true' && !cancelled()
|
||||
run: |
|
||||
|
||||
@@ -211,6 +211,8 @@ jobs:
|
||||
rm feeds/packages/net/adguardhome -rf
|
||||
ln -s ../../../package/other/AutoBuild-Packages/adguardhome package/feeds/packages/adguardhome
|
||||
make -j4 | tee ./build_log.log || make -j1 V=s
|
||||
# 2024.03.03 mosdns build fail by golang 1.22
|
||||
sed -i 's/CGO_ENABLED=0/CGO_ENABLED=1/g' feeds/packages/net/mosdns/Makefile
|
||||
[ "$?" == 0 ] && echo "Result=true" >> $GITHUB_ENV || echo "Result=false" >> $GITHUB_ENV
|
||||
|
||||
- name: Check Build Update
|
||||
|
||||
@@ -27,6 +27,7 @@ CONFIG_PACKAGE_iwlwifi-firmware-iwl7265d=y
|
||||
# Intel 3168 Adapter
|
||||
CONFIG_PACKAGE_iwlwifi-firmware-iwl3168=y
|
||||
CONFIG_PACKAGE_kmod-iwlwifi=y
|
||||
CONFIG_PACKAGE_kmod-fs-efivarfs=y
|
||||
CONFIG_PACKAGE_hostapd=y
|
||||
CONFIG_PACKAGE_hostapd-common=y
|
||||
CONFIG_PACKAGE_wpa-supplicant=y
|
||||
|
||||
+9
-1
@@ -25,8 +25,16 @@ CONFIG_PACKAGE_adguardhome=y
|
||||
# Dnsmasq 及IPV6,AutoUpdate
|
||||
CONFIG_PACKAGE_dnsmasq-full=y
|
||||
CONFIG_PACKAGE_dnsmasq_full_dhcp=y
|
||||
CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y
|
||||
CONFIG_PACKAGE_luci-app-autoupdate=y
|
||||
# IPv6 支持
|
||||
CONFIG_IPV6=y
|
||||
CONFIG_KERNEL_IPV6=y
|
||||
CONFIG_PACKAGE_ipv6helper=y
|
||||
CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y
|
||||
CONFIG_PACKAGE_6in4=y
|
||||
CONFIG_PACKAGE_6rd=y
|
||||
CONFIG_PACKAGE_6to4=y
|
||||
|
||||
# Netdata
|
||||
CONFIG_PACKAGE_luci-app-netdata=y
|
||||
# Diskman
|
||||
|
||||
Reference in New Issue
Block a user