# Must have one or more source entries of the form: # # src # # and one or more destination entries of the form: # # dest # # where and are identifiers that # should match [a-zA-Z0-9._-]+, should be a # URL that points to a directory containing a Familiar # Packages file, and should be a directory # that exists on the target system. # Proxy Support #option http_proxy http://proxy.tld:3128 #option ftp_proxy http://proxy.tld:3128 #option proxy_username #option proxy_password # Enable GPGME signature # option check_signature 1 # Offline mode (for use in constructing flash images offline) #option offline_root target dest root / lists_dir ext /var/lib/opkg # We have whole /tmp in volatile tmpfs which is better than wear leveling NAND or uSD # But also bad for big upgrades where tmpfs eats whole memory, # device starts swapping (possibly using more NAND/uSD than temporary unpack) and then segfaults because of lack of space option tmp_dir /var/lib/opkg/tmp