mwan3: sync PKG_RELEASE number and PKG_VERSION with master
Since the merge of the luci master branch into the luci openwrt.19.07 branch, the ubus API was not in sync anymore. So all commits from the master branch where backported into the openwrt-19.07 branch. But this could not be done linear. There were already some fixes cherry-picked from the master and the version does not match anymore. This commit syncronized the PKG_VERSION and the PKG_RELEASE again to make clear that the version in master and openwrt-19.07 are even again and have so the same software version until to this commit. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
62c9688adc
commit
0f67fc96d8
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=mwan3
|
||||
PKG_VERSION:=2.8.0
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=2.8.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_MAINTAINER:=Florian Eckert <fe@dev.tdt.de>
|
||||
PKG_LICENSE:=GPLv2
|
||||
|
||||
|
|
Loading…
Reference in a new issue