fix
This commit is contained in:
2
.github/workflows/dispatch.yml
vendored
2
.github/workflows/dispatch.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Trigger Compile
|
- name: Trigger Compile
|
||||||
run: |
|
run: |
|
||||||
if [ '${{ matrix.device }}' = 'r1s' ] || [ '${{ matrix.device }}' = 'x86' ]; then
|
if [ '${{ matrix.device }}' = 'r1s' ]; then
|
||||||
branch='18.06';
|
branch='18.06';
|
||||||
else
|
else
|
||||||
branch='master';
|
branch='master';
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ CONFIG_PACKAGE_luci-app-argon-config=y
|
|||||||
CONFIG_PACKAGE_luci-app-aria2=y
|
CONFIG_PACKAGE_luci-app-aria2=y
|
||||||
CONFIG_PACKAGE_luci-app-arpbind=y
|
CONFIG_PACKAGE_luci-app-arpbind=y
|
||||||
CONFIG_PACKAGE_luci-app-autoreboot=y
|
CONFIG_PACKAGE_luci-app-autoreboot=y
|
||||||
CONFIG_PACKAGE_luci-app-cifs=y
|
CONFIG_PACKAGE_luci-app-cifs-mount=y
|
||||||
CONFIG_PACKAGE_luci-app-ddns=y
|
CONFIG_PACKAGE_luci-app-ddns=y
|
||||||
CONFIG_PACKAGE_luci-app-diskman=y
|
CONFIG_PACKAGE_luci-app-diskman=y
|
||||||
CONFIG_PACKAGE_luci-app-filetransfer=y
|
CONFIG_PACKAGE_luci-app-filetransfer=y
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ sed -i '/skip\=/ a skip=`mount | grep -q /dev/$device; echo $?`' `find package/
|
|||||||
mkdir -p `find package/ -follow -type d -path '*/pdnsd-alt'`/patches
|
mkdir -p `find package/ -follow -type d -path '*/pdnsd-alt'`/patches
|
||||||
mv $GITHUB_WORKSPACE/patches/99-disallow-aaaa.patch `find package/ -follow -type d -path '*/pdnsd-alt'`/patches
|
mv $GITHUB_WORKSPACE/patches/99-disallow-aaaa.patch `find package/ -follow -type d -path '*/pdnsd-alt'`/patches
|
||||||
|
|
||||||
sed -i 's/5.0/1.0/' .ccache/ccache.conf
|
sed -i 's/5.0/1.0/' .ccache/ccache.conf || true
|
||||||
|
|
||||||
if [ $BRANCH == 'master' ]; then
|
if [ $BRANCH == 'master' ]; then
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user