rcS: unpack and run extra services from the data mtd partition

This commit is contained in:
Jaroslav Kysela
2016-02-25 18:48:35 +01:00
parent 2a3e6b7add
commit 0825c29009
3 changed files with 30 additions and 5 deletions

View File

@@ -91,7 +91,7 @@ endef
define PACKAGE
-mkdir -p out/packages
tar cvj -C $(1) -f out/packages/$(2).tar.bz2 $(3)
tar cvz -C $(1) -f out/packages/$(2).tar.gz $(3)
endef
#