This commit is contained in:
qosmio 2025-04-29 06:19:31 +00:00
parent db2dd9e25d
commit 6ea32e83da

View File

@ -56,16 +56,17 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: |- value: |-
### Attach the `.config` output: ### 5. Attach your `.config` output:
Run the following command and attach the output below Run the following command and attach the output below
```bash ```bash
grep -Pi 'NSS_(?!DRV)|^(?!#)CONFIG_TARGET_(SUBTARGET|PROFILE|qualcommax)|^(?!#)CONFIG_(PACKAGE_kmod-qca-)|MEM_PROFILE' .config grep -Pi 'NSS_(?!DRV)|^(?!#)CONFIG_TARGET_(SUBTARGET|PROFILE|qualcommax)|^(?!#)CONFIG_(PACKAGE_kmod-qca-)|MEM_PROFILE' .config
``` ```
- type: textarea - type: textarea
id: config_output id: config_output
attributes: attributes:
label: ".config output" label: ".config"
render: ini render: ini
validations: validations:
required: true required: true