per bug 0000786, strip quotes
This commit is contained in:
parent
126a92177d
commit
eada0a459e
@ -12,7 +12,7 @@ choice
|
||||
prompt "Source package selection"
|
||||
depends on BR2_PACKAGE_MTD
|
||||
default BR2_PACKAGE_MTD_ORIG
|
||||
|
||||
|
||||
|
||||
config BR2_PACKAGE_MTD_ORIG
|
||||
bool "Default source"
|
||||
|
@ -13,7 +13,8 @@ MTD_HOST_DIR := $(TOOL_BUILD_DIR)/mtd_snapshot
|
||||
MTD_DIR:=$(BUILD_DIR)/mtd_snapshot
|
||||
MTD_UNZIP:=bzcat
|
||||
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_HOST_DIR := $(TOOL_BUILD_DIR)/mtd_orig
|
||||
MTD_DIR:=$(BUILD_DIR)/mtd_orig
|
||||
|
Loading…
Reference in New Issue
Block a user