smartmontools: fix dependency declaration by f5f49e4

Fix the dependency declaration by removing the unnecessary/illegal
commas:

>  WARNING: Makefile 'package/feeds/packages/smartmontools/Makefile' has a dependency on 'smartd,', which does not exist
>  WARNING: Makefile 'package/feeds/packages/smartmontools/Makefile' has a dependency on 'nail,', which does not exist
>  tmp/.config-package.in:153368:warning: ignoring unsupported character ','
>  tmp/.config-package.in:153373:warning: ignoring unsupported character ','

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
Hannu Nyman 2020-01-06 12:39:45 +02:00
parent c74cf34a22
commit 004faf98f5
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ define Package/smartd-mail
$(call Package/smartmontools/Default)
TITLE+= Email notifications
PKGARCH=all
DEPENDS+= +smartd, +nail, +msmtp-mta
DEPENDS+= +smartd +nail +msmtp-mta
endef
define Package/smartd-mail/description