We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79dd45 commit 2ebc4a4Copy full SHA for 2ebc4a4
decompressed/gui_file/etc/modgui_scripts/02_specific.sh
@@ -150,7 +150,7 @@ EOF
150
elif [ "$cpu_type" = "mips" ]; then
151
case $marketing_version in
152
"16."* | "17."*)
153
- if grep -q "chaos_calmer/15.05.1/brcm63xx" $opkg_file; then
+ if ! grep -q "chaos_calmer/15.05.1/brcm63xx" $opkg_file; then
154
sed -i '/FrancYescO\/789vacv2/d' /etc/opkg.conf #remove old setted feeds
155
cat <<EOF >>$opkg_file
156
src/gz chaos_calmer_base http://archive.openwrt.org/chaos_calmer/15.05.1/brcm63xx/generic/packages/base
0 commit comments