aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/oseama
Commit message (Collapse)AuthorAgeFilesLines
* oseama: support extracting entityRafał Miłecki2016-06-271-0/+134
| | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
* package: flag further target specific packages as nonsharedJo-Philipp Wich2016-06-211-0/+2
| | | | | | | | | | Add nonshared flag to package depending on specific targets or subtargets as there's no guarantee otherwise that they'll be available in the shared repo. [Edit: files modified in previous commit were removed from the list.] Signed-off-by: Jo-Philipp Wich <jo@mein.io> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* oseama: support creating single Seama entityRafał Miłecki2016-01-294-1/+527
| | | | | | | | | | 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48552 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oseama: small util for reading Seama image format infoRafał Miłecki2016-01-283-0/+287
It's similar to otrx, we need this tool for handling sysupgrade. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48533 3c298f89-4303-0410-b956-a3cf2f4a3e73