Enable option to compile with '--with-uploadscript' to allow running
script after successful uploads.
Signed-off-by: Sam Voss <sam.voss@rockwellcollins.com>
Acked-by: Bryce Ferguson <bryce.ferguson@rockwellcollins.com
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
his account. In addition, restrictions can also be placed on
the total size.
+config BR2_PACKAGE_PURE_FTPD_UPLOADSCRIPT
+ bool "uploadscript"
+ help
+ Enable pure-upload script. Automatically run an external program
+ after a successful upload.
+
endif
PURE_FTPD_CONF_OPTS += --with-quotas
endif
+ifeq ($(BR2_PACKAGE_PURE_FTPD_UPLOADSCRIPT),y)
+PURE_FTPD_CONF_OPTS += --with-uploadscript
+endif
+
$(eval $(autotools-package))