Search Criteria
Package Details: batman-adv 1:2020.3-1
Git Clone URL: | https://aur.archlinux.org/batman-adv.git (read-only, click to copy) |
---|---|
Package Base: | batman-adv |
Description: | Batman kernel module |
Upstream URL: | https://www.open-mesh.net/ |
Licenses: | |
Submitter: | ilpianista |
Maintainer: | None |
Last Packager: | TheGoliath |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2011-06-07 09:26 |
Last Updated: | 2020-10-02 21:32 |
Dependencies (2)
- linux (linux-surfacepro3-git, linux-aarch64-rock64-bin, linux-ec2, linux-galliumos, linux-zest-git, linux-lts49-kallsyms, linux-bootsplash, linux-odroid, linux-phicomm-n1)
- linux-headers (linux-surfacepro3-git-headers, linux-aarch64-rock64-bin-headers, linux-ec2-headers, linux-galliumos-headers, linux-zest-git-headers, linux-lts49-kallsyms-headers, linux-bootsplash-headers, linux-odroid-headers, linux-phicomm-n1-headers) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
RubenKelevra commented on 2014-01-09 13:18
Batman-adv 2014.0 is out, BUT:
THIS IS BREAKING COMPABILITY so this package should be updated but it would be nice if you can add a batman-adv-legacy or something for the guys which want compability-version v14 because they cannot update all of there devices now.
t-8ch commented on 2013-09-12 15:21
If none of the patches is necessary security- or functionalitywise I'd like to wait until upstream includes them.
RubenKelevra commented on 2013-09-11 10:04
What about adding these patches?
http://anonscm.debian.org/gitweb/?p=collab-maint/batctl.git;a=tree;f=debian/patches;hb=refs/tags/debian/2013.3.0-2
Best Regards
Ruben
RubenKelevra commented on 2013-09-02 21:04
Batman-adv 2013.3 is out.
RubenKelevra commented on 2013-09-02 20:54
Please include this critical bugfix which makes batman-adv with DAT unusable.
http://www.open-mesh.org/issues/170
bjo commented on 2013-05-12 08:18
2013.2.0 is out
asdil12 commented on 2012-02-14 13:57
does not install on archlinux with kmod (depmod moved from /sbin to /usr/bin)
fix:
don't specify path in batman-adv.install:
post_install() {
- /sbin/depmod -a
+ depmod -a
}
post_upgrade() {
- /sbin/depmod -a
+ depmod -a
}
asdil12 commented on 2012-02-11 13:35
does not compile on current archlinux
fix on PKGBUILD:
-install=('batman-adv.install')
+install='batman-adv.install'
t-8ch commented on 2011-10-04 08:39
Fixed the dependency
If you are actively using this package (and/or batctl) I'd be glad to orphan them for you, as I sadly never got to actually using them.
Anonymous comment on 2011-10-04 02:22
Ok, I see what you mean now about the versions not working when a dependency is fulfilled via the 'provided' from other packages.