diff options
Diffstat (limited to 'package/tinyhttpd/tinyhttpd.mk')
-rw-r--r-- | package/tinyhttpd/tinyhttpd.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tinyhttpd/tinyhttpd.mk b/package/tinyhttpd/tinyhttpd.mk index 9b06589d3..238330ec2 100644 --- a/package/tinyhttpd/tinyhttpd.mk +++ b/package/tinyhttpd/tinyhttpd.mk @@ -23,4 +23,4 @@ define TINYHTTPD_CLEAN_CMDS rm -f $(TARGET_DIR)/etc/init.d/S85tinyhttpd endef -$(eval $(call GENTARGETS)) +$(eval $(generic-package)) |