From e4e7f249209c4782039877cf00d11a763b50336d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Fri, 29 Jan 2016 22:21:45 +0000 Subject: oseama: support creating single Seama entity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 SVN-Revision: 48552 --- package/utils/oseama/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/utils/oseama/src/Makefile') diff --git a/package/utils/oseama/src/Makefile b/package/utils/oseama/src/Makefile index be2e17d3ad..ca35e6ee99 100644 --- a/package/utils/oseama/src/Makefile +++ b/package/utils/oseama/src/Makefile @@ -1,7 +1,7 @@ all: oseama oseama: - $(CC) $(CFLAGS) -o $@ oseama.c -Wall + $(CC) $(CFLAGS) -Wall oseama.c md5.c -o $@ $^ clean: rm -f oseama -- cgit v1.2.3