Commit Graph

32 Commits

Author SHA1 Message Date
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
Josef Schlehofer 4a65336e08 bmx6: update to 65cb0d542f16a4b4689f5ad2542c9f24215a6616
Makefile polishing:
- Fixed SPDX License Identifier
- Use AUTORELEASE in PKG_RELEASE
This helps in cases when the PKG_RELEASE is forgotten

- Remove no longer used things like PKG_REV, etc.
Downloaded tarball is now ~80 kB smaller as we use .tar.xz
instead of .tar.gz

- Use https for their website

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-02-25 21:32:55 +01:00
Rosen Penev c3c3be6457
bmx6: fix compilation with uClibc-ng
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-05 16:00:40 -07:00
Pedro hates github.com 4cff2b1bd6 bmx6: update version to fix #573 memory leak
Signed-off-by: Pedro <pedrowrt@cas.cat>
2020-06-15 17:53:07 +02:00
Daniel Engberg 43449bcbbd treewide: Basic cleanup and alignment to package guidelines (#383)
This is a very basic cleanup, several packages needs more work
but this at least drops git for https and removes the use of
PKG_MD5SUM and some minor fixes.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-07-12 16:50:47 +02:00
Daniel Golle d6dcd0c756 bmx6: add PKG_MIRROR_HASH
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-03-01 23:02:10 +01:00
Axel Neumann 21a6454d72 bmx6: bump to latest upstream version
* mute warning for unknown description-frame types
 * introduce --tunCatchDelay=100 to delay catched and rescheduled tunnel packets for us  to complete proper dedicated tunnel setup
 * Revert "hna: Use real or zero remote tunnel addresses"
   Which does not work with current openwrt/lede kernels
   due to their patched ip6_tunnel.c code for supporting MAP-E-FMRs.
 * Fix linker problem when compiling topology plugin with -DPROFILING
2018-02-09 15:35:00 +01:00
Axel Neumann d464bf11b8 bmx6: fix gcc6&7 warnings, avoid json-c patch 2018-01-13 13:56:33 +01:00
Axel Neumann 679f780747 bmx: Use repos from https://github.com/bmx-routing and remove bmx7 json-c patch 2018-01-02 19:10:56 +01:00
Gui Iribarren a3972affe7 bmx6: migrate init.d script to procd syntax
Signed-off-by: Gui Iribarren <gui@altermundi.net>
2017-03-25 21:41:57 -03:00
Pau Escrich eed409365f bmx6: bump to last version (include dbgMuteTimeout fix)
Signed-off-by: Pau Escrich <p4u@dabax.net>
2017-03-23 23:29:38 +01:00
Pau Escrich 4ef6404bcb bmx6: update to d9b985
Signed-off-by: Pau Escrich <p4u@dabax.net>
2017-02-21 17:18:29 +01:00
Axel Neumann cfefe9fcca [bmx6] update to latest bmx6-master branch (fix rule corruption on the fly) 2015-08-07 20:42:49 +02:00
Axel Neumann b760a5e09d bmx6: bump to latest (auto tunOutTimeout) version 2015-06-16 15:19:15 +02:00
Axel Neumann 570c595e32 bmx6: bump to latest (--tunnel and --redistTable fixing) version 2015-06-05 16:43:31 +02:00
Daniel Golle fdb51f8bd6 bmx6: fix libjson-c dependency
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-01 00:14:30 +02:00
Axel Neumann 52c2996771 bmx6 update to master tip 2014-11-24 20:46:19 +01:00
Steven Barth 69f203d5c3 Add SPDX license tags
Signed-off-by: Steven Barth <steven@midlink.org>
2014-11-03 13:17:00 +01:00
Axel Neumann e720d2fb77 [bmx6] update to master-tip 8b0585e 2014-05-23 16:22:51 +02:00
Axel Neumann f357272e42 [bmx6] disable quagga plugin till fixed 2014-03-08 21:35:54 +01:00
Axel Neumann 7919e15eab [bmx6] update 2014-03-01 21:32:42 +01:00
Axel Neumann 5366e549dd [bmx6] update 2014-02-25 16:11:44 +01:00
Axel Neumann 39bb35f0d8 bmx6: update to current master revision 2013-11-27 12:01:46 +01:00
p4u b115e3e5f9 Add bmx6-table plugin for bmx6 in Makefile 2013-10-02 15:47:51 +02:00
p4u 958704423e Change bmx6 git repository to github since bmx6.net is down (hd failure) 2013-09-10 12:57:44 +02:00
Axel Neumann 21cb637b0f bmx6: fixing 501559 crash ? 2013-08-04 16:52:07 +02:00
Axel Neumann ab61aa8a24 bmx6: update to d1464ee4 (current testing tip) 2013-08-03 22:17:13 +02:00
Axel Neumann cd3d9b2d1d bmx6/Makefile: update testing new config style 2013-06-17 00:04:56 +02:00
Axel Neumann 9e255f5819 bmx6/Makefile: update to current (60adcbd4) bmx6 master branch 2013-06-08 17:21:36 +02:00
Axel Neumann 19862ff9a8 bmx6/Makefile: add kmod-tun dependency for on-demand tunnel support 2013-06-08 16:57:24 +02:00
Axel Neumann 43e8adbf42 bmx6/Makefile: update including json-c fix 2013-06-08 16:01:33 +02:00
p4u da0fe5735d Move bmx6 and luci-app-bmx6 packages into root directory 2013-04-24 17:26:52 +02:00