diff options
| author | Marek Lindner | 2016-07-06 13:36:38 +0000 |
|---|---|---|
| committer | Marek Lindner | 2016-07-06 13:36:38 +0000 |
| commit | a4eae82c155079a4372e4b910ec733f77288b717 (patch) | |
| tree | 75aa9c717b7fde2f8c96d50d7bec52803cbce2c6 | |
| parent | d8a7498c21dad6d5595104ae382d27fccc641e10 (diff) | |
| download | routing-a4eae82c155079a4372e4b910ec733f77288b717.tar.gz | |
batman-adv: update package release to allow pkg upgrade
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
| -rw-r--r-- | batman-adv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/batman-adv/Makefile b/batman-adv/Makefile index 7650655..c45cbb4 100644 --- a/batman-adv/Makefile +++ b/batman-adv/Makefile @@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=batman-adv PKG_VERSION:=2016.2 -PKG_RELEASE:=0 +PKG_RELEASE:=1 PKG_MD5SUM:=dd1ab664475902fc3dbf34998bbe5a90 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |