mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2025-12-10 07:44:41 +01:00
fix Makefile error
This commit is contained in:
parent
62ff19fc0b
commit
c12e15c710
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -43,7 +43,7 @@ define Package/cwmpd/install
|
|||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(CP) $(PKG_BUILD_DIR)/scripts/freecwmp.sh $(1)/usr/sbin/freecwmp
|
||||
$(INSTALL_DIR) $(1)/usr/share
|
||||
$(CP) $(PKG_BUILD_DIR)/scripts/defaults $(1)/usr/share/defaults
|
||||
$(CP) $(PKG_BUILD_DIR)/scripts/defaults $(1)/usr/share/freecwmp/defaults
|
||||
$(INSTALL_DIR) $(1)/usr/share/freecwmp/functions
|
||||
$(CP) $(PKG_BUILD_DIR)/scripts/functions/* $(1)/usr/share/freecwmp/functions/
|
||||
endef
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue