[OpenWrt-Devel] [PATCH] PyRRD upstream patch

2012-03-04 Thread Roberto Riggio
re-submit upstream patch for pyrrd. this time it should not be mangled. Signed-of-by: Roberto Riggio http://pypi.python.org/packages/source/P/PyRRD/ @@ -27,7 +27,7 @@ CATEGORY:=Languages TITLE:=PyRRD - An Object-Oriented Python Interface for RRDTool URL:=http://code.google.com/p/pyrrd/

Re: [OpenWrt-Devel] [PATCH] ramips: Board support for Asus RT-N10+ (patch v3)

2012-03-04 Thread Patrick van Staveren
I've continued work on finishing up support for this board: * Fixed setting MAC address using a different method, and it's working * Added the board to the sysupgrade board list, and confirmed sysupgrade works fine * Updated ramips/image/Makefile to match recent revamping of this Makefile I've

Re: [OpenWrt-Devel] [PATCH] ramips: Board support for Asus RT-N10+ (patch v3)

2012-03-04 Thread Gabor Juhos
2012.03.04. 15:16 keltezéssel, Patrick van Staveren írta: > I've continued work on finishing up support for this board: > * Fixed setting MAC address using a different method, and it's working > * Added the board to the sysupgrade board list, and confirmed sysupgrade > works fine > * Updated ramip

Re: [OpenWrt-Devel] [PATCH] support for unbranded XDX-RN502J ralink board

2012-03-04 Thread Gabor Juhos
2012.02.25. 12:44 keltezéssel, bruno schwander írta: > This patch adds support for routers using a PCB marked XDX-RN502J > V2.0, such as some unbranded routers like this: > > http://www.mediafire.com/?8acv87h6snn9fj6 > http://www.mediafire.com/?do7xonw7scor4kn > http://www.mediafire.com/?1ad49zvx3

[OpenWrt-Devel] owfs segfault

2012-03-04 Thread viktor vraniak
hi am using owfs-2.8p4 and libow-2.8p4 package on ASUS WL500GP v1 router trying to get working with DS9490R USB 1-wire adaptor, but unsuccessfully when i connect adaptor to USB port, nothing happens (dmesg show nothing) if i try to start owfs i am getting error with command root@OpenWrt:~# owfs -

[OpenWrt-Devel] owfs segfault

2012-03-04 Thread viktor vraniak
i forgot to write in my previuos mail (extact same subject) that USB working, as i can mount external drive with ext2 filesystem regrads ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-de

[OpenWrt-Devel] Busybox modinfo and needing modules.dep

2012-03-04 Thread Philip Prindeville
I'm trying to write some scripts to help out with debugging kernel traces, etc. for people who aren't used to doing such, trying to automate everything as much as possible. I've identified a need to use modinfo, but just selecting CONFIG_BUSYBOX_CONFIG_MODINFO=y doesn't do it since we don't bui

Re: [OpenWrt-Devel] Busybox modinfo and needing modules.dep

2012-03-04 Thread Felix Fietkau
On 2012-03-04 10:00 PM, Philip Prindeville wrote: > I'm trying to write some scripts to help out with debugging kernel traces, > etc. for people who aren't used to doing such, trying to automate everything > as much as possible. > > I've identified a need to use modinfo, but just selecting > CO

Re: [OpenWrt-Devel] Busybox modinfo and needing modules.dep

2012-03-04 Thread Philip Prindeville
On 3/4/12 2:15 PM, Felix Fietkau wrote: > On 2012-03-04 10:00 PM, Philip Prindeville wrote: >> I'm trying to write some scripts to help out with debugging kernel traces, >> etc. for people who aren't used to doing such, trying to automate everything >> as much as possible. >> >> I've identified a

Re: [OpenWrt-Devel] Alix 2D13 on latest trunk, traces in dmesg on bootup?

2012-03-04 Thread Felix Fietkau
On 2012-03-01 5:18 AM, Adam Gensler wrote: > For what its worth I spent some time this evening putting together a > Fedora Core 16 virtual machine to test with. I pulled a fresh copy of > trunk and built the alix2 target and got the same traces on boot up. Please run gdb on the vmlinux file again

Re: [OpenWrt-Devel] [PATCH] parted disc partitioning utility

2012-03-04 Thread Clark Rawlins
This is a brown paper bag update of my previous patch. = Include the parted disc partitioning utility As disc drives can exceed 2TB in size the MSDOS partition table is not able to partition the entire drive. Adding the parted utility to openw

Re: [OpenWrt-Devel] Alix 2D13 on latest trunk, traces in dmesg on bootup?

2012-03-04 Thread Felix Fietkau
On 2012-03-04 11:31 PM, Felix Fietkau wrote: > On 2012-03-01 5:18 AM, Adam Gensler wrote: >> For what its worth I spent some time this evening putting together a >> Fedora Core 16 virtual machine to test with. I pulled a fresh copy of >> trunk and built the alix2 target and got the same traces on

Re: [OpenWrt-Devel] Alix 2D13 on latest trunk, traces in dmesg on bootup?

2012-03-04 Thread Felix Fietkau
On 2012-03-05 1:19 AM, Felix Fietkau wrote: > On 2012-03-04 11:31 PM, Felix Fietkau wrote: >> On 2012-03-01 5:18 AM, Adam Gensler wrote: >>> For what its worth I spent some time this evening putting together a >>> Fedora Core 16 virtual machine to test with. I pulled a fresh copy of >>> trunk and

