-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add floatip * Update Makefile * Update Makefile --------- Co-authored-by: Liangbin Lian <[email protected]>
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# This is free software, licensed under the Apache License, Version 2.0 . | ||
|
||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_VERSION:=1.0.8 | ||
PKG_RELEASE:=1 | ||
META_TITLE:=浮动网关 | ||
META_TITLE.en:=FloagingGateway | ||
META_DEPENDS:=+floatip +luci-app-floatip +luci-i18n-floatip-zh-cn | ||
META_DESCRIPTION:=浮动网关可以让你在内网有两个相互备份的网关,出现问题会相互切换。 | ||
META_DESCRIPTION.en:=FloatingGateway allows two gateway within one lan which can switch between each other in case of a failure. | ||
META_AUTHOR:=jjm2473 | ||
META_TAGS:=net tool | ||
META_LUCI_ENTRY:=/cgi-bin/luci/admin/services/floatip | ||
META_WEBSITE:=https://github.com/linkease/nas-packages | ||
META_TUTORIAL:=https://doc.linkease.com/zh/guide/istoreos/software/floatip.html | ||
|
||
include ../../meta.mk | ||
|
||
# call BuildPackage - OpenWrt buildroot signature |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.