mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +00:00
Fix Glorytun-UDP cnfig
This commit is contained in:
parent
3ce139d051
commit
5b5805c1b9
2 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ define Package/$(PKG_NAME)/install
|
||||||
$(INSTALL_DIR) $(1)/etc/init.d
|
$(INSTALL_DIR) $(1)/etc/init.d
|
||||||
$(INSTALL_BIN) init $(1)/etc/init.d/$(PKG_NAME)
|
$(INSTALL_BIN) init $(1)/etc/init.d/$(PKG_NAME)
|
||||||
$(INSTALL_DIR) $(1)/etc/config
|
$(INSTALL_DIR) $(1)/etc/config
|
||||||
touch $(1)/etc/config/glorytun-udp
|
$(INSTALL_DATA) glorytun-udp.config $(1)/etc/config/glorytun-udp
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,$(PKG_NAME)))
|
$(eval $(call BuildPackage,$(PKG_NAME)))
|
||||||
|
|
Loading…
Reference in a new issue