Skip to content

Commit

Permalink
fix ubus_call_umdns()=ubus.c@1385
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexijiaoben authored Jun 15, 2024
1 parent 63d147d commit ee22752
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions diy-part1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ git clone -b master --depth 1 https://github.com/UnblockNeteaseMusic/luci-app-un
git clone --depth 1 https://github.com/ilxp/luci-app-ikoolproxy.git package/app/luci-app-ikoolproxy

./scripts/feeds update -a

# fix : ubus_call_umdns()=ubus.c@1385
rm package/network/services/umdns/files/umdns.init
rm package/network/services/umdns/files/umdns.json
wget -P package/network/services/umdns/files https://raw.githubusercontent.com/openwrt/openwrt/main/package/network/services/umdns/files/umdns.init
wget -P package/network/services/umdns/files https://raw.githubusercontent.com/openwrt/openwrt/main/package/network/services/umdns/files/umdns.json

./scripts/feeds install -a

# 主题
Expand Down

0 comments on commit ee22752

Please sign in to comment.