This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
openwrt
Watch
1
Star
0
Fork
0
You've already forked openwrt
mirror of
https://github.com/openwrt/openwrt.git
synced
2025-01-16 09:50:26 +00:00
Code
Issues
Actions
4
Packages
Projects
Releases
Wiki
Activity
64da598c8f
openwrt
/
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 New Issue
Copy Permalink