diff options
Diffstat (limited to 'Kconfig.rttpkg')
| -rw-r--r-- | Kconfig.rttpkg | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Kconfig.rttpkg b/Kconfig.rttpkg index 4fa34158..12e3f2e0 100644 --- a/Kconfig.rttpkg +++ b/Kconfig.rttpkg @@ -516,12 +516,14 @@ if PKG_USING_CHERRYUSB choice prompt "Version" - default PKG_USING_CHERRYUSB_V010503 + default PKG_USING_CHERRYUSB_V010601 help Select the package version config PKG_USING_CHERRYUSB_LATEST_VERSION bool "latest" + config PKG_USING_CHERRYUSB_V010601 + bool "v1.6.1" config PKG_USING_CHERRYUSB_V010600 bool "v1.6.0" config PKG_USING_CHERRYUSB_V010503 @@ -543,6 +545,7 @@ if PKG_USING_CHERRYUSB config PKG_CHERRYUSB_VER string default "latest" if PKG_USING_CHERRYUSB_LATEST_VERSION + default "v1.6.1" if PKG_USING_CHERRYUSB_V010601 default "v1.6.0" if PKG_USING_CHERRYUSB_V010600 default "v1.5.3.99" if PKG_USING_CHERRYUSB_V010503 default "v1.5.2" if PKG_USING_CHERRYUSB_V010502 |
