diff options
| author | Sergey Ryazanov | 2025-01-22 22:26:54 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-01-23 19:27:54 +0000 |
| commit | 78f908407e2824bc69a65acec270ffb94eca4038 (patch) | |
| tree | 060771c188adad22be57b23db986c2a119777389 | |
| parent | 6d6dc3a3c967174598a44503f4af281574660356 (diff) | |
| download | openwrt-78f908407e2824bc69a65acec270ffb94eca4038.tar.gz | |
kernel: vrx518_tc: bump PKG_RELEASE
Bump PKG_RELEASE after the previous fixes.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Link: https://patchwork.ozlabs.org/project/openwrt/patch/20250122222654.21833-5-ryazanov.s.a@gmail.com/
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/kernel/lantiq/vrx518_tc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/vrx518_tc/Makefile b/package/kernel/lantiq/vrx518_tc/Makefile index a5718d9d5b..d92c6d1c63 100644 --- a/package/kernel/lantiq/vrx518_tc/Makefile +++ b/package/kernel/lantiq/vrx518_tc/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=vrx518_tc PKG_VERSION:=1.5.12.4 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_BASE_NAME:=vrx518_tc_drv UGW_VERSION=8.5.2.10 |