mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
per bug 0000786, strip quotes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user