Skip to content

Commit

Permalink
Rename lime-auto-ap-watchping to lime-ap-watchping
Browse files Browse the repository at this point in the history
Cosmetic changes on Makefile

Signed-off-by: Pau Escrich <p4u@dabax.net>
  • Loading branch information
p4u committed Mar 10, 2017
1 parent cede7b0 commit 3e7573c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2016 LibreMesh.org
# Copyright (C) 2017 Pau Escrich
#
# This is free software, licensed under the GNU General Public License v3.
#
Expand All @@ -9,22 +9,23 @@ include $(TOPDIR)/rules.mk
GIT_COMMIT_DATE:=$(shell git log -n 1 --pretty=%ad --date=short . )
GIT_COMMIT_TSTAMP:=$(shell git log -n 1 --pretty=%at . )

PKG_NAME:=lime-auto-ap-watchping
PKG_NAME:=lime-ap-watchping
PKG_VERSION=$(GIT_COMMIT_DATE)-$(GIT_COMMIT_TSTAMP)

include $(INCLUDE_DIR)/package.mk

define Package/$(PKG_NAME)
TITLE:=Automatic AP failing ssid control based on watchping
SECTION:=lime
CATEGORY:=LiMe
Section:=net
TITLE:= Watchping hooks to manage AP SSID if network problems
MAINTAINER:=Pau Escrich <p4u@dabax.et>
URL:=http://libremesh.org
DEPENDS:=+watchping
DEPENDS:= +watchping
endef

define Package/$(PKG_NAME)/description
Watchping hooks and daemon for automatic AP ssid changing if network problems
Watchping hooks to change AP ssid when the network is down (i.e LibreMesh-Error).
So the WiFi roaming is broken and the clients are not using the AP anymore until fixed.
endef

define Build/Compile
Expand Down
File renamed without changes.

0 comments on commit 3e7573c

Please sign in to comment.