X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=contrib%2Fpackage%2Ffreifunk-p2pblock%2FMakefile;h=0da9a32ffa881e49cc097810f12132f48fef0731;hp=918d6a95eae179ea7555ecc87b9ee45609945a6e;hb=9594eed525807ad8810ac30481b60a0cebd9a895;hpb=f242ed5aba13e432c16e29b606c2c9a899e5fad2 diff --git a/contrib/package/freifunk-p2pblock/Makefile b/contrib/package/freifunk-p2pblock/Makefile index 918d6a95e..0da9a32ff 100644 --- a/contrib/package/freifunk-p2pblock/Makefile +++ b/contrib/package/freifunk-p2pblock/Makefile @@ -40,7 +40,7 @@ define Package/freifunk-p2pblock/install $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/freifunk-p2pblock.init $(1)/etc/init.d/freifunk-p2pblock $(INSTALL_DIR) $(1)/etc/config - $(INSTALL_BIN) ./files/freifunk-p2pblock.config $(1)/etc/config/freifunk-p2pblock + $(INSTALL_DATA) ./files/freifunk-p2pblock.config $(1)/etc/config/freifunk_p2pblock endef $(eval $(call BuildPackage,freifunk-p2pblock))