[OpenWrt-Devel] [PATCH 0/7] new packages, 4th, byobu, calcurse, gawk, remind, taskwarrior, tig

2012-03-04 Thread xiangfu . z
From: Xiangfu Xiangfu (7): 4th: forth compiler byobu: decorative, multi-panel screens terminal calcurse: fullscreen curses based calendar gawk: GNU version of awk remind: powerfull commandline reminder taskwarrior: command line task manager tig: console git repository viewer deve

[OpenWrt-Devel] [PATCH 3/7] calcurse: fullscreen curses based calendar

2012-03-04 Thread xiangfu . z
From: Xiangfu Signed-off-by: Xiangfu --- utils/calcurse/Makefile | 39 +++ 1 files changed, 39 insertions(+), 0 deletions(-) create mode 100644 utils/calcurse/Makefile diff --git a/utils/calcurse/Makefile b/utils/calcurse/Makefile new file mode 100644 in

[OpenWrt-Devel] [PATCH 4/7] gawk: GNU version of awk

2012-03-04 Thread xiangfu . z
From: Xiangfu Signed-off-by: Xiangfu --- utils/gawk/Makefile | 50 ++ 1 files changed, 50 insertions(+), 0 deletions(-) create mode 100644 utils/gawk/Makefile diff --git a/utils/gawk/Makefile b/utils/gawk/Makefile new file mode 100644 index 0

[OpenWrt-Devel] [PATCH 5/7] remind: powerfull commandline reminder

2012-03-04 Thread xiangfu . z
From: Xiangfu Signed-off-by: Xiangfu --- utils/remind/Makefile | 43 +++ 1 files changed, 43 insertions(+), 0 deletions(-) create mode 100644 utils/remind/Makefile diff --git a/utils/remind/Makefile b/utils/remind/Makefile new file mode 100644 index

[OpenWrt-Devel] [PATCH 6/7] taskwarrior: command line task manager

2012-03-04 Thread xiangfu . z
From: Xiangfu Signed-off-by: Xiangfu --- utils/taskwarrior/Makefile | 36 1 files changed, 36 insertions(+), 0 deletions(-) create mode 100644 utils/taskwarrior/Makefile diff --git a/utils/taskwarrior/Makefile b/utils/taskwarrior/Makefile new file mode

[OpenWrt-Devel] [PATCH 7/7] tig: console git repository viewer

2012-03-04 Thread xiangfu . z
From: Xiangfu Signed-off-by: Xiangfu --- net/tig/Makefile | 39 +++ 1 files changed, 39 insertions(+), 0 deletions(-) create mode 100644 net/tig/Makefile diff --git a/net/tig/Makefile b/net/tig/Makefile new file mode 100644 index 000..273227d --- /de

[OpenWrt-Devel] [PATCH 1/7] 4th: forth compiler

2012-03-04 Thread xiangfu . z
From: Xiangfu Signed-off-by: Xiangfu --- devel/4th/Makefile | 49 + 1 files changed, 49 insertions(+), 0 deletions(-) create mode 100644 devel/4th/Makefile diff --git a/devel/4th/Makefile b/devel/4th/Makefile new file mode 100644 index 00

[OpenWrt-Devel] [PATCH 2/7] byobu: decorative, multi-panel screens terminal

2012-03-04 Thread xiangfu . z
From: Xiangfu Signed-off-by: Xiangfu --- utils/byobu/Makefile | 52 ++ 1 files changed, 52 insertions(+), 0 deletions(-) create mode 100644 utils/byobu/Makefile diff --git a/utils/byobu/Makefile b/utils/byobu/Makefile new file mode 100644 ind

[OpenWrt-Devel] [PATCH] cgminer: multi-threaded multi-pool GPU, FPGA, CPU bitcoin miner

2012-03-04 Thread xiangfu . z
From: Xiangfu --- Hi For use openwrt as bitcoin mining host connect Icarus as mining board. utils/cgminer/Makefile | 54 ...add-MIPSED-to-icarus-for-BIG_ENDIAN.patch.patch | 25 + 2 files changed, 79 insertions(+), 0 deletions(-)

[OpenWrt-Devel] [PATCH v2] BCMA - Reorder SPROM fill

2012-03-04 Thread Nathan Hintz
The SPROM is initialized in bcm47xx_fill_sprom, so move the call to bcm47xx_fill_sprom_ethernet after it. Changes since v1: Redesigned patch to move initialization of sprom from "bcm47xx_fill_sprom" to calling functions, instead of reordering. Signed-off-by: Nathan Hintz Index: target/linux

Re: [OpenWrt-Devel] [PATCH] BCMA - Find names of non BCM cores

2012-03-04 Thread Nathan Hintz
Attached is an updated patch for comment. 1) Does adding the common section even make sense, if not, I will delete it? 2) I moved the entries that were obviously ARM or MIPS, are these correct and are there others that should be moved? I initially created another version that simply added the man

Re: [OpenWrt-Devel] Alix 2D13 on latest trunk, traces in dmesg on bootup?

2012-03-04 Thread Philip Prindeville
On 3/4/12 5:45 PM, Felix Fietkau wrote: > On 2012-03-05 1:19 AM, Felix Fietkau wrote: >> On 2012-03-04 11:31 PM, Felix Fietkau wrote: >>> On 2012-03-01 5:18 AM, Adam Gensler wrote: For what its worth I spent some time this evening putting together a Fedora Core 16 virtual machine to test