|
@@ -250,7 +250,7 @@ define Image/mkfs/squashfs
|
|
"$(call mkfs_target_dir,$(1))" > [email protected]
|
|
"$(call mkfs_target_dir,$(1))" > [email protected]
|
|
echo "$(Image/mkfs/squashfs-common)" >> [email protected]
|
|
echo "$(Image/mkfs/squashfs-common)" >> [email protected]
|
|
chmod +x [email protected]
|
|
chmod +x [email protected]
|
|
- $(STAGING_DIR_HOST)/bin/fakeroot [email protected]
|
|
|
|
|
|
+ $(FAKEROOT) "[email protected]"
|
|
endef
|
|
endef
|
|
else
|
|
else
|
|
define Image/mkfs/squashfs
|
|
define Image/mkfs/squashfs
|