This website requires JavaScript.
Explore
Help
Register
Sign in
KumiSystems
/
openwrtv4
Watch
1
Star
0
Fork
You've already forked openwrtv4
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
459a8afff1
openwrtv4
/
package
/
utils
/
oseama
/
src
/
Makefile
8 lines
90 B
Makefile
Raw
Normal View
History
Unescape
Escape
oseama: small util for reading Seama image format info It's similar to otrx, we need this tool for handling sysupgrade. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48533
2016-01-28 22:38:23 +00:00
all
:
oseama
oseama
:
oseama: support creating single Seama entity This will be needed to handle sysupgrade on NAND in a smart way. We'll need to extract kernel our of provided Seama container, put in in a new Seama entity and flash. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48552
2016-01-29 22:21:45 +00:00
$(
CC
)
$(
CFLAGS
)
-Wall oseama.c md5.c -o
$@
$^
oseama: small util for reading Seama image format info It's similar to otrx, we need this tool for handling sysupgrade. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48533
2016-01-28 22:38:23 +00:00
clean
:
rm -f oseama
Reference in a new issue
Copy permalink