We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f73e3a commit f1f25d4Copy full SHA for f1f25d4
.github/workflows/openwrt_redmi_ax6.yml
@@ -13,7 +13,8 @@ on:
13
14
env:
15
DEVICE_NAME: redmi_ax6
16
- REPO_URL: https://github.com/coolsnowwolf/lede
+ REPO_URL: https://github.com/Boos4721/openwrt
17
+ #REPO_URL: https://github.com/coolsnowwolf/lede
18
REPO_BRANCH: master
19
FEEDS_CONF: feeds.conf.default
20
CONFIG_FILE: redmi_ax6.config
diy-part1.sh
@@ -10,7 +10,7 @@
10
# Description: OpenWrt DIY script part 1 (Before Update feeds)
11
#
12
-# echo 'src-git helloworld https://github.com/fw876/helloworld' >> feeds.conf.default
+echo 'src-git helloworld https://github.com/fw876/helloworld' >> feeds.conf.default
# Other customizations
mkdir package/custom
0 commit comments