Skip to content

Commit f1f25d4

Browse files
committed
1 parent 6f73e3a commit f1f25d4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/openwrt_redmi_ax6.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ on:
1313

1414
env:
1515
DEVICE_NAME: redmi_ax6
16-
REPO_URL: https://github.com/coolsnowwolf/lede
16+
REPO_URL: https://github.com/Boos4721/openwrt
17+
#REPO_URL: https://github.com/coolsnowwolf/lede
1718
REPO_BRANCH: master
1819
FEEDS_CONF: feeds.conf.default
1920
CONFIG_FILE: redmi_ax6.config

diy-part1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Description: OpenWrt DIY script part 1 (Before Update feeds)
1111
#
1212

13-
# echo 'src-git helloworld https://github.com/fw876/helloworld' >> feeds.conf.default
13+
echo 'src-git helloworld https://github.com/fw876/helloworld' >> feeds.conf.default
1414

1515
# Other customizations
1616
mkdir package/custom

0 commit comments

Comments
 (0)