Browse Source

ffho-debug: fix Makefile

Karsten Böddeker 7 years ago
parent
commit
234ce04ad0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      ffho/ffho-debug/Makefile

+ 0 - 2
ffho/ffho-debug/Makefile

@@ -34,8 +34,6 @@ endef
 define Package/ffho-debug/install
 	$(INSTALL_DIR) $(1)/bin/
 	$(INSTALL_BIN) ./files/bin/* $(1)/bin/
-	$(INSTALL_DIR) $(1)/usr/lib/micron.d/
-	$(INSTALL_DATA) ./files/usr/lib/micron.d/* $(1)/usr/lib/micron.d/
 endef
 
 $(eval $(call BuildPackage,ffho-debug))