[OpenWrt-Devel] 回复: [OpenWrt-Users] Is there anybody can find /var/log/dmesg inOpenWRT ?

2016-12-29 Thread Tymon
User List"<openwrt-us...@lists.openwrt.org>; 抄送: "openwrt-devel"<openwrt-devel@lists.openwrt.org>; 主题: Re: [OpenWrt-Users] Is there anybody can find /var/log/dmesg inOpenWRT ? I believe you have to use logread- https://wiki.openwrt.org/doc/howto/log.essentials On Wed, Dec 28, 201

[OpenWrt-Devel] Is there anybody can find /var/log/dmesg in OpenWRT ?

2016-12-28 Thread Tymon
Hi all, Why can't I find the /var/log/dmesg file under openwrt (the busybox built-in tool 'dmesg' is work fine) ??? Any hint will be appreciated! -- Regards, banglang huang ___ openwrt-devel mailing list

[OpenWrt-Devel] Any hit on how to mount vfat u-disk as "async" option ?

2016-12-06 Thread Tymon
Hi all, I can not mount my vfat format u-disk as "rw, async" option under OpenWRT 14.07, No matter use shell command 'mount /dev/sda1 /mnt/sda1 -o rw,async' or edit the /etc/fstab, none of the methods can archive my aim. Any hit will be appreciate!!

[OpenWrt-Devel] ?????? [PATCH CC 02/32] ar71xx: add support for TL-WR741NDv5

2016-08-02 Thread Tymon
Where can I buy a TL-WR741ND V5 or V6 online ? Would you please provide a URL to me ? Thank you very much. -- Regards, banglang huang ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] GCC-5.3.1 Build with Go language support, but can not find crti.o crt1.o file

2016-05-08 Thread Tymon
Hi all, I am using uClibc and trying to build GCC-5.3.1 (Linaro) with Go language support, however I meet a issue that "can not find crti.o crt1.o file". I'd tried the approaches which searched by google/stackoverflow(modified LIBRARY_PATH in ~/.bashrc), but none of them has

[OpenWrt-Devel] [PATCH v2] add reusable function for getting fs type txt

2016-02-14 Thread tymon
Add 'volume_identify_txt()' function so that we can use it to print the coressponding fs type as 'char *' type when we need. Signed-off-by: tymon <banglang.hu...@foxmail.com> --- libfstools/overlay.c | 10 ++ libfstools/volume.c | 12 libfstools/volume.h |2

[OpenWrt-Devel] [PATCH] add reusable function for getting fs type txt

2016-02-14 Thread tymon
Add 'volume_identity_txt()' function so that we can use it to print the coressponding fs type as 'char *' type when we need. Signed-off-by: tymon <banglang.hu...@foxmail.com> --- libfstools/overlay.c | 10 ++ libfstools/volume.c | 12 libfstools/volume.h |2

[OpenWrt-Devel] [PATCH] fstools: add reusable function for getting fs type txt

2016-01-31 Thread tymon
Add 'volume_identity_txt()' function so that we can use it to print the coressponding fs type as 'char *' type when we need. Signed-off-by: tymon <banglang.hu...@foxmail.com> --- libfstools/overlay.c | 10 ++ libfstools/volume.c | 14 ++ libfstools/volume.h

[OpenWrt-Devel] MT7621 board (512MB) high memory relevant issue.

2015-08-10 Thread Tymon
My testbed's memory is 512MB, but the memory showed to us is 448MB( init as BOOT_MEM_RAM) and the high memory is 0 K, why ? And I found that if both the 448MB and other 64MB init as BOOT_MEM_RAM, the samba(pbsam-util accelerate) service will work with a low speed transmission(20MB/s) while it

[OpenWrt-Devel] [PATCH] ramips: add support for PandoraBox PBR-M1

2015-06-17 Thread tymon
This patch is for PandoraBox PBR-M1 which is based on mt7621, all the features work fine, including rtc, leds, button, usb3.0, etc. Signed-off-by: tymon banglang.hu...@foxmail.com --- target/linux/ramips/base-files/etc/board.d/01_leds | 5 + .../linux/ramips/base-files/etc/board.d

[OpenWrt-Devel] [PATCH] Add support for PandoraBox PBR-M1 Board

2015-06-16 Thread Tymon
Hi all, please find below patch that adds support for PandoraBox PBR-M1 Board to OpenWRT trunk. The board is based on mt7621 platform, and this patch adds a separate profile for pbr-m1. Best regards, Tymon From: tymon ty...@xcloud.cc Signed-off-by: tymon ty...@xcloud.cc --- target

[OpenWrt-Devel] Implementation of restarting wifi(hostapd) when it stop unexpectedly

2015-05-26 Thread Tymon
Hi all, I found an excited function that the hostapd will restart once it is killed unexpectedly and feel curiously about its implementation, anyone can give me more hints on this awesome function ? thanks. -- Regards, banglang huang

Re: [OpenWrt-Devel] Implementation of restarting wifi(hostapd) whenit stop unexpectedly

2015-05-26 Thread Tymon
: Felix Fietkaun...@openwrt.org; Date: 2015??5??26??(??) 5:40 To: Tymonbanglang.hu...@foxmail.com; openwrt-developenwrt-devel@lists.openwrt.org; Subject: Re: [OpenWrt-Devel] Implementation of restarting wifi(hostapd) whenit stop unexpectedly On 2015-05-26 11:29, Tymon wrote: Hi all

