[OpenWrt-Devel] Regarding make all / make install usage

2009-10-27 Thread Luigi 'Comio' Mantellini
Hi All, I'm using the parallel make (see my previous parallel/distcc compilation patchset). I noticed that a lof packages use the following make invocation: $(MAKE) all install all followed by install target. In general this is not correct for the following: 1) Not all Makefiles have a rule

[OpenWrt-Devel] [PATCH] init.d/led should run after init.d/done to avoid led settings being override

2009-10-27 Thread Nuno Gonçalves
Signed-off-by: Nuno Goncalves nuno...@gmail.com --- Index: package/base-files/files/etc/init.d/led === --- package/base-files/files/etc/init.d/led (revision 18182) +++ package/base-files/files/etc/init.d/led (working copy)

[OpenWrt-Devel] Some questions to package

2009-10-27 Thread Ondrej Zajicek
Hello I would like to create an OpenWRT package for BIRD routing daemon ( http://bird.network.cz/ ), but there is one problem with it: There is a configure option to specify whether it should be compiled for IPv4 or IPv6. If you want both IPv4 and IPv6, you have to built it (configure and make)

Re: [OpenWrt-Devel] Some questions to package

2009-10-27 Thread ZioPRoTo (Saverio Proto)
What is the proper way to support such build? Obviously, it can be easily done by creating two completely independent package specifications, but that would lead to unnecessary duplication. look at the iperf package for an example: https://dev.openwrt.org/browser/packages/net/iperf it is only