[LEDE-DEV] [PATCH v1] wireguard: bump to 20171221

2017-12-23 Thread Kevin Darbyshire-Bryant
7e945a8 version: bump snapshot f2168aa compat: kernels < 3.13 modified genl_ops 52004fd crypto: compile on UML 6b69b65 wg-quick: dumber matching for default routes aa35d9d wg-quick: add the "Table" config option 037c389 keygen-html: remove prebuilt file No patch refresh required. Compile-test-for

[LEDE-DEV] [PATCH] bcm53xx: use iflag=skip_bytes for dd command during sysupgrade

2017-12-23 Thread Rafał Miłecki
From: Rafał Miłecki Since BusyBox 1.25.0 dd command supports iflag=skip_bytes which allows skipping requested amount of bytes without reducing blocksize. Thanks to this we can leave default blocksize and let dd work more efficiently. On Netgear R6250 "dd skip=58 iflag=skip_bytes" can be 5 times

Re: [LEDE-DEV] [PATCH] bcm53xx: use iflag=skip_bytes for dd command during sysupgrade

2017-12-23 Thread Etienne Champetier
Hi Rafal, 2017-12-23 14:14 GMT-08:00 Rafał Miłecki : > From: Rafał Miłecki > > Since BusyBox 1.25.0 dd command supports iflag=skip_bytes which allows > skipping requested amount of bytes without reducing blocksize. Thanks to > this we can leave default blocksize and let dd work more efficiently.