Commit Graph

854 Commits

Author SHA1 Message Date
T-X 309dacfa31 batman-adv-legacy: batctl: backport TL header lines fix (#181)
Backport of:

4aa06a7c "batctl: fix wrong header lines number for local translation table"

Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
2018-01-17 11:10:58 +01:00
Jan-Philipp Litza 49cb4b3fdb
autoupdater: new implementation
This new version of the autoupdater is implemented in C instead of Lua,
allowing us to interface with libuclient (HTTP downloads) and libecdsautil
(signature checks) directly instead of spawning external processes,
saving RAM and making error handling more robust.

[Matthias Schiffer: add commit message]
2018-01-13 00:22:27 +01:00
Matthias Schiffer 57c67964e2
tunneldigger: clean up version variables in Makefile
Add PKG_SOURCE_DATE and drop explicit PKG_VERSION to ensure strictly
increasing version numbers. In particular, PKG_VERSION must change on every
update so the new version is actually used.
2017-12-27 17:45:38 +01:00
Cyrus 90ecf80c6c tunneldigger: Update to newest upstream commit: (#178)
- Sync package version numbers (0.4.0 = vNext)
- Added cmake related patches to Makefile
2017-12-27 17:28:17 +01:00
Christof Schulze 8769d07c70
L3roamd bump (#180) -- use all-nodes mac 2017-12-22 16:12:43 +01:00
Christof Schulze 79583b37b0
l3roamd: bump version, fix memleaks, adjust output (#177) 2017-12-18 08:14:12 +01:00
Christof 030be550d7 l3roamd: bump version to 2017-12-11 2017-12-11 21:45:13 +01:00
Christof ffd793adcf libbabelhelper: update version 2017-12-09 01:43:27 +01:00
Christof Schulze e0e4fa2d5b
mmfd: bump version (compile fix) (#176) 2017-12-07 23:09:30 +01:00
Christof Schulze f04be66e0a
Merge pull request #175 from freifunk-ffm/christf_babelbuild-bump-versions
bumping versions of l3roamd, mmfd, libbabelhelper
2017-12-07 01:07:17 +01:00
Christof Schulze 25123fe6a1 bumping versions of l3roamd, mmfd, libbabelhelper 2017-12-07 01:06:25 +01:00
Matthias Schiffer 16bf1f9ff1
libpacketmark: fix call of initialization function (again)
The previous fix for ARM broke the constructor call on MIPS. Remove the
-nostartfiles linker flag to fix this.
2017-11-04 20:54:04 +01:00
Matthias Schiffer 5249974a3c
libpacketmark: fix call of initialization function
Rather than using the internal symbol _init, simply let the compiler handle
it by marking it as a constructor. This fixes running the initialization on
some architectures like ARM.
2017-10-25 14:17:33 +02:00
Matthias Schiffer 6d2b807fba
lua-simple-uci: fix set()/tset()/section() with empty lists 2017-10-19 02:12:14 +02:00
Christof Schulze 81e23cf0c9 Merge pull request #173 from freifunk-ffm/christf_bump_libbabelhelper
use latest libbabelhelper and mmfd
2017-10-18 20:20:45 +02:00
Christof Schulze 57332536db libbabelhelper: adapt to new install paths due to package version change 2017-10-18 19:43:23 +02:00
Christof Schulze ce7f69ae4c use latest libbabelhelper 2017-10-18 19:43:23 +02:00
Christof Schulze f76cfa8469 mmfd: bump version to pull in latest adaptions to libbabelhelper 2017-10-18 19:43:20 +02:00
Christof Schulze 8e87b15946 Merge pull request #172 from freifunk-ffm/christf_bump_mmfd
mmfd: bump version to pull in latest adaptions to libbabelhelper
2017-10-08 21:39:25 +02:00
Christof Schulze b4f97fb259 mmfd: bump version to pull in latest adaptions to libbabelhelper 2017-10-08 21:29:11 +02:00
Thomas Weißschuh 706bef6245 respondd: add diagnostics about failed module load (#171) 2017-09-28 12:35:20 +02:00
Christof Schulze ad8918376e Merge pull request #169 from freifunk-ffm/christf_add-libbabelhelper
libbabelhelper: add initial version
2017-09-25 00:41:14 +02:00
Christof Schulze fc5965bfbf Merge pull request #170 from freifunk-ffm/christf_bump-mmfd
mmfd: bump version
2017-09-25 00:40:45 +02:00
Christof Schulze 4f1a0c033f mmfd: bump version 2017-09-24 22:41:03 +02:00
Christof Schulze f5cc0fb145 libbabelhelper: add initial version 2017-09-24 22:39:20 +02:00
Matthias Schiffer 8b65619f59
lua-simple-uci: delete option when using Cursor:set() with nil value
Setting the section type when using set() with only two arguments is a very
confusing behaviour. section() can be used without a value table for the
same result.

Deleting the option instead will make set() and get() symmetric and will
allow to simplify some code that needed to check for nil to call set() or
delete() before.
2017-08-08 04:31:26 +02:00
Matthias Schiffer c9fa162ebb
lua-simple-uci: remove support for obsolete alternative boolean strings 2017-08-08 04:30:04 +02:00
Christof Schulze 0fbef92e84 mmfd: version bump (#168) 2017-07-26 23:28:34 +02:00
Jan-Philipp Litza 1a8fd4ba87 respondd-module-airtime: Give more helpful error messages 2017-04-30 18:03:40 +02:00
Christof Schulze 71823713c0 l3roamd: bump version to include socket (#165) 2017-03-27 22:09:54 +02:00
Matthias Schiffer 0efcccd3ef Merge pull request #160 from FreifunkBremen/master
respondd-module-airtime: Improve error handling
2017-03-02 16:31:56 +01:00
Matthias Schiffer cae8f9c4ce
autoupdater: fix indentation 2017-02-25 18:09:39 +01:00
Matthias Schiffer 6a2d288006
autoupdater: use SHA256 checksums instead of SHA512
We already use SHA256 for the manifest signature, so we'll be able to unify
the implementations after some refactoring.
2017-02-25 01:05:32 +01:00
Matthias Schiffer ac55ad56b5
autoupdater: convert spaces to tabs 2017-02-24 23:04:05 +01:00
Jan-Philipp Litza 463f872844 autoupdater: add possibility to specify mirrors on commandline (#123) 2017-02-24 11:46:43 +01:00
Matthias Schiffer c7de283d44
batman-adv-legacy: update to latest git master 2017-02-24 00:13:51 +01:00
Matthias Schiffer 7d4d64354d
Update batman-adv-legacy to latest git master 2017-02-23 16:20:39 +01:00
Christof Schulze 5be278cd42 net/l3roamd: add basic package (#162) 2017-02-23 13:25:24 +01:00
Christof Schulze c78986cbc9 net/mmfd: add experimental mmfd package (#161) 2017-02-23 12:43:45 +01:00
Matthias Schiffer cef5afaac4
libplatforminfo: increment PKG_VERSION 2017-02-12 06:05:19 +01:00
Matthias Schiffer ee064ae430
libplatforminfo: unify target implementations
Don't require a file for each subtarget, fall back to default.c.
2017-02-12 06:01:26 +01:00
Matthias Schiffer 036ad3e51e
libplatforminfo: x86: use /tmp/sysinfo/model for platforminfo_get_model()
x86 has a proper model definition now that is more useful than the CPU
type.
2017-02-12 05:45:53 +01:00
Matthias Schiffer 8e4d1a3095
libplatforminfo: x86: remove outdated subtargets, simplify image name code 2017-02-12 05:44:21 +01:00
Matthias Schiffer f2885547ff
libplatforminfo: make sanitize_image_name() fail gracefully
Some targets may not always have a /tmp/sysinfo/model, don't crash in this
case.
2017-02-12 05:36:08 +01:00
Steffen Förster 03f06248c9 libplatforminfo: add target ramips_mt7628 (#159)
This enables the inclusion of the vocore2 into gluon.
2017-02-09 02:02:59 +01:00
Jan-Philipp Litza 2e54ac8e17 respondd-module-airtime: Make returned object more dynamic
This fixes #157 and #158
2017-02-08 23:11:57 +01:00
Jan-Philipp Litza f0a50e70a2 respondd-module-airtime: Add allocation checks to get_ifaces() 2017-02-08 23:11:57 +01:00
Jan-Philipp Litza 7b56f09e0f respondd-module-airtime: Move common netlink query code to separate function 2017-02-08 23:11:57 +01:00
Matthias Schiffer 138ddeedf3 lua-simple-uci: new package providing wrapper around uci providing useful functions
- set allows boolean values
- delete_all
- section
- tset
- get_bool
- get_list
- get_first
- set_list
2017-01-19 12:34:20 +01:00
Matthias Schiffer 485186ace2
autoupdater: handle wget hangs during manifest download
Make sure that the download is cancelled after the timeout even when wget
doesn't produce output at all.
2017-01-24 21:26:20 +01:00