File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1-
21menuconfig PKG_USING_HPATCHLITE
32 bool "hpatchlite-wrapper: A lightweight and user-friendly wrapper for the HPatchLite."
43 default n
4+ select RT_USING_HEAP
55
66if PKG_USING_HPATCHLITE
77
88 config PKG_HPATCHLITE_PATH
99 string
1010 default "/packages/tools/hpatchlite-wrapper"
1111
12+ menu "Decompressor Options"
13+
14+ config PKG_HPATCHLITE_DECOMPRESSER_TUZ
15+ bool "Enable tinyuz (tuz) decompressor support"
16+ default n # By default, enable the smallest decompressor
17+ help
18+ Select this to include support for the tinyuz (.tuz) compressed patch format.
19+ This is a lightweight decompressor, ideal for resource-constrained devices.
20+
21+ # You can add other decompressors here in the future
22+ # config PKG_HPATCHLITE_DECOMPRESSER_ZLIB
23+ # bool "Enable zlib decompressor support"
24+ # default n
25+
26+ endmenu
27+
1228 choice
1329 prompt "Version"
1430 default PKG_USING_HPATCHLITE_LATEST_VERSION
You can’t perform that action at this time.
0 commit comments