mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
uradvd: update to r26-1e64364d
The OpenWrt package will not provide the correct version information but the date of the last git commit in order to ease packaging following the discussions in #27482 and #27614. Co-authored-by: Nora Matthias Schiffer <neocturne@universe-factory.net> Co-authored-by: Moritz Warning <moritzwarning@web.de> Signed-off-by: Jan-Niklas Burfeind <git@aiyionpri.me>
This commit is contained in:
committed by
Hannu Nyman
parent
b08d9d5a38
commit
7096816e21
@@ -5,9 +5,9 @@ PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL=https://github.com/freifunk-gluon/uradvd.git
|
||||
PKG_SOURCE_DATE:=2025-08-16
|
||||
PKG_SOURCE_VERSION:=b37524dfb0292c425fd61f5bffb3101fb1979264
|
||||
PKG_MIRROR_HASH:=1f681e2baf6f9b825668aeed9c075f532db509d7d1848e76f3e8101acf2bd476
|
||||
PKG_SOURCE_DATE:=2025-09-20
|
||||
PKG_SOURCE_VERSION:=1e64364d323acb8c71285a6fb85d384334e7007d
|
||||
PKG_MIRROR_HASH:=06be08eef717540709484a21296735757721180ab566ba21c2958cdc92ea0f85
|
||||
|
||||
PKG_MAINTAINER:=Moritz Warning <moritzwarning@web.de>
|
||||
PKG_LICENSE:=BSD-2-Clause
|
||||
@@ -25,6 +25,8 @@ define Package/uradvd/description
|
||||
Advertise an IPv6 prefix/route via SLAAC.
|
||||
endef
|
||||
|
||||
MAKE_FLAGS += VERSION=$(PKG_SOURCE_DATE)
|
||||
|
||||
define Package/uradvd/install
|
||||
$(INSTALL_DIR) $(1)/etc/config/
|
||||
$(INSTALL_CONF) ./files/uradvd.config $(1)/etc/config/uradvd
|
||||
|
||||
Reference in New Issue
Block a user