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/
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
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
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
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 -
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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(-)
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
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
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
25 matches
Mail list logo