aboutsummaryrefslogtreecommitdiff
path: root/ipv6
Commit message (Collapse)AuthorAge
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. 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/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=gc-sectionsAndre Heider2023-04-08
| | | | | | | | | | | | See commit da370098 "treewide: add support for "gc-sections" in PKG_BUILD_FLAGS" on the main repository. Note: This only touches packages which use all three parts (-ffunction-sections, -fdata-sections and -Wl,--gc-sections) enabled by this build flag. Some packages only use a subset, and these are left unchanged for now. Signed-off-by: Andre Heider <a.heider@gmail.com>
* miredo: add miredo.conf conffileValdikSS ValdikSS2023-01-17
| | | | | | Keep miredo.conf modified configuration upon upgrades Signed-off-by: ValdikSS ValdikSS <iam@valdikss.org.ru>
* generate-ipv6-address: fix PIC compilationRosen Penev2021-04-20
| | | | | | This is a single C file. Don't bother using the Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* miredo: add debian reproducibility patchRosen Penev2021-02-02
| | | | | | Refreshed other patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* generate-ipv6-address: use autorelease featureNick Hainke2021-01-23
| | | | | | | Package version is automatically increased as described here: https://github.com/openwrt/packages/issues/14537 Signed-off-by: Nick Hainke <vincent@systemli.org>
* generate-ipv6-address: add ipv6 generatorNick Hainke2020-08-18
| | | | | | | Generates IPv6 addresses from a given prefix and either a given MAC-48 address (an Ethernet hardware address) or a randomly drawn host number. Signed-off-by: Nick Hainke <vincent@systemli.org>
* tayga: PKG_RELEASE increasedEike Ritter2020-08-05
| | | | Signed-off-by: Eike Ritter <git@rittere.co.uk>
* tayga: Added 64:ff9b:1::/48 as well-known prefix for NAT64 (RFC 8215)Eike Ritter2020-08-04
| | | | Signed-off-by: Eike Ritter <git@rittere.co.uk>
* miredo: Makefile fixesNikita Vostokov2020-03-22
| | | | | | | * Move CONFIGURE blocks after description * Fix build with libcap Signed-off-by: Nikita Vostokov <yawosk@yandex.com>
* miredo: Makefile fixesNikita Vostokov2020-03-15
| | | | | | | * Reorder PKG_* variables * Disable format-security error in common way Signed-off-by: Nikita Vostokov <yawosk@yandex.com>
* miredo: Small fixes after reviewNikita Vostokov2020-03-15
| | | | Signed-off-by: Nikita Vostokov <yawosk@yandex.com>
* miredo: Initial version 1.2.6Nikita Vostokov2020-03-01
| | | | | | Teredo IPv6 tunneling utility Signed-off-by: Nikita Vostokov <yawosk@yandex.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* aiccu: remove packageOndřej Caletka2017-06-09
| | | | | | | | | | | Aiccu is a client utility used to connect to the SixXS platform. As the SixXS platform has been sunset on 2017-06-06[1] and the server parts of TIC/AYIYA protocol implementations haven't been published, there's no point to maintain aiccu package anymore. [1]: https://www.sixxs.net/sunset/ Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
* all: get rid of kmod-ipv6 dependenciesSteven Barth2015-10-06
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* aiccu: split into default and gnutls variantOndřej Caletka2015-10-05
| | | | Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
* aiccu: enable GnuTLS supportSébastien Noel2015-09-30
|
* aiccu: fix uClibc build after #1389Jo-Philipp Wich2015-06-29
| | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* aiccu: fix musl compatibilityJo-Philipp Wich2015-06-16
| | | | | | | | | - Fix redefinition of struct ethhdr - Restrict the use of res_ninit() and res_nquery() to glibc - Fix a warning in dn_skipname.c by declaring ns_name_skip() static - Refresh patches Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* aiccu: fix requiretls option handlingJan Sembera2015-03-02
| | | | | | | requiretls is a boolean value in aiccu config that only accepts true and false as values, not "1" or "0" that UCI provides. Signed-off-by: Jan Sembera <jsembera@google.com>
* remove uneeded PKG_BUILD_DIR & PKG_CAT overridesNicolas Thill2015-02-22
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* tayga: allow more flexible routingNils Schneider2015-02-10
| | | | | | | | In some scenarios (e.g. 464xlat) it is desirable to not route the mapped prefix to tayga's interface. This adds an option 'noroutes' which, when set to 1, will prevent such routes from being added. Signed-off-by: Nils Schneider <nils@nilsschneider.net>
* aiccu: Add NTP hotplug hookOndřej Caletka2014-12-01
| | | | | | | This hook simply writes current stratum to /var/run/aiccu_ntp_stratum, from where it is read by aiccu proto script. Signed-off-by: Ondrej Caletka <Ondrej@Caletka.cz>
* aiccu: Issue aiccu stop only when aiccu is runningOndřej Caletka2014-12-01
| | | | | | | When AICCU is not running, running 'aiccu stop' results in unnecessary communications with SixXS servers. Signed-off-by: Ondrej Caletka <Ondrej@Caletka.cz>
* aiccu: add NTP sync checkOndřej Caletka2014-12-01
| | | | | | | | | | | This check tries to wait for NTP daemon to synchronise clock to lower stratum than 16 before running the aiccu binary. In case timeout (configurable in new option ntpsynctimeout; default is 90 seconds) is reached, the AICCU is run neverrtheless. This makes the new script compliant with some corner case scenarios like not using Busybox NTPd or not using NTPd at all, maintaining maximum out-of-the box functionality. Signed-off-by: Ondrej Caletka <Ondrej@Caletka.cz>
* aiccu: Minor whitespace fixOndřej Caletka2014-12-01
| | | | Signed-off-by: Ondrej Caletka <Ondrej@Caletka.cz>
* Merge branch 'master' into license-updatesIan Leonard2014-08-10
|\ | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com> Conflicts: devel/patch/Makefile multimedia/minidlna/Makefile
| * aiccu: Fix typoThomas Bahn2014-08-06
| | | | | | The option 'tunnel_id' from aiccu is called 'tunnelid' in the UCI config file.
* | tayga: add PKG_LICENSE ifnromationIan Leonard2014-08-02
| | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | aiccu: Add PKG_LICENSE informationIan Leonard2014-08-02
|/ | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* Merge pull request #50 from oskar456/aiccusbyx2014-06-23
|\ | | | | aiccu: import from oldpackages, integrate with netifd
| * aiccu: integrate with netifdOndřej Caletka2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch integrates AICCU with netifd. Care was taken not to restart aiccu without a reason as it triggers alert on SixXS infrastructure. Example usage: config interface 'wan6' option 'proto' 'aiccu' option 'username' 'HANDLE-SIXXS/TID' option 'password' 'Password' option 'ip6prefix' '2001:db8:aabb::/48' #Delegated subnet option 'ip6addr' '2001:db8:aaaa:aaa::2/64' #Optional option 'verbose' 'true' Tested with current trunk on TL-WR703N. Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
| * aiccu: add myself as maintainerOndřej Caletka2014-06-23
| | | | | | | | Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
| * aiccu: import from oldpackagesOndřej Caletka2014-06-23
| | | | Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
* tayga: Add Netifd supportOndřej Caletka2014-06-23
| | | | | | | | | | | | | | | | | This patch integrates tayga with netifd. Parametres are nearly same as with the older scripts. Support for static mapping of IPv4<=>IPv6 addresses is missing. Example configuration: config interface 'nat64' option proto 'tayga' option prefix 64:ff9b::/96 option dynamic_pool 10.128.0.0/24 option ipv4_addr 10.128.0.1 #address of the TAYGA itself option ipv6_addr 2001:470:5990::64 option ipaddr 192.168.1.1 #optional address of TUN interface option ip6addr 2001:db8::1 Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
* tayga: fix broken ICMP checksum on big-endian machinesOndřej Caletka2014-06-23
| | | | | | | | | | This patches fixes wrong ICMP checksum of translated packets on big-endian machines #16715 The patch is authored by upstream author Nathan Lutchansky <lutchann@litech.org> Source of the patch: http://forum.mikrotik.com/viewtopic.php?f=15&t=82329 Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
* tayga: add myself as maintainerOndřej Caletka2014-06-23
| | | | Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
* tayga: import from oldpackagesOndřej Caletka2014-06-23
Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>