Commit graph

1167 commits

Author SHA1 Message Date
Lars Gierth
0e4fecf845 Merge pull request #193 from jow-/cjdns-move-tmp
cjdns: use temporary directory within the build environment
2016-06-06 21:22:11 +02:00
lindnermarek
d3c8dee48d Merge pull request #192 from lynxis/fix_kmod-crypto-arc4
batman-adv: remove DEPENDS:=kmod-crypto-core
2016-06-07 00:37:28 +08:00
Jo-Philipp Wich
64747c9bdf cjdns: use temporary directory within the build environment
By default, cjdns' build system uses the system wide `/tmp` directory to store
intermediate build artifacts.

Unfortunately its build system fails to clean after itself, leaving thousands
of `jsmake-<hash>` directories behind, taking up precious inodes and massively
slowing down processes traversing the temporary directory:

    root@buildbot:~# find /tmp/ -maxdepth 1 -type d -name 'jsmake-*' | wc -l
    1581

Attempt to solve that problem by using the upstream-introduced
`CJDNS_BUILD_TMPDIR` environment variable in order to move the intermediate
artifacts from the system-wide `/tmp` to a temporary directory within the
package build dir which is properly deleted upon package rebuild cycles.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-06-06 17:16:46 +02:00
Moritz Warning
f3f344e949 nodogsplash: remove duplicate options, fixes #135 2016-06-05 11:52:52 +02:00
Alexander Couzens
73da6b297e batman-adv: remove DEPENDS:=kmod-crypto-core
kmod-crypto-core was removed in openwrt/trunk svn 46820 and all
kconfig's are now built-in.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2016-06-05 03:51:02 +02:00
Alexander Couzens
9b610a90c6 replace DEPENDS=+@IPV6 with DEPENDS=@IPV6
The symbol IPV6 is a global config symbol, don't select it because it
will override the user decision of IPV6 as all other package in base do
it. A select (+) will also create a recursive dependency error.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2016-06-05 03:07:20 +02:00
Alexander Couzens
e17f103c4d use @IPV6 instead of +kmod-ipv6
kmod-ipv6 is obsolete.
The symbol IPV6 is a global config symbol, don't select it because it
will override the user decision of IPV6 as all other package in base do
it. A select (+) will also create a recursive dependency error.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2016-06-05 02:44:32 +02:00
Henning Rogge
14b7133378 Merge branch 'master' of github.com:HRogge/packages 2016-05-31 08:59:57 +02:00
Henning Rogge
e96845fca6 Update to v0.12.0 2016-05-31 08:59:35 +02:00
Henning Rogge
fc5780bb5f Update to v0.12.0 2016-05-31 08:57:07 +02:00
Moritz Warning
c9a41eb08e Merge pull request #146 from sayuan/patch-1
nodogsplash: fix init script
2016-05-28 15:34:22 +02:00
Moritz Warning
0830aa6442 nodogplash: 1.0.0 release 2016-05-28 13:03:11 +02:00
Moritz Warning
5f75450365 nodogplash: change section name 2016-05-28 13:02:49 +02:00
Moritz Warning
82c882a300 nodogsplash: change comments 2016-05-28 13:01:12 +02:00
Henning Rogge
582abc1754 Update to 0.12.0a2 2016-05-25 16:57:35 +02:00
Henning Rogge
0c475a5925 remove interface subsystem 2016-05-25 12:34:07 +02:00
Henning Rogge
d0b4ede9e6 Alpha of 0.12.0 for Federico Capoano 2016-05-25 11:06:31 +02:00
Bastian Bittorf
0d9c99ce5c Merge pull request #187 from HRogge/master
Update to 0.11.7
2016-05-25 10:15:22 +02:00
Markus Stenberg
d87fe59969 hnetd: Bumped to RFC7787/7788 compliant version. 2016-05-17 00:10:58 +03:00
Henning Rogge
c57210d93c Update OONF to v0.11.7 2016-05-13 15:00:12 +02:00
Henning Rogge
de014ca55f Update OONF to 0.11.6 2016-05-13 10:48:35 +02:00
Moritz Warning
341dfdab99 nodogsplash: add $ to variable 2016-05-12 18:18:54 +02:00
Jo-Philipp Wich
bec38bf8db Merge pull request #186 from stintel/bird
bird: fix mips64, bump to 1.6.0
2016-05-10 17:01:41 +02:00
Stijn Tintel
7c71369ec5 bird: bump to 1.6.0
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-05-10 17:59:09 +03:00
Stijn Tintel
2f4ac3ada0 bird: fix recvmsg/sendmsg on mips64
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-05-10 17:16:34 +03:00
Moritz Warning
822d7cd8a8 fix check for config existence 2016-05-09 20:29:52 +02:00
Marek Lindner
8dec3dc38b batman-adv: 2016.1 bugfixes & stability updates
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2016-05-07 20:42:44 +08:00
Marek Lindner
6d329737f9 batman-adv: revert partial cfg80211 kernel dependency
The entire batman-adv code relies on the kernel backports introduced
by the mac80211 package.

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2016-05-06 00:06:46 +08:00
Marek Lindner
006b1918e3 batman-adv: autoload cfg80211 kernel dependency
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2016-05-05 21:49:22 +08:00
Henning Rogge
6b17ce6f61 Add remotecontrol plugin to selectable Olsrd2 plugins 2016-05-05 14:21:03 +01:00
Henning Rogge
22040963a5 Add optional packages to OONF olsrd2 2016-05-05 13:59:52 +01:00
axn
56ee17afc0 Merge pull request #183 from rogerpueyo/master
LuCI app for BMX7 (retry)
2016-05-04 15:36:42 +02:00
Roger Pueyo Centelles
a8856d5091 [luci-app-bmx7] Add world icons resources 2016-05-04 15:18:49 +02:00
Roger Pueyo Centelles
499d8cfba4 [luci-app-bmx7] Add Nodes view page 2016-05-04 15:18:49 +02:00
Roger Pueyo Centelles
246dfbe00d [luci-app-bmx7] Add Nodes page menu entry 2016-05-04 15:18:49 +02:00
Roger Pueyo Centelles
a9eb910899 [luci-app-bmx7] Update configuration and installation definitions in Makefile 2016-05-04 15:18:49 +02:00
Roger Pueyo Centelles
2e6bf4dc6a [luci-app-bmx7] Add bmx7-info script to obtain JSON-formatted input for the Status page 2016-05-04 15:18:49 +02:00
Roger Pueyo Centelles
46c1f3d289 [luci-app-bmx7] Add BMX7 logo resource 2016-05-04 15:18:49 +02:00
Roger Pueyo Centelles
5416bcc13c [luci-app-bmx7] Add polling.js resource 2016-05-04 15:18:49 +02:00
Roger Pueyo Centelles
8b4cc4e121 [luci-app-bmx7] Add Status view page 2016-05-04 15:18:49 +02:00
Roger Pueyo Centelles
8db0fb709d [luci-app-bmx7] Add Status page menu entry 2016-05-04 15:18:48 +02:00
Roger Pueyo Centelles
1ee363fc22 [luci-app-bmx7] Add empty controller and default configurations for BMX7 LuCI 2016-05-04 15:18:48 +02:00
Roger Pueyo Centelles
d918b65774 [luci-app-bmx7] Create luci-app-bmx7 package structure including Makefile and
COPYING license file
2016-05-04 15:18:48 +02:00
Axel Neumann
30dee5dc51 bmx7: bump to latest code version 2016-05-03 18:28:48 +02:00
Marek Lindner
1c8c961b98 Merge branch 'master' of github:openwrt-routing/packages 2016-04-25 17:24:47 +08:00
Marek Lindner
fbc84445f7 batctl: upgrade package to latest release 2016.1
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
2016-04-25 17:23:59 +08:00
Bastian Bittorf
4e5c403a52 Merge pull request #178 from HRogge/master
Update to OONF v0.11.4
2016-04-25 11:15:30 +02:00
lindnermarek
0eea96b892 Merge pull request #177 from ecsv/batadv_2016.1
batman-adv 2016.1
2016-04-25 17:09:03 +08:00
Henning Rogge
2b5276e104 Update to OONF v0.11.4 2016-04-25 08:21:47 +02:00
Bastian Bittorf
9023411d72 Merge pull request #173 from HRogge/master
Update to OONF 0.11.3
2016-04-23 17:28:10 +02:00