diff --git a/board/raspberrypi4/postscript.sh b/board/raspberrypi4/postscript.sh index 89f9d74e88..fcfe918e3b 100755 --- a/board/raspberrypi4/postscript.sh +++ b/board/raspberrypi4/postscript.sh @@ -9,7 +9,6 @@ cp ${BOARD_DIR}/cmdline.txt ${BOOT_DIR} cp ${BOARD_DIR}/initrd.gz ${BOOT_DIR} cp ${IMG_DIR}/zImage ${BOOT_DIR}/kernel.img cp ${IMG_DIR}/bcm2711-rpi-4-b.dtb ${BOOT_DIR} -cp ${RPI_FW_DIR}/bootcode.bin ${BOOT_DIR} cp ${RPI_FW_DIR}/start.elf ${BOOT_DIR} cp ${RPI_FW_DIR}/fixup.dat ${BOOT_DIR} diff --git a/package/motion/motion.mk b/package/motion/motion.mk index effd14924b..a17215b40a 100644 --- a/package/motion/motion.mk +++ b/package/motion/motion.mk @@ -14,7 +14,7 @@ MOTION_CONF_OPTS = --without-pgsql \ --without-sqlite3 \ --without-mysql \ --without-mariadb \ - --with-ffmpeg=$(STAGING_DIR)/usr/lib + --with-ffmpeg ifeq ($(BR2_PACKAGE_RPI_USERLAND),y) MOTION_DEPENDENCIES += rpi-userland