[OpenWrt-Devel] [OpenWrt BuildRoot] Build target generation flow

2012-04-20 Thread Peter Wang
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

Re: [OpenWrt-Devel] enable ntpd server for busybox

2012-04-20 Thread Etienne Champetier
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

Re: [OpenWrt-Devel] [PATCH] e2fsck status reaping fix

2012-04-20 Thread Jo-Philipp Wich
-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

Re: [OpenWrt-Devel] [PATCH] Provide an init.d script for mosquitto MQTT broker

2012-04-20 Thread Jo-Philipp Wich
-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

Re: [OpenWrt-Devel] [RFC PATCH] avahi: do not announce a specific front page

2012-04-20 Thread Jo-Philipp Wich
-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

Re: [OpenWrt-Devel] [PATCH] enable ntpd server for busybox

2012-04-20 Thread Jo-Philipp Wich
-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

Re: [OpenWrt-Devel] DHCP issue on LAN after router reboot

2012-04-20 Thread Hanno Schupp
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

[OpenWrt-Devel] [PATCH v2 2/2] tools/ccache: fix build when no ccache is installed on the host system

2012-04-20 Thread Matthias Schiffer
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

Re: [OpenWrt-Devel] [PATCH] Fix ccache build

2012-04-20 Thread Matthias Schiffer
Sure, here is a new version. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH v2 1/2] tools/ccache: fix PKG_CAT

2012-04-20 Thread Matthias Schiffer
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

Re: [OpenWrt-Devel] [PATCH] Fix ccache build

2012-04-20 Thread Florian Fainelli
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

[OpenWrt-Devel] [PATCH] Fix ccache build

2012-04-20 Thread Matthias Schiffer
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

[OpenWrt-Devel] [PATCH] Provide an init.d script for mosquitto MQTT broker

2012-04-20 Thread Karl Palsson
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/