Skip to content

Commit 76d8ec3

Browse files
committed
revert to macoers.com/homeware/18 on armv7l 19.x
1 parent b7e437e commit 76d8ec3

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

decompressed/gui_file/etc/modgui_scripts/02_specific.sh

+18-6
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,28 @@ apply_right_opkg_repo() {
6060
"19."*)
6161
sed -i '/homeware\/18\/brcm63xx-tch/d' /etc/opkg.conf #remove old setted feeds
6262
sed -i '/Ansuel\/GUI_ipk\/kernel-4.1/d' /etc/opkg.conf #remove old setted feeds
63-
if ! grep -q "homeware/19/brcm6xxx-tch" $opkg_file; then
63+
sed -i '/repository\.macoers\.com\/homeware\/19\/brcm6xxx-tch/d' /etc/opkg.conf #remove broken 19 macoers feeds
64+
if ! grep -q "Ansuel/GUI_ipk/kernel-4.1" $opkg_file; then
6465
cat <<EOF >>$opkg_file
6566
arch all 100
6667
arch arm_cortex-a9 200
6768
arch arm_cortex-a9_neon 300
68-
src/gz chaos_calmer_base_macoers https://repository.macoers.com/homeware/19/brcm6xxx-tch/VANTW/base
69-
src/gz chaos_calmer_packages_macoers https://repository.macoers.com/homeware/19/brcm6xxx-tch/VANTW/packages
70-
src/gz chaos_calmer_luci_macoers https://repository.macoers.com/homeware/19/brcm6xxx-tch/VANTW/luci
71-
src/gz chaos_calmer_routing_macoers https://repository.macoers.com/homeware/19/brcm6xxx-tch/VANTW/routing
72-
src/gz chaos_calmer_telephony_macoers https://repository.macoers.com/homeware/19/brcm6xxx-tch/VANTW/telephony
69+
src/gz chaos_calmer_base https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/base
70+
src/gz chaos_calmer_packages https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/packages
71+
src/gz chaos_calmer_luci https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/luci
72+
src/gz chaos_calmer_routing https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/routing
73+
src/gz chaos_calmer_telephony https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/telephony
74+
src/gz chaos_calmer_core https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/target/packages
75+
EOF
76+
fi
77+
sed -i '/repository\/homeware\/18\/brcm63xx-tch/d' /etc/opkg.conf #remove old setted feeds
78+
if ! grep -q "homeware/18/brcm63xx-tch" $opkg_file; then
79+
cat <<EOF >>$opkg_file
80+
src/gz chaos_calmer_base_macoers https://repository.macoers.com/homeware/18/brcm63xx-tch/VANTW/base
81+
src/gz chaos_calmer_packages_macoers https://repository.macoers.com/homeware/18/brcm63xx-tch/VANTW/packages
82+
src/gz chaos_calmer_luci_macoers https://repository.macoers.com/homeware/18/brcm63xx-tch/VANTW/luci
83+
src/gz chaos_calmer_routing_macoers https://repository.macoers.com/homeware/18/brcm63xx-tch/VANTW/routing
84+
src/gz chaos_calmer_telephony_macoers https://repository.macoers.com/homeware/18/brcm63xx-tch/VANTW/telephony
7385
EOF
7486
fi
7587
;;

0 commit comments

Comments
 (0)