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
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
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
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(-)
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
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
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
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
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
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_
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
19 matches
Mail list logo