Browse Source

Update default-settings

kiddin9 4 years ago
parent
commit
008ad8e2cb
1 changed files with 1 additions and 1 deletions
  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