瀏覽代碼

Update default-settings

kiddin9 4 年之前
父節點
當前提交
008ad8e2cb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      devices/common/default-settings

+ 1 - 1
devices/common/default-settings

@@ -19,7 +19,7 @@ uci commit dockerd
 sed -i '/profile.d/d' /lib/upgrade/keep.d/base-files
 
 sed -i 's/\(custom.*\)\/custom/\1/' /etc/opkg/distfeeds.conf
-sed -i 's?\(src/gz openwrt_core\)?#\1?' /etc/opkg/distfeeds.conf
+sed -i 's?\(src/gz openwrt_\(core\|telephony\)\)?#\1?' /etc/opkg/distfeeds.conf
 
 echo $(uci -q get uhttpd.main.index_page) | grep -q "cgi-bin/luci" ||
 	uci -q add_list uhttpd.main.index_page='cgi-bin/luci' && uci commit uhttpd