From: Xiangfu <[email protected]>
V2: fix urjtag minor install error
In those 6 package. there are:
1 lib: libzip
5 apps: xburst-tools, urjtag, lowpan-tools, ben-wpan and cgminer
Xiangfu (6):
xburst-tools: Tools for Ingenic XBurst CPU USB boot and NAND flash
access
urjtag: Universal JTAG library, server and tools
lowpan-tools: this is a set of utils to manage the Linux LoWPAN
stack.(aims for IEEE 802.15.4-2003)
ben-wpan: a set of tools for BEN-WPAN(atBen, atUSB) project
libzip: a C library for reading, creating, and modifying zip archives
cgminer: it is a multi-threaded multi-pool GPU, FPGA and CPU bitcoin
miner
libs/libzip/Makefile | 54 ++++++
net/ben-wpan/Makefile | 176 ++++++++++++++++++++
.../patches/001-disable-some-gui-apps.patch | 19 +++
net/lowpan-tools/Makefile | 43 +++++
utils/cgminer/Makefile | 64 +++++++
utils/cgminer/files/20-cgminer.hotplug | 15 ++
utils/cgminer/files/cgminer-monitor | 6 +
utils/cgminer/files/cgminer.init | 17 ++
utils/urjtag/Makefile | 57 +++++++
utils/urjtag/patches/0001-disable-inb-outb.patch | 34 ++++
utils/xburst-tools/Makefile | 59 +++++++
11 files changed, 544 insertions(+)
create mode 100644 libs/libzip/Makefile
create mode 100644 net/ben-wpan/Makefile
create mode 100644 net/ben-wpan/patches/001-disable-some-gui-apps.patch
create mode 100644 net/lowpan-tools/Makefile
create mode 100644 utils/cgminer/Makefile
create mode 100644 utils/cgminer/files/20-cgminer.hotplug
create mode 100755 utils/cgminer/files/cgminer-monitor
create mode 100755 utils/cgminer/files/cgminer.init
create mode 100644 utils/urjtag/Makefile
create mode 100644 utils/urjtag/patches/0001-disable-inb-outb.patch
create mode 100644 utils/xburst-tools/Makefile
--
1.7.9.5
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel