mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
install speedtest config from tptest package
This commit is contained in:
parent
4b193200ed
commit
65dd02c8ad
2 changed files with 18 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ endef
|
|||
define Package/tptest/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/tptest $(1)/usr/sbin/
|
||||
$(INSTALL_DIR) $(1)/etc/config
|
||||
$(CP) ./files/speedtest.config $(1)/etc/config/speedtest
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,tptest))
|
||||
|
|
|
|||
16
tptest/files/speedtest.config
Normal file
16
tptest/files/speedtest.config
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
config testserver '1'
|
||||
option server 'tptest.bredband.net'
|
||||
option port '1640'
|
||||
|
||||
config testserver '2'
|
||||
option server 'tptest.dataphone.se'
|
||||
option port '1640'
|
||||
|
||||
config testserver '3'
|
||||
option server 'referens.sth.ip-performance.se'
|
||||
option port '1642'
|
||||
|
||||
config testserver '4'
|
||||
option server 'tptest.songnetworks.se'
|
||||
option port '1640'
|
||||
|
||||
Loading…
Add table
Reference in a new issue