[LEDE-DEV] [PATCH 1/2] mvebu: Backport RTC trimming support.

2018-03-15 Thread Rosen Penev
This enables a higher precision mode for the RTC. Signed-off-by: Rosen Penev --- .../patches-4.14/420-rtc-trimming-support.patch| 145 + 1 file changed, 145 insertions(+) create mode 100644

[LEDE-DEV] [PATCH 2/2] mvebu: Add Solidrun RTC init patch.

2018-03-15 Thread Rosen Penev
Some boards like the Turris Omnia have an RTC chip that does not get initialized. Initializing the RTC at the driver level helps get rid of bootloader hacks that write special register values. Signed-off-by: Rosen Penev --- .../mvebu/patches-4.14/421-rtc-initialize.patch

[LEDE-DEV] [PATCH] uboot-envtools: Change download to git.

2018-03-15 Thread Rosen Penev
Currently, the build system uses an openwrt mirror which does not currently workand FTP can be unreliable under several circumstances (Ubuntu 16.04 WSL being an example). This change implicitly allows using all the mirrors to download. Changing this to git also allows using .tar.xz archives

Re: [LEDE-DEV] [PATCH] Revert "firmware: ath10k-firmware: update QCA988x firmware to 10.2.4-1.0-00033"

2018-03-15 Thread Ben Greear
On 03/15/2018 04:44 PM, Rosen Penev wrote: On Sun, Mar 4, 2018 at 3:05 PM, Stefan Lippers-Hollmann wrote: Hi On 2018-03-04, Hauke Mehrtens wrote: On 03/04/2018 06:40 PM, Rosen Penev wrote: [...] On Sun, Mar 4, 2018 at 9:31 AM, Rosen Penev wrote: [...] I

Re: [LEDE-DEV] [PATCH] Revert "firmware: ath10k-firmware: update QCA988x firmware to 10.2.4-1.0-00033"

2018-03-15 Thread Rosen Penev
On Sun, Mar 4, 2018 at 3:05 PM, Stefan Lippers-Hollmann wrote: > Hi > > On 2018-03-04, Hauke Mehrtens wrote: >> On 03/04/2018 06:40 PM, Rosen Penev wrote: > [...] >> > On Sun, Mar 4, 2018 at 9:31 AM, Rosen Penev wrote: > [...] >> I also saw problems with the

[LEDE-DEV] [PATCH] usbutils: Update to version 009.

2018-03-15 Thread Rosen Penev
4 patches were added to revert the libudev changes as the libudev wrapper in OpenWrt is not good enough. Signed-off-by: Rosen Penev --- package/utils/usbutils/Makefile| 8 +- .../patches/010-remove-python-usbids.patch | 68 ++

Re: [LEDE-DEV] [PATCH] usbutils: Update to version 009.

2018-03-15 Thread Rosen Penev
On Wed, Mar 14, 2018 at 11:59 PM, Bjørn Mork wrote: > Great! > > Note that the OpenWrt usbreset utility has been included in this version > of usbutils. usbreset is currently packaged separately with its source. > Maybe consider merging the two source packages and start building >

[LEDE-DEV] [PATCH] kernel: bump 4.14 to 4.14.27

2018-03-15 Thread Stijn Segers
* Refreshed patches. * Deleted 812-pci-dwc-fix-enumeration.patch (was accepted upstream) Compile-tested: ramips/mt7621, x86/64 Run-tested: ramips/mt7621, x86/64 Signed-off-by: Stijn Segers --- include/kernel-version.mk | 4 +-

[LEDE-DEV] [PATCH] base-files: change /var link from /tmp to tmp

2018-03-15 Thread Alexander Couzens
Some packages are already using $(1)/var on package install. On multiuser systems this breaks the build when multiple users build OpenWrt. Signed-off-by: Alexander Couzens --- package/base-files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [LEDE-DEV] [PATCH] usbutils: Update to version 009.

2018-03-15 Thread Rosen Penev
On Thu, Mar 15, 2018 at 2:26 AM, Karl Palsson wrote: > > Rosen Penev wrote: >> 4 patches were added to revert the libudev changes as the >> libudev wrapper in OpenWrt is not good enough. > > Personally, I'd like to see substantially better descriptions in >

Re: [LEDE-DEV] [PATCH] usbutils: Update to version 009.

2018-03-15 Thread Bjørn Mork
Great! Note that the OpenWrt usbreset utility has been included in this version of usbutils. usbreset is currently packaged separately with its source. Maybe consider merging the two source packages and start building usbreset as part of the usbutils package? Bjørn