Dear All,
I am new to OpenWrt and interested in OpenWrt Buildroot makefile
architecture
We know we have a shortcut to build a single package by typing "make
package//compile"
But I am curious how the makefile target "package//compile" is
generated in Top-Leveled Makefile
I am trying to trac
If you (or another dev) can backport it to backfire
it will correct the warning about "service_kill" and "start-stop-daemon" (and
make me happy :) )
Thanks in advance
Etienne
Le 20/04/2012 17:41, Jo-Philipp Wich a écrit :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi,
>
> thanks - app
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I committed a modified version of this patch in r31377 - thanks!
~ Jow
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk+RhaMACgkQdputYINPTPOb8gCgokn+W
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
thanks for the udated patch, applied in r31376.
~ Jow
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk+RhD4ACgkQdputYINPTPMOXQCfdyDkFr0wTafoQ1J3DIp364
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
No objections from anyone so added in r31375, thanks Michael.
~ Jow
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk+Rg+cACgkQdputYINPTPMcgQCffcxVwRhVrmZwD
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
thanks - applied in r31374.
~ Jow
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk+Rg7oACgkQdputYINPTPOVWgCfSWxkBOqoh5vpYm/b9NSe4PZe
6ccAn2KAQFZDb0A1s
Hi,
I have tested now again with a clean image built from latest snapshot image
builder and the issue definitely occurs, while other routers like TL-WR941ND or
RB751G, which do not use the rtl8366rb switch are fine. I check the change log
and the issue had previously been detected and fixed see
configure fails if no ccache is installed on the system, as the default
configure command sets CC=$(HOSTCC), which is "ccache gcc" when ccache is
enabled. Fix this by setting CC=$(HOSTCC_NOCACHE) as configure argument.
Signed-off-by: Matthias Schiffer
---
tools/ccache/Makefile |6 +-
1 f
Sure, here is a new version.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
r31166 changed the package format from gzip to xz, but didn't change PKG_CAT,
causing the unpacking to fail.
Signed-off-by: Matthias Schiffer
---
tools/ccache/Makefile |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile
index 9bc0b
Hi Matthias,
Le 04/20/12 12:22, Matthias Schiffer a écrit :
r31166 changes the package format from gzip to xz, but didn't change PKG_CAT.
Furthermore, configure fails if no ccache is installed in the system, as the
default configure command sets CC=$(HOSTCC), which is "ccache gcc" when ccache
i
r31166 changes the package format from gzip to xz, but didn't change PKG_CAT.
Furthermore, configure fails if no ccache is installed in the system, as the
default configure command sets CC=$(HOSTCC), which is "ccache gcc" when ccache
is
enabled. Fix this by setting CC=$(HOSTCC_NOCACHE) as configur
From: Karl Palsson
Use the service helper scripts to build a simple init script for the
mosquitto broker. To make sure that the standard shipped config file
works, add a mosquitto user if not found.
Signed-off-by: Karl Palsson
---
net/mosquitto/Makefile |4 +++-
net/mosquitto/
13 matches
Mail list logo