fdm: add missing quote mark in Makefile

This commit will fix compile warning as below

tmp/.config-package.in:22096:warning: multi-line strings not supported

Signed-off-by: Shuoyao Wang <wong.syrone@gmail.com>
This commit is contained in:
Syrone Wong 2014-12-07 19:48:17 +08:00
parent 6abf491ff3
commit 65754827b1
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ define Build/Prepare
endef
define Package/fdm/config
source "$(SOURCE)/Config.in
source "$(SOURCE)/Config.in"
endef
define Package/fdm/conffiles