diff options
Diffstat (limited to 'package/pptp-linux')
-rw-r--r-- | package/pptp-linux/pptp-linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pptp-linux/pptp-linux.mk b/package/pptp-linux/pptp-linux.mk index d4c5bc4ee..1e2c46042 100644 --- a/package/pptp-linux/pptp-linux.mk +++ b/package/pptp-linux/pptp-linux.mk @@ -26,4 +26,4 @@ define PPTP_LINUX_UNINSTALL_TARGET_CMDS rm -f $(TARGET_DIR)/usr/share/man/man8/pptp.8 endef -$(eval $(call GENTARGETS)) +$(eval $(generic-package)) |