Nick Hainke 3e96c851a7 treewide: remove AUTORELEASE
OpenWrt/packages removed AUTORELEASE treewide. Remove it also in the
routing feed.

This is just copied from [0] with modification to the sed cmd because it
was not working for the routing feed:

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/routing; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's/\/Makefile$//';);
do
  make package/$i/download
done

[0] - 0c10c224be

Signed-off-by: Nick Hainke <vincent@systemli.org>
2023-04-27 17:14:16 +02:00
2023-02-23 00:55:48 +01:00
2023-04-27 17:14:16 +02:00
2023-02-10 08:39:41 +01:00
2023-04-27 17:14:16 +02:00
2023-04-27 17:14:16 +02:00
2020-08-11 12:36:05 -07:00
2023-02-21 12:57:06 +01:00
2023-04-27 17:14:16 +02:00
2020-12-17 06:28:05 +00:00
2023-04-27 17:14:16 +02:00
2023-04-27 17:14:16 +02:00
2023-04-27 17:14:16 +02:00
2021-03-10 08:20:24 +01:00
2023-04-27 17:14:16 +02:00
2023-01-24 21:11:33 +01:00
2023-04-27 17:14:16 +02:00
2023-04-27 17:14:16 +02:00
2022-02-26 15:37:24 +01:00
2023-04-27 17:14:16 +02:00

OpenWrt Routing Feed

Description

This OpenWrt package feed contains community maintained routing packages.

Usage

This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot Installation on the OpenWrt support site.

This feed is enabled by default. To install all its package definitions, run:

./scripts/feeds update routing
./scripts/feeds install -a -p routing
Description
No description provided
Readme 4.2 MiB
Languages
Shell 35%
Makefile 32.7%
Lua 15.9%
C 14.6%
HTML 1.8%