|
@@ -37,10 +37,16 @@ define Build/boot-overlay
|
|
|
--space-fixup --force-compr=zlib --squash-uids \
|
|
--space-fixup --force-compr=zlib --squash-uids \
|
|
|
$(MKUBIFS_OPTS) -c 8124 \
|
|
$(MKUBIFS_OPTS) -c 8124 \
|
|
|
-o [email protected] -d [email protected]
|
|
-o [email protected] -d [email protected]
|
|
|
|
|
+
|
|
|
|
|
+ $(TAR) -C [email protected] -cf [email protected] .
|
|
|
endef
|
|
endef
|
|
|
|
|
|
|
|
define Build/bootfs.tar.gz
|
|
define Build/bootfs.tar.gz
|
|
|
- $(TAR) -C $(IMAGE_KERNEL).boot \
|
|
|
|
|
|
|
+ rm -rf [email protected]
|
|
|
|
|
+ mkdir -p [email protected]
|
|
|
|
|
+
|
|
|
|
|
+ $(TAR) -C [email protected] -xf $(IMAGE_KERNEL).boot.tar
|
|
|
|
|
+ $(TAR) -C [email protected] \
|
|
|
--numeric-owner --owner=0 --group=0 --transform "s,./,./boot/," \
|
|
--numeric-owner --owner=0 --group=0 --transform "s,./,./boot/," \
|
|
|
-czvf $@ .
|
|
-czvf $@ .
|
|
|
endef
|
|
endef
|