mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Add all changes for OpenWrt/LEDE source here
This commit is contained in:
parent
b68e966d63
commit
9414e5098b
8 changed files with 21403 additions and 4 deletions
8
sign.sh
Executable file
8
sign.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
key=${1:-key-build}
|
||||
|
||||
[ -d source/bin ] && [ -f "$key" ] && \
|
||||
find source/bin \
|
||||
\( -name '*.img.gz' -or -name 'Packages' \) \
|
||||
-exec source/staging_dir/host/bin/usign -S -m {} -s "$key" \;
|
Loading…
Add table
Add a link
Reference in a new issue