mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
remove capitalization
This commit is contained in:
parent
99ac1c3c41
commit
fc2d33ec4d
4 changed files with 5 additions and 5 deletions
|
|
@ -35,9 +35,9 @@ define Package/onboardingd/install
|
|||
$(INSTALL_DIR) $(1)/sbin # make the dir
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/parser $(1)/sbin/ # copy binaries to new directory
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/watcher $(1)/sbin/ # copy binaries to new directory
|
||||
$(INSTALL_DIR) $(1)/root/JSON # create the directory JSON in root
|
||||
$(CP) ./JSON/* $(1)/root/JSON # copy files from JSON folder to router JSON
|
||||
$(CP) ./JSON/* $(1)/root/
|
||||
$(INSTALL_DIR) $(1)/root/json # create the directory JSON in root
|
||||
$(CP) ./json/* $(1)/root/json # copy files from JSON folder to router JSON
|
||||
$(CP) ./json/* $(1)/root/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,onboardingd))
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
config onboarding onboarding
|
||||
option verbose 1
|
||||
option file '/root/JSON/APs.json'
|
||||
option file '/root/json/aps.json'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue