mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
nwztools: small fixes
Make sure scripts use bash, make nwz database generator more deterministic Change-Id: I26812b697abe0406fb3c60d6eb231cb27edc81d5
This commit is contained in:
parent
d7770a1cdd
commit
3c3e133f99
6 changed files with 8 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
#!/bin/bash
|
||||
# usage: parse_all_nvp_headers /path/to/directory
|
||||
#
|
||||
# the expected structure is:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
#!/bin/bash
|
||||
# usage: parse_all_nvp_nodes /path/to/directory
|
||||
#
|
||||
# the expected structure is:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
# usage
|
||||
# parse_header.sh /path/to/icx_nvp.h
|
||||
# parse_header.sh /path/to/linux/source [file]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
# usage
|
||||
# parse_nodes.sh /path/to/icx_nvp_emmc.ko output_file
|
||||
# parse_nodes.sh /path/to/rootfs/dir output_file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue