Commit d4ec644
rpi-config: Add RPI_CONFIG_STRIP to strip down config.txt
The size of the file config.txt is over 52k, and it may grows over the
versions of the firmware. Even the deprecated options are maintained.
This adds the variable RPI_CONFIG_STRIP to allow the strip down of the
file config.txt to the very bare minimal: it removes the leading white
spaces, the empty lines and the comments.
Signed-off-by: Gilles Doffe <[email protected]>
Signed-off-by: Gaël PORTAY <[email protected]>1 parent bf06560 commit d4ec644
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
338 | 340 | | |
339 | 341 | | |
340 | 342 | | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
341 | 351 | | |
342 | 352 | | |
343 | 353 | | |
344 | 354 | | |
| 355 | + | |
345 | 356 | | |
346 | 357 | | |
347 | 358 | | |
| |||
0 commit comments