Re: [OpenWrt-Devel] How to start

2015-10-31 Thread Pumaridd Pumaridd
Hi, thanks for yours reply! I will read the guides that are suggested. cheers! 2015-11-01 1:11 GMT+01:00 Javier Domingo Cansino : > Hi, > > If you are willing to implement a simple mac protocol, you could start > exploring the Linux kernel code, the network part. There are several > manuals and

Re: [OpenWrt-Devel] How to start

2015-10-31 Thread Javier Domingo Cansino
Hi, If you are willing to implement a simple mac protocol, you could start exploring the Linux kernel code, the network part. There are several manuals and books around linux networking that could be useful. After that, you could try to compile an image for any board you are willing to use. I hav

[OpenWrt-Devel] How to start

2015-10-31 Thread Pumaridd Pumaridd
Hi all, I'm new in the world of openwrt. I'm a computer science student and my goal is to start implementing simple mac protocol on real hardware. I started reading some documentation but I'm loosing... If someone of you can help my to find the right direction of my study I will really appreciate

[OpenWrt-Devel] [PATCH] px5g: Use SHA-256 when generating self-signed certificates

2015-10-31 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl --- Unfortunately I am not sure if and how px5g-standalone should be adjusted, so this should be done by someone else if required. package/utils/px5g/px5g.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/utils/px5g/px5g.c b/package/

Re: [OpenWrt-Devel] [PATCH v2 0/5] malta: changes for a better testing environment

2015-10-31 Thread Florian Fainelli
Le 30/10/2015 20:05, Yousong Zhou a écrit : > The series is a refreshed version of a previous mixed one in September [1]. > > With many kind advices from linux-mips, the kernel patch was merged in > upstream > since release 4.3-rc5. It was run-tested with 3.18 kernel and only > compile-tested wi

[OpenWrt-Devel] [PATCH, resend] busybox: enable find mtime support by default

2015-10-31 Thread Dirk Brenken
busybox binary in openwrt neither supports stat nor find mtime. This patch adds find mtime support by default. I've compared ipk size for three different targets (ar71xx, brcm2708, x86): 209908 Okt 16 13:48 busybox_1.23.2-3_ar71xx.ipk-0before 210031 Okt 16 16:47 busybox_1.23.2-3_ar71xx.ipk-1after

[OpenWrt-Devel] [PATCH] uboot-lantiq: Add SoC version 1.2 support for Arcadyan VGV7510KW22

2015-10-31 Thread Martin Blumenstingl
This fixes #20409 Signed-off-by: Martin Blumenstingl --- .../0043-MIPS-add-board-support-for-Arcadyan-VGV7510KW22.patch | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package/boot/uboot-lantiq/patches/0043-MIPS-add-board-support-for-Arcadyan-VGV7510KW22.patch b

Re: [OpenWrt-Devel] fstools: block command doesn't recognize supported filesystem types because of libblkid-tiny

2015-10-31 Thread Martin Blumenstingl
On Thu, Oct 8, 2015 at 6:13 PM, Sandy McArthur Jr wrote: > While attempting to pivot overlay using the f2fs filesystem in a 4mib > internal flash storage device on usb flash storage with the final CC > 15.05 release I ran into the hurdle that the block command doesn't > understand the magic bytes

[OpenWrt-Devel] [PATCH 2/2] libblkid-tiny: Add F2FS support

2015-10-31 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl --- CMakeLists.txt| 1 + libblkid-tiny/f2fs.c | 101 ++ libblkid-tiny/libblkid-tiny.c | 1 + 3 files changed, 103 insertions(+) create mode 100644 libblkid-tiny/f2fs.c diff --git a/CMakeLists

[OpenWrt-Devel] fstools: Update libblkid and add F2FS support

2015-10-31 Thread Martin Blumenstingl
Hello, this updates the libblkid code and additionally adds F2FS support. The libblkid-tiny binary is now slightly smaller: Before: 19268 libblkid-tiny.so After: 18256 libblkid-tiny.so mount output of a F2FS device: # mount | grep f2fs /dev/sda1 on /mnt type f2fs (rw,relatime

[OpenWrt-Devel] [PATCH 1/2] libblkid-tiny: Update the code from util-linux's libblkid

2015-10-31 Thread Martin Blumenstingl
This updates the relevant source files to util-linux changeset 4419ffb9eff5801fdbd385a4a6199b3877f802ad. Signed-off-by: Martin Blumenstingl --- libblkid-tiny/bitops.h| 166 ++ libblkid-tiny/blkdev.h| 47 +- libblkid-tiny/blkid.h | 147

