From: Manuel Munz Date: Sun, 13 Nov 2011 13:48:48 +0000 (+0000) Subject: contrib/freifunk-gwcheck: Also copy files in root/ X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=20ac6bbd4b84e7869226c2cb35c26c7923e2f907;p=openwrt-luci.git contrib/freifunk-gwcheck: Also copy files in root/ --- diff --git a/contrib/package/freifunk-gwcheck/Makefile b/contrib/package/freifunk-gwcheck/Makefile index a0945e1d80..1563b0cb3e 100644 --- a/contrib/package/freifunk-gwcheck/Makefile +++ b/contrib/package/freifunk-gwcheck/Makefile @@ -34,6 +34,7 @@ endef define Package/freifunk-gwcheck/install $(CP) ./files/* $(1)/ + $(CP) ./root/* $(1)/ endef $(eval $(call BuildPackage,freifunk-gwcheck))