Browse Source

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>
lilik-openwrt-22.03
Syrone Wong 10 years ago
parent
commit
65754827b1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mail/fdm/Makefile

+ 1
- 1
mail/fdm/Makefile 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


Loading…
Cancel
Save