@@ -60,16 +60,28 @@ apply_right_opkg_repo() {
60
60
" 19." * )
61
61
sed -i ' /homeware\/18\/brcm63xx-tch/d' /etc/opkg.conf # remove old setted feeds
62
62
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
64
65
cat << EOF >>$opkg_file
65
66
arch all 100
66
67
arch arm_cortex-a9 200
67
68
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
73
85
EOF
74
86
fi
75
87
;;
0 commit comments