ldpinney

ldpinney pushed to GB-PC2 at ldpinney/GnuBee-libreCMC

  • 31781c8407 ramips: add support for the GnuBee Personal Cloud Two The GnuBee Personal Cloud Two crowdfunded on https://www.crowdsupply.com It is a low-cost, low-power, network-attached storage device. Specifications: - SoC: MediaTek MT7621AT - RAM: DDR3 512 MB - Flash: 32 MB - Six SATA ports for 3.5" Drives - One SDcard - One USB 3.0 - Two USB 2.0 - Gigabit Ethernet: Three Ports - UART 3.5mm Audio Jack or 3 pin header - 57600 8N1 - Three GPIOs available on a pin header Flash instructions: The GnuBee Personal Cloud Two ships with libreCMC installed. libreCMC is a Free Software Foundation approved fork of LEDE/OpenWrt. As such one can upgrade using the webinterface or sysupgrade. Das U-Boot has multiple options for recovery or updates including : - USB - http - tftp Signed-off-by: L. D. Pinney <ldpinney@gmail.com>

6 years ago

ldpinney pushed to GB-PC2 at ldpinney/GnuBee-libreCMC

  • 45c09c4e3f Merge remote-tracking branch 'upstream/master'
  • 81cfe18d6b Merge branch 'spi-reset' of ldpinney/GnuBee-libreCMC into master
  • 4246f27dd8 ramips: restore the mediatek-4-byte-spi-reset.patch patch was dropped in commit 447cf1a2b7efa3949c8562d08bddcfaba3a5d809 Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
  • 0adcc234e6 ramips: restore the mediatek-4-byte-spi-reset.patch patch was dropped in commit 447cf1a2b7efa3949c8562d08bddcfaba3a5d809 Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
  • 0282f99cc8 Merge remote-tracking branch 'upstream/master'

6 years ago

ldpinney created new branch GB-PC2 at ldpinney/GnuBee-libreCMC

6 years ago

ldpinney deleted branch carl9170 at ldpinney/GnuBee-libreCMC

6 years ago

ldpinney deleted branch spi-reset at ldpinney/GnuBee-libreCMC

6 years ago

ldpinney pushed to v1.4.1 at ldpinney/GnuBee-libreCMC

  • 8244527d37 ramips: add mediatek-4-byte-spi-reset.patch Signed-off-by: L. D. Pinney <ldpinney@gmail.com>

6 years ago

ldpinney created pull request libreCMC/libreCMC#22

ramips: restore the mediatek-4-byte-spi-reset.patch

6 years ago

ldpinney pushed to spi-reset at ldpinney/GnuBee-libreCMC

  • 4246f27dd8 ramips: restore the mediatek-4-byte-spi-reset.patch patch was dropped in commit 447cf1a2b7efa3949c8562d08bddcfaba3a5d809 Signed-off-by: L. D. Pinney <ldpinney@gmail.com>

6 years ago

