garypang13 4 gadi atpakaļ
vecāks
revīzija
5233437108
2 mainītis faili ar 1 papildinājumiem un 3 dzēšanām
  1. 1 2
      devices/common/.config
  2. 0 1
      devices/common/default-settings

+ 1 - 2
devices/common/.config

@@ -201,6 +201,5 @@ CONFIG_GRUB_BOOTOPTS="nomodeset"
 CONFIG_IMAGEOPT=y
 CONFIG_VERSIONOPT=y
 CONFIG_VERSION_CODE=""
-CONFIG_VERSION_REPO="https://github.com/kiddin9/OpenWrt_x86-r2s-r4"
-CONFIG_VERSION_HOME_URL="https://op.supes.top"
+CONFIG_VERSION_REPO="https://op.supes.top"
 CONFIG_VERSION_MANUFACTURER="Kiddin'"

+ 0 - 1
devices/common/default-settings

@@ -9,7 +9,6 @@ DISTRIB_ID=`echo -n $DISTRIB_ID | tr a-z A-Z`
 sed -i '/profile.d/d' /lib/upgrade/keep.d/base-files
 
 sed -i '/openwrt_custom/d' /etc/opkg/distfeeds.conf
-sed -i 's/downloads.openwrt.org/op.supes.top/g' /etc/opkg/distfeeds.conf
 
 echo $(uci get uhttpd.main.index_page) | grep -q "cgi-bin/luci" ||
 	uci -q add_list uhttpd.main.index_page='cgi-bin/luci' && uci commit uhttpd