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:
parent
c74cf34a22
commit
004faf98f5
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ define Package/smartd-mail
|
||||||
$(call Package/smartmontools/Default)
|
$(call Package/smartmontools/Default)
|
||||||
TITLE+= Email notifications
|
TITLE+= Email notifications
|
||||||
PKGARCH=all
|
PKGARCH=all
|
||||||
DEPENDS+= +smartd, +nail, +msmtp-mta
|
DEPENDS+= +smartd +nail +msmtp-mta
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/smartd-mail/description
|
define Package/smartd-mail/description
|
||||||
|
|
Loading…
Reference in a new issue