Re: [OpenWrt-Devel] ICplus 175D usage

2014-01-01 Thread Yegor Yefremov
Hi Florian, thanks for answering. On Tue, Dec 31, 2013 at 10:23 AM, Florian Fainelli wrote: > > Le 30 déc. 2013 10:20, "Yegor Yefremov" a écrit > : > > >> >> I've found the driver under >> target/linux/generic/files/drivers/net/phy/ip17xx.c and would like to >> know, how does it working and how

Re: [OpenWrt-Devel] HTTPS for binaries

2014-01-01 Thread David Newall
On 1 Jan 2014 05:24, "iyCXLONo mVUTxeyv" > wrote: Is it possible to download OpenWrt binaries over HTTPS? On 01/01/14 22:41, Weedy wrote: If this really bothers you, you build from source. And vet the source code before building images. If they can be downloade

Re: [OpenWrt-Devel] Build fails at cp -fpR

2014-01-01 Thread Chirag Chhatriwala
On Wed, Jan 1, 2014 at 10:02 PM, Chirag Chhatriwala wrote: > (cd /home/chirag/open/n750/build_dir/host/patch-2.7.1/; if [ -x configure > ]; then cp -fpR /home/chirag/open/n750/scripts/config.{guess,sub} > /home/chirag/open/n750/build_dir/host/patch-2.7.1// && /bin/bash > ./configure CC="gcc" CFLA

[OpenWrt-Devel] Build fails at cp -fpR

2014-01-01 Thread Chirag Chhatriwala
cp: error: no such option: -p Which "cp" does openwrt use here because ubuntu 12.04.2 contains a "cp" which knows that "-p" option. Here's the full log. chirag@Zoidberg:~/open/n750$ make V=s Collecting package info: done Collecting target info: done Checking 'working-make'... ok. Checking 'case-

Re: [OpenWrt-Devel] [PATCH][packages] gstreamer: Update to version 1.2.2. Make grammar.y work with Bison 3

2014-01-01 Thread John Vogel
On Wed, 1 Jan 2014 19:54:42 -0500 "W. Michael Petullo" wrote: > >> Update gstreamer to version 1.2.2. > > > This will break packages that depend on 0.10 series of gstreamer. I have > > already > > submitted a patch, "[PATCH][packages]gstreamer: update grammar.y to build > > with > > bison 3",

Re: [OpenWrt-Devel] [PATCH][packages] gstreamer: Update to version 1.2.2. Make grammar.y work with Bison 3

2014-01-01 Thread W. Michael Petullo
>> Update gstreamer to version 1.2.2. > This will break packages that depend on 0.10 series of gstreamer. I have > already > submitted a patch, "[PATCH][packages]gstreamer: update grammar.y to build with > bison 3", that addresses this issue. It was submitted early December. For reference, I als

Re: [OpenWrt-Devel] HTTPS for binaries

2014-01-01 Thread etienne . champetier
Hi - Mail original - > De: "Weedy" > À: "OpenWrt Development List" > Envoyé: Mercredi 1 Janvier 2014 13:11:08 > Objet: Re: [OpenWrt-Devel] HTTPS for binaries > > If this really bothers you, you build from source. And vet the source > code before building images. > > This is what I do f

[OpenWrt-Devel] [PATCH 4/4] ar71xx: add profile and fixup image generation for the TL-MR10U board (AA backport)

2014-01-01 Thread Oleg Titov
Create a separate board profile and update the profile name in image/makefile. Also use the correct machtype string in kernel command line. Based on r37550: https://dev.openwrt.org/changeset/37550 Signed-off-by: Oleg Titov --- target/linux/ar71xx/generic/profiles/tp-link.mk | 11 +++ ta

[OpenWrt-Devel] [PATCH 3/4] firmware-utils/mktplinkfw: add support for the TL-MR10U board (AA backport)

2014-01-01 Thread Oleg Titov
Based on r37549: https://dev.openwrt.org/changeset/37549 Signed-off-by: Oleg Titov --- tools/firmware-utils/src/mktplinkfw.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tools/firmware-utils/src/mktplinkfw.c b/tools/firmware-utils/src/mktplinkfw.c index 2be6335..27ed826 100644 --- a

[OpenWrt-Devel] [PATCH 2/4] ar71xx: add user-space support for the TL-MR10U board (AA backport)

2014-01-01 Thread Oleg Titov
Based on r37548: https://dev.openwrt.org/changeset/37548 Signed-off-by: Oleg Titov --- target/linux/ar71xx/base-files/etc/diag.sh | 1 + target/linux/ar71xx/base-files/etc/uci-defaults/network | 1 + target/linux/ar71xx/base-files/lib/ar71xx.sh| 6 ++ target/linux/ar

[OpenWrt-Devel] [PATCH 1/4] ar71xx: add kernel support for the TL-MR10U board (AA backport)

2014-01-01 Thread Oleg Titov
Based on r37547: https://dev.openwrt.org/changeset/37547 Signed-off-by: Oleg Titov --- .../ar71xx/files/arch/mips/ath79/mach-tl-wr703n.c | 21 ++--- .../patches-3.3/660-MIPS-add-tl-mr10u-support.patch | 21 + 2 files changed, 39 insertions(+), 3 deletions(-)

Re: [OpenWrt-Devel] HTTPS for binaries

2014-01-01 Thread Peter Lawler
On 01/01/14 21:23, iyCXLONo mVUTxeyv wrote: > Hello, > > Is it possible to download OpenWrt binaries over HTTPS? If not, which seems > to be the case, I want to suggest that HTTPS for downloads is needed. The > HTTP downloads are at risk of man-in-the-middle attacks. For instance, > compromi

Re: [OpenWrt-Devel] [PATCH] Add sysfixtime init script, replacement of luci_fixtime

2014-01-01 Thread Matthias Strubel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm using a script like that on PirateBoxScripts to store the time on the USB stick in a five minute intervall. See: https://github.com/PirateBox-Dev/PirateBoxScripts_Webserver/blob/release-1.0/piratebox/piratebox/bin/timesave.sh (only one part)

Re: [OpenWrt-Devel] [PATCH] Add sysfixtime init script, replacement of luci_fixtime

2014-01-01 Thread etienne . champetier
Hi - Mail original - > De: "Bastian Bittorf" > À: "OpenWrt Development List" > Envoyé: Dimanche 29 Décembre 2013 22:18:07 > Objet: Re: [OpenWrt-Devel] [PATCH] Add sysfixtime init script, replacement of > luci_fixtime > > * Etienne CHAMPETIER [29.12.2013 22:09]: > > Save time by touchi

Re: [OpenWrt-Devel] HTTPS for binaries

2014-01-01 Thread Weedy
If this really bothers you, you build from source. And vet the source code before building images. This is what I do for my clients. On 1 Jan 2014 05:24, "iyCXLONo mVUTxeyv" wrote: > Hello, > > Is it possible to download OpenWrt binaries over HTTPS? If not, which > seems to be the case, I want

[OpenWrt-Devel] HTTPS for binaries

2014-01-01 Thread iyCXLONo mVUTxeyv
Hello, Is it possible to download OpenWrt binaries over HTTPS? If not, which seems to be the case, I want to suggest that HTTPS for downloads is needed. The HTTP downloads are at risk of man-in-the-middle attacks. For instance, compromised binaries could be supplied in response to HTTP downl