ldpinney pushed to spi-reset at ldpinney/GnuBee-libreCMC

  • 854ded7f27 Add GL-AR300M NAND Flash support This was based upon commit : 333ccb0e158edaf80cb1ca696e328f9435f7d3eb in repo. github.com/domino-team/lede-ar300m
  • 9867acfd5d Fix omitted gl-ar150
  • d826424f9f Backport support for the GL-USB150 micro-router
  • 63879c485f wireguard: version bump to 0.0.20171017 This is a simple version bump. Changes: * noise: handshake constants can be read-only after init * noise: no need to take the RCU lock if we're not dereferencing * send: improve dead packet control flow * receive: improve control flow * socket: eliminate dead code * device: our use of queues means this check is worthless * device: no need to take lock for integer comparison * blake2s: modernize API and have faster _final * compat: support READ_ONCE * compat: just make ro_after_init read_mostly Assorted cleanups to the module, including nice things like marking our precomputations as const. * Makefile: even prettier output * Makefile: do not clean before cloc * selftest: better test index for rate limiter * netns: disable accept_dad for all interfaces Fixes in our testing and build infrastructure. Now works on the 4.14 rc series. * qemu: add build-only target * qemu: work on ubuntu toolchain * qemu: add more debugging options to main makefile * qemu: simplify shutdown * qemu: open /dev/console if we're started early * qemu: phase out bitbanging * qemu: always create directory before untarring * qemu: newer packages * qemu: put hvc directive into configuration This is the beginning of working out a cross building test suite, so we do several tricks to be less platform independent. * tools: encoding: be more paranoid * tools: retry resolution except when fatal * tools: don't insist on having a private key * tools: add pass example to wg-quick man page * tools: style * tools: newline after warning * tools: account for padding being in zero attribute Several important tools fixes, one of which suppresses a needless warning. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> (cherry picked from commit f6c4a9c045797d9be12310eebc6341050fd260ce)
  • c682d8d810 wireguard: add wireguard to base packages Move wireguard from openwrt/packages to base a package. This follows the pattern of kmod-cake and openvpn. Cake is a fast-moving experimental kernel module that many find essential and useful. The other is a VPN client. Both are inside of core. When you combine the two characteristics, you get WireGuard. Generally speaking, because of the extremely lightweight nature and "stateless" configuration of WireGuard, many view it as a core and essential utility, initiated at boot time and immediately configured by netifd, much like the use of things like GRE tunnels. WireGuard has a backwards and forwards compatible Netlink API, which means the userspace tools should work with both newer and older kernels as things change. There should be no versioning requirements, therefore, between kernel bumps and userspace package bumps. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Acked-by: Jo-Philipp Wich <jo@mein.io> Acked-by: Felix Fietkau <nbd@nbd.name> (cherry picked from commit 699c6fcc314225f79156a26db418e15bbc6bf10f)

6 years ago

ldpinney created new branch spi-reset at ldpinney/GnuBee-libreCMC

6 years ago

ldpinney closed pull request libreCMC/libreCMC#21

ramips: restore the mediatek-4-byte-spi-reset.patch

6 years ago

ldpinney created pull request libreCMC/libreCMC#21

ramips: restore the mediatek-4-byte-spi-reset.patch

6 years ago

ldpinney pushed to master at ldpinney/GnuBee-libreCMC

  • 0adcc234e6 ramips: restore the mediatek-4-byte-spi-reset.patch patch was dropped in commit 447cf1a2b7efa3949c8562d08bddcfaba3a5d809 Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
  • 0282f99cc8 Merge remote-tracking branch 'upstream/master'
  • 854ded7f27 Add GL-AR300M NAND Flash support This was based upon commit : 333ccb0e158edaf80cb1ca696e328f9435f7d3eb in repo. github.com/domino-team/lede-ar300m
  • 9867acfd5d Fix omitted gl-ar150
  • d826424f9f Backport support for the GL-USB150 micro-router
  • View comparison for these 25 commits »

6 years ago

ldpinney closed pull request libreCMC/libreCMC#20

firmware: add support for the USB wireless driver carl9170

6 years ago

ldpinney commented on issue libreCMC/libreCMC#20

firmware: add support for the USB wireless driver carl9170

OK Thanks!

6 years ago

ldpinney created pull request libreCMC/libreCMC#20

firmware: add support for the USB wireless driver carl9170

6 years ago

ldpinney pushed to carl9170 at ldpinney/GnuBee-libreCMC

  • 01261d98e1 firmware: add support for the USB wireless driver carl9170 carl9170 is the 802.11 draft-n USB driver with GPLv2 firmware for Atheros USB AR9170 devices. This patch includes only the files to build for the GPLv2 Atheros USB AR9170 devices. https://wiki.debian.org/carl9170 Signed-off-by: L. D. Pinney <ldpinney@gmail.com>

6 years ago

ldpinney pushed to carl9170 at ldpinney/GnuBee-libreCMC

  • d6197dd10e Merge remote-tracking branch 'upstream/master'
  • 6d1a2372be Merge branch 'master' of https://gogs.librecmc.org/ldpinney/GnuBee-libreCMC
  • 2ee88be92b Merge branch 'master' of RISCI_ATOM/libreCMC into master
  • b33db6ea94 Update toolchain/gdb to 7.12.1
  • e04de5e983 Merge branch 'master' of ldpinney/GnuBee-libreCMC into master

6 years ago

ldpinney created new branch carl9170 at ldpinney/GnuBee-libreCMC

6 years ago

ldpinney deleted branch carl9170 at ldpinney/GnuBee-libreCMC

6 years ago