Skip to content

Commit de0386c

Browse files
committed
openwrt
1 parent e6c3a4a commit de0386c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cus_scripts/Add_third_party_feeds.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ TIME() {
2525

2626
#===========================================================================================================
2727
# add a third-party feed:git clone feed-url package/third-party-feeds/每个feed须单独一个文件夹feed用户名-仓库名
28-
# git clone -b "$REPO_BRANCH" --single-branch "$REPO_URL" openwrt 主干分支时删除-b "$REPO_BRANCH" --single-branch
2928
# 为避免多个插件编译冲突,须删除openwrt相应源代码。
3029
# 编译工作区路径 .yml Download Package
3130
#tools/

cus_scripts/Device_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ TIME() {
2626
echo
2727
TIME r "cus_scripts/Device_config.sh开始载入路由器型号:asus_rt-ac42u"
2828
TIME r "注意:ac42u和acrh17通用一个固件,不要尝试编译acrh17会导致编译失败(.yml步骤Generate Configuration Error: Process completed with exit code 2.)或者编译出
29-
.itb格式固件,刷机异常麻烦"
29+
openwrt-ipq40xx-generic-8dev_habanero-dvk-initramfs-fit-uImage.itb"
3030
cat >> .config <<EOF
3131
#MODULES:
3232
CONFIG_TARGET_ipq40xx=y

0 commit comments

Comments
 (0)