[OpenWrt-Devel] Question about broadcom image under openwrt

2015-04-03 Thread Tymon
I ported bcm958522er (ARM Crotex A9, dual core) on openwrt successfully, used kernel 2.6.36 rather than 3.3.8, But I suffered from a strange problem on the booting--the vmlinux.lzma with boot_vmlinuz u-boot command work fine while the openwrt-xxx-squashfs.trx hanged at the beginning. why ?

Re: [OpenWrt-Devel] reply?? System halted on bcm4708 series board when booting openwrt trunk(kernel 3.14)

2015-03-31 Thread Tymon
..] [ ..messy code ..] for more detail, refer to: https://forum.openwrt.org/viewtopic.php?pid=270764#p270764 -- Original -- From: Tymon;banglang.hu...@foxmail.com; Send time: Tuesday, Mar 10, 2015 2

Re: [OpenWrt-Devel] reply?? System halted on bcm4708 series board when booting openwrt trunk(kernel 3.14)

2015-03-31 Thread Tymon
and bcm5301x.dtsi did not show much information about spi-nor-flash. -- Original -- From: Tymon;banglang.hu...@foxmail.com; Send time: Wednesday, Apr 1, 2015 11:10 AM To: openwrt-developenwrt-devel@lists.openwrt.org; Subject: Re: [OpenWrt-Devel]reply?? System halted

Re: [OpenWrt-Devel] ?????? How toCustom admin page on openwrt ?

2015-03-12 Thread Tymon
/cgi-bin/mailman/listinfo/openwrt-devel -- Original message -- From: Ben Mulvihill; Sendtime: Thursday, Mar 12, 2015 6:27 PM To: Tymon; Cc: Claudio Thomas; openwrt-devel; Subject: Re: [OpenWrt-Devel] ?? How toCustom admin page on openwrt ? Surely

[OpenWrt-Devel] ?????? How to Custom admin page on openwrt ?

2015-03-12 Thread Tymon
; : Re: [OpenWrt-Devel] How to Custom admin page on openwrt ? On 12.03.2015 09:45, Tymon wrote: Thank you for your answer, Claudio Thomas: I use the default utility called dnsmasq ( a light-weigh dns server and dhcp server

[OpenWrt-Devel] How to Custom admin page on openwrt ?

2015-03-12 Thread Tymon
Hi all, As we all known, the default method to access the router's administration web page(Luci) is to type http://192.168.1.1; on the browser. I am curious about how can the router recognize thehttp://192.168.1.1as its accessible site ? More interesting thing is I used to see

[OpenWrt-Devel] reply?? System halted on bcm4708 series board when booting openwrt trunk(kernel 3.14)

2015-03-10 Thread Tymon
On 10 March 2015 at 04:43, Tymon banglang.hu...@foxmail.com wrote: my cpu is BCM958522ER which is the same series with 4708 as well, 32MB ###boot log: (I updated the xxx-squashfs.trx to the flash) Hit any key to stop autoboot: 0 Checking TRX Image at addr 1e20 ... Uncompressing

[OpenWrt-Devel] System halted on bcm4708 series board when booting openwrt trunk (kernel 3.14)

2015-03-09 Thread Tymon
. -- Regards, Tymon ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel___ openwrt-devel mailing list openwrt-devel

[OpenWrt-Devel] Mounting jffs2 mtdblock error ??

2014-05-19 Thread Tymon
below is the output when I mount /dev/mtdblock10 to /mnt directory, why these log arise again and again ?... mtdblock10 is a partition of my second flash root@OpenWrt:/# mount -t jffs2 /dev/mtdblock10 /mnt/ [ 808.08] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0048:

[OpenWrt-Devel] Dual-Flash Driver support on openwrt

2014-05-16 Thread Tymon
Hi, all: My board is a Dual-flash device, and I want to make openwrt support on it. The chip is compatible with M25P80, detail model is MX25L12845EMI-10G. The 1st flash GPIO pin is GPIO5, and the 2nd is GPIO-13. I had refer to the arch/mips/ath79/dev-m25p80.c and dev-spi.c , etc, but

Re: [OpenWrt-Devel] Dual-Flash Driver support on openwrt

2014-05-16 Thread Tymon
://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel -- Original -- From: Tymon;banglang.hu...@foxmail.com; Date: Fri, May 16, 2014 09:36 PM To: openwrt-developenwrt-devel@lists.openwrt.org; Subject: [OpenWrt-Devel] Dual-Flash Driver support on openwrt Hi, all

Re: [OpenWrt-Devel] Question about the /tmp/resolv.conf.auto file

2014-03-31 Thread Tymon
How can it retrieve the nameserver in 'DHCP' way ? -- Regards, banglang huang ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel --

Re: [OpenWrt-Devel] Question about the /tmp/resolv.conf.auto file

2014-03-31 Thread Tymon
when patch will be available. With regards, Lukas Dne 31.3.2014 12:43, Kristian Evensen napsal(a): Hi, On Mon, Mar 31, 2014 at 11:58 AM, Tymon banglang.hu...@foxmail.com wrote: How can it retrieve the nameserver in 'DHCP' way ? When a nameserver is retrieved through DHCP, it is part