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