[OpenWrt-Devel] [PATCH 0/2] update ben nanonote to linux-3.0

2011-09-20 Thread xiangfu . z
From: Xiangfu Liu Hi Lars those two patches is for update the ben nanonote to linux-3.0 most of the kernel code is from the qi-kernel.git[1]. compare to 2.6.38, the most different maybe is '0024-forward-code-to-linux-3.0.patch' help me review those code, please conside merge to upstream thank

[OpenWrt-Devel] [PATCH 2/2] xburst jz4740: update the soc config-3.0

2011-09-20 Thread xiangfu . z
From: Xiangfu Liu --- target/linux/xburst/config-3.0 | 298 +--- 1 files changed, 64 insertions(+), 234 deletions(-) diff --git a/target/linux/xburst/config-3.0 b/target/linux/xburst/config-3.0 index dd67e13..4852d64 100644 --- a/target/linux/xburst/config-3

[OpenWrt-Devel] [PATCH] new package: cgminer, a bitcoin miner progream using FPGA devices

2012-02-20 Thread xiangfu . z
From: Xiangfu Liu --- Hi In OpenWrt this package only enable BitFore and Icarus. which we can connect the FPGA mining device by USB. then mining under OpenWrt router. Xiangfu cgminer/Makefile | 49 +++ .../0001-add-icarus.c-base-on-bitforce.c.patch

[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] fix typo

2009-10-16 Thread xiangfu . z
From: Xiangfu Liu --- package/base-files/files/etc/hosts |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/base-files/files/etc/hosts b/package/base-files/files/etc/hosts index 8d9d14f..75721cd 100644 --- a/package/base-files/files/etc/hosts +++ b/package/base-fi

[OpenWrt-Devel] [PATCH 1/2] check /etc/fstab before automount

2010-03-05 Thread xiangfu . z
From: Xiangfu Liu thanks to Richard Sharpe --- .../base-files/files/etc/hotplug.d/block/10-mount | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package/base-files/files/etc/hotplug.d/block/10-mount b/package/base-files/files/etc/hotplug.d/block/10-mount ind

[OpenWrt-Devel] [PATCH] gitignore vim temporary files (*~)

2011-04-25 Thread xiangfu . z
From: xiangfu Signed-off-by: kyak --- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index e68b0d9..a6a036a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /files /package/feeds /package/openwrt-packages +*~ -- 1.7.0.4

[OpenWrt-Devel] [PATCH v2 0/3] optimize for ben nanonote target

2011-04-25 Thread xiangfu . z
From: Xiangfu Liu Hi those are the version 2 for optimize ben nanonote those patches are rebase on top of: svn://svn.openwrt.org/openwrt/trunk@26761 Xiangfu Liu (2): gitignore vim temporary files (*~) optimize for ben nanonote disable mount memcard make 192.168.254.101 as the

[OpenWrt-Devel] [PATCH v2 2/3] optimize for ben nanonote disable mount memcard make 192.168.254.101 as the default ip address opkg.conf keep opkg files to /root

2011-04-25 Thread xiangfu . z
From: Xiangfu Liu --- target/linux/xburst/base-files/etc/config/fstab |6 - target/linux/xburst/base-files/etc/config/network |4 ++- target/linux/xburst/base-files/etc/hosts |1 + target/linux/xburst/base-files/etc/inittab|8 ++ target/linux/xburst/bas

[OpenWrt-Devel] [PATCH v2 3/3] [xburst] Improve mounttime

2011-04-25 Thread xiangfu . z
From: Xiangfu Liu This patchset optimizes nand read access and reduces the ubi attach time by ~2/3 Credits go to dvdk for having the idea. Signed-off-by: kyak Signed-off-by: Lars-Peter Clausen --- ...ly-the-vid-header-instead-of-the-whole-pa.patch | 11 ++ ...-NAND-Optimize-NAND_ECC_HW_OOB_

[OpenWrt-Devel] [PATCH v2 1/3] gitignore vim temporary files (*~)

2011-04-25 Thread xiangfu . z
From: Xiangfu Liu Signed-off-by: kyak --- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 3141905..f9458c7 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /package/openwrt-packages *.orig *.rej +*~ -- 1.7.0.4