mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 20:56:33 +00:00
per bug 0000786, strip quotes
This commit is contained in:
parent
126a92177d
commit
eada0a459e
@ -12,7 +12,7 @@ choice
|
|||||||
prompt "Source package selection"
|
prompt "Source package selection"
|
||||||
depends on BR2_PACKAGE_MTD
|
depends on BR2_PACKAGE_MTD
|
||||||
default BR2_PACKAGE_MTD_ORIG
|
default BR2_PACKAGE_MTD_ORIG
|
||||||
|
|
||||||
|
|
||||||
config BR2_PACKAGE_MTD_ORIG
|
config BR2_PACKAGE_MTD_ORIG
|
||||||
bool "Default source"
|
bool "Default source"
|
||||||
|
@ -13,7 +13,8 @@ MTD_HOST_DIR := $(TOOL_BUILD_DIR)/mtd_snapshot
|
|||||||
MTD_DIR:=$(BUILD_DIR)/mtd_snapshot
|
MTD_DIR:=$(BUILD_DIR)/mtd_snapshot
|
||||||
MTD_UNZIP:=bzcat
|
MTD_UNZIP:=bzcat
|
||||||
else
|
else
|
||||||
MTD_SOURCE:=$(strip $(BR2_PACKAGE_MTD_ORIG_STRING))
|
MTD_SOURCE:=$(strip $(subst ",, $(BR2_PACKAGE_MTD_ORIG_STRING)))
|
||||||
|
#"
|
||||||
MTD_SITE:=http://ftp.debian.org/debian/pool/main/m/mtd
|
MTD_SITE:=http://ftp.debian.org/debian/pool/main/m/mtd
|
||||||
MTD_HOST_DIR := $(TOOL_BUILD_DIR)/mtd_orig
|
MTD_HOST_DIR := $(TOOL_BUILD_DIR)/mtd_orig
|
||||||
MTD_DIR:=$(BUILD_DIR)/mtd_orig
|
MTD_DIR:=$(BUILD_DIR)/mtd_orig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user