1
0
Fork 0
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:
Ycarus 2018-01-23 15:56:13 +01:00
parent b68e966d63
commit 9414e5098b
8 changed files with 21403 additions and 4 deletions

8
sign.sh Executable file
View 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" \;