mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 18:19:53 +00:00
21 lines
588 B
Plaintext
21 lines
588 B
Plaintext
|
|
config server 'server'
|
|
option url 'https://sysupgrade.openwrt.org'
|
|
|
|
config client 'client'
|
|
option upgrade_packages '1'
|
|
option auto_search '0'
|
|
option advanced_mode '1'
|
|
|
|
# Example configuration for 'owut'. The option names are the same
|
|
# as those used on the command line, with all '-' dashes replaced by
|
|
# '_' underscores. Use 'owut --help' to see more.
|
|
|
|
config owut 'owut'
|
|
# option verbosity 0
|
|
# option keep true
|
|
# option init_script '/root/data/my-init-script.sh'
|
|
# option image '/tmp/my-firmware-img.bin'
|
|
# option rootfs_size 256
|
|
|