Skip to content

Commit

Permalink
fix erroneous inverted logic
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancYescO authored Jul 16, 2024
1 parent b79dd45 commit 2ebc4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decompressed/gui_file/etc/modgui_scripts/02_specific.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ EOF
elif [ "$cpu_type" = "mips" ]; then
case $marketing_version in
"16."* | "17."*)
if grep -q "chaos_calmer/15.05.1/brcm63xx" $opkg_file; then
if ! grep -q "chaos_calmer/15.05.1/brcm63xx" $opkg_file; then
sed -i '/FrancYescO\/789vacv2/d' /etc/opkg.conf #remove old setted feeds
cat <<EOF >>$opkg_file
src/gz chaos_calmer_base http://archive.openwrt.org/chaos_calmer/15.05.1/brcm63xx/generic/packages/base
Expand Down

0 comments on commit 2ebc4a4

Please sign in to comment.