From b17f512895928ac5f595afc90de325f5ea76976f Mon Sep 17 00:00:00 2001
From: Bjoern Franke <bjo@nord-west.org>
Date: Mon, 24 Feb 2014 07:20:19 +0100
Subject: [PATCH] fix wrong call in fastdreg-Makefile

---
 fastdreg/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fastdreg/Makefile b/fastdreg/Makefile
index d695cdc..dd27b7d 100644
--- a/fastdreg/Makefile
+++ b/fastdreg/Makefile
@@ -33,4 +33,4 @@ define Package/ffol-fastdreg/install
 	$(CP) ./files/* $(1)/
 endef
 
-$(eval $(call BuildPackage,fastdreg))
+$(eval $(call BuildPackage,ffol-fastdreg))
-- 
GitLab