mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
Fixup device table location
This commit is contained in:
parent
318cae634d
commit
d93b209d35
@ -39,11 +39,6 @@ config BR2_TARGET_ROOTFS_JFFS2_SQUASH
|
||||
bool "Make all files be owned by root"
|
||||
depends on BR2_TARGET_ROOTFS_JFFS2
|
||||
|
||||
config BR2_TARGET_ROOTFS_JFFS2_DEVFILE
|
||||
string "Location of device table file"
|
||||
depends on BR2_TARGET_ROOTFS_JFFS2
|
||||
default "target/default/device_table.txt"
|
||||
|
||||
config BR2_TARGET_ROOTFS_JFFS2_OUTPUT
|
||||
string "Output File"
|
||||
depends on BR2_TARGET_ROOTFS_JFFS2
|
||||
|
@ -27,7 +27,7 @@ endif
|
||||
|
||||
JFFS2_DEVFILE = $(strip $(subst ",,$(BR2_TARGET_ROOTFS_JFFS2_DEVFILE)))
|
||||
ifneq ($(JFFS2_DEVFILE),)
|
||||
JFFS2_OPTS += -D $(JFFS2_DEVFILE)
|
||||
JFFS2_OPTS += -D $(TARGET_DEVICE_TABLE)
|
||||
endif
|
||||
|
||||
JFFS2_TARGET := $(subst ",,$(BR2_TARGET_ROOTFS_JFFS2_OUTPUT))
|
||||
@ -47,6 +47,7 @@ $(JFFS2_TARGET): mtd-host
|
||||
$(JFFS2_OPTS) \
|
||||
-d $(BUILD_DIR)/root \
|
||||
-o $(JFFS2_TARGET)
|
||||
-D $(TARGET_DEVICE_TABLE)
|
||||
@ls -l $(JFFS2_TARGET)
|
||||
|
||||
JFFS2_COPYTO := $(strip $(subst ",,$(BR2_TARGET_ROOTFS_JFFS2_COPYTO)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user