mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
rpi-firmware: ignore user from tarball
flashimage built will fail because it cannot untar the users to a fat partition. Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -69,7 +69,7 @@ $(subst %,%_MD5,$(objects)) :
|
||||
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@cd / && tar axf $(DIR_DL)/$(DL_FILE)
|
||||
@cd / && tar axf $(DIR_DL)/$(DL_FILE) --no-same-owner
|
||||
cp -f $(DIR_SRC)/config/rpi-firmware/config.txt /boot
|
||||
ifeq "${BUILD_ARCH}" "armv6l"
|
||||
echo arm_64bit=0 >> /boot/config.txt
|
||||
|
||||
Reference in New Issue
Block a user