Re: [OpenWrt-Devel] [PATCH 3/7] ar71xx/image: migrate tl-wdr6500-v2 to new image build steps

2015-10-31 Thread Felix Fietkau
On 2015-10-31 15:33, Weijie Gao wrote: > I'll have a try. > But there's another issue. > > The firmware uses a version 2 magic, specified by "-m 2" cmdline passed > to mktplinkfw. > Directly call mktplinkfw-initramfs or mktplinkfw will create a version 1 > firmware. The templates check TPLINK_HEAD

Re: [OpenWrt-Devel] [PATCH 3/7] ar71xx/image: migrate tl-wdr6500-v2 to new image build steps

2015-10-31 Thread Weijie Gao
I'll have a try. But there's another issue. The firmware uses a version 2 magic, specified by "-m 2" cmdline passed to mktplinkfw. Directly call mktplinkfw-initramfs or mktplinkfw will create a version 1 firmware. 2015-10-31 22:20 GMT+08:00 Felix Fietkau : > On 2015-10-31 15:02, Weijie Gao wrote

Re: [OpenWrt-Devel] [PATCH 3/7] ar71xx/image: migrate tl-wdr6500-v2 to new image build steps

2015-10-31 Thread Felix Fietkau
On 2015-10-31 15:02, Weijie Gao wrote: > HI, > > I have this router and I submitted this router's mach. > > Have you noticed that the TPLINK-64K generates a U-Boot image for the > kernel at first? > The normal routine does not do that. > > So this firmware has two headers, first the tp-link head

Re: [OpenWrt-Devel] [PATCH 3/7] ar71xx/image: migrate tl-wdr6500-v2 to new image build steps

2015-10-31 Thread Weijie Gao
HI, I have this router and I submitted this router's mach. Have you noticed that the TPLINK-64K generates a U-Boot image for the kernel at first? The normal routine does not do that. So this firmware has two headers, first the tp-link header then the u-boot header. If the u-boot header disappea

Re: [OpenWrt-Devel] [PATCH 3/7] ar71xx/image: migrate tl-wdr6500-v2 to new image build steps

2015-10-31 Thread Alexander Couzens
Hi Weijie, the old image also used mktplink. Do you have a wdr6500? If so it would be nice if you can test the new image. Best lynxis old image code: $(eval $(call SingleProfile,TPLINK-64K,64kraw,TLWDR6500V2,tl-wdr6500-v2,TL-WDR6500-v2,ttyS0,115200,0x6502,1,8Mlzma)) define Image/Build/TPL

Re: [OpenWrt-Devel] [PATCH 3/7] ar71xx/image: migrate tl-wdr6500-v2 to new image build steps

2015-10-31 Thread Weijie Gao
Hi, The TL-WDR6500 v2 does not use the standard TP-LINK firmware header. The kernel has a U-Boot header. If you use tplink-8mlzma, the bootloader won't recognize it. Please revert this patch. Regards, Weijie 2015-10-31 8:54 GMT+08:00 Alexander Couzens : > Signed-off-by: Alexander Couzens > -

Re: [OpenWrt-Devel] [PATCH] oxnas: fix the incorrect board names which cause sysupgrade failed

2015-10-31 Thread Felix Fietkau
On 2015-10-30 11:32, play4fun wrote: > This patch fix the incorrect board name which cause sysupgrade failed. > The CONTROL file in xxx-squashfs-sysupgrade.tar says BOARD=pogoplug-pro, > instead of pogoplugpro. > > Signed-off-by: Shonn Lu > It's still broken, please

Re: [OpenWrt-Devel] [PATCH, resend] busybox: enable find mtime support by default

2015-10-31 Thread Felix Fietkau
On 2015-10-31 08:34, Dirk Brenken wrote: > busybox binary in openwrt neither supports stat nor find mtime. > This patch adds find mtime support by default. > (resend due to format issues) > > Signed-off-by: Dirk Brenken It's broken again, in a slightly different way. Please consider using git se

[OpenWrt-Devel] [PATCH, resend] busybox: enable find mtime support by default

2015-10-31 Thread Dirk Brenken
busybox binary in openwrt neither supports stat nor find mtime. This patch adds find mtime support by default.  (resend due to format issues) Signed-off-by: Dirk Brenken --- diff --git a/package/utils/busybox/Config-defaults.in b/package/utils/busybox/Config-defaults.in index a61109a..5b77f93 10