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
2015-12-11 13:50:19 +02:00
2016-04-21 14:24:18 +02:00
2016-02-15 11:00:15 +01:00
2014-11-03 13:17:00 +01:00
2016-05-10 17:59:09 +03:00
2016-05-03 18:28:48 +02:00
2015-06-17 21:36:42 +02:00
2014-11-03 13:17:00 +01:00
2015-12-12 00:25:10 +02:00
2015-12-12 00:25:10 +02:00
2016-03-18 08:51:39 +01:00
2016-05-13 15:00:12 +02:00
2016-05-13 15:00:12 +02:00
2016-05-13 15:00:12 +02:00
2015-08-18 05:28:32 -07:00

This is an OpenWrt package feed containing community maintained routing packages.

To use these packages, add the following line to the feeds.conf
in the OpenWrt buildroot:

  src-git routing git://github.com/openwrt-routing/packages.git
  
Update the feed:

  ./scripts/feeds update routing
  
Activate the package:

  ./scripts/feeds install -a -p routing
  
The routing packages should now appear in menuconfig.


Description
OpenWrt Routing Packages
Readme 4.5 MiB
Languages
Shell 34.9%
Makefile 32.4%
Lua 15.9%
C 15%
HTML 1.8%