diff options
| author | Christian Marangi | 2024-10-25 10:27:28 +0000 |
|---|---|---|
| committer | Christian Marangi | 2024-10-28 23:07:53 +0000 |
| commit | 8009342f43c51ce06a51170d9d0594a344de004f (patch) | |
| tree | 74d62ef93a5b4de600c605a489dded029edb4a36 | |
| parent | 088b83c8453b30c122c8deeef41a9a0c5f7f085e (diff) | |
| download | openwrt-8009342f43c51ce06a51170d9d0594a344de004f.tar.gz | |
bcm27xx-utils: fix version for APK
Refactor version of bcm27xx-utils for APK.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | package/utils/bcm27xx-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/bcm27xx-utils/Makefile b/package/utils/bcm27xx-utils/Makefile index 04dd6b8d62..e6d8c27e34 100644 --- a/package/utils/bcm27xx-utils/Makefile +++ b/package/utils/bcm27xx-utils/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bcm27xx-utils -PKG_VERSION:=2024-04-24 +PKG_VERSION:=2024.04.24 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git |