-1

I am updating my system with opkg. and I have this answer

opkg_conf_parse_file: /etc/opkg/base-feed.conf:1: Ignoring invalid line: `scr/gz base http://192.168.1.X/all'

I don't know why this. Someone can help me?

HaveNoDisplayName
  • 8,291
  • 106
  • 37
  • 47
DEDE
  • 1
  • 1

1 Answers1

2

You put: scr/gz base http://192.168.1.X/all'

It should be src/gz base http://192.168.1.X/all'

danf
  • 2,629
  • 21
  • 28