18 lines
684 B
Plaintext
18 lines
684 B
Plaintext
###############################################################################
|
|
# !!! NOTE !!!
|
|
###############################################################################
|
|
# opkg-commands added to this file will be executed by ATBUpdateTool.
|
|
###############################################################################
|
|
# opkg prefix will be added inside evaluating script
|
|
#
|
|
# opkg info ptu5-gitinstaller
|
|
# opkg info atbqt
|
|
opkg info atbupdatetool
|
|
opkg update
|
|
# opkg install ptu5-gitinstaller
|
|
opkg --verbosity=2 --force-reinstall install atbupdatetool
|
|
# opkg install atbqt
|
|
# opkg info ptu5-gitinstaller
|
|
# opkg info atbqt
|
|
opkg info atbupdatetool
|