[LEDE-DEV] [PATCH] scripts: metadata: always resolve dependencies through provides list

2017-07-07 Thread Matthias Schiffer
Instead of adding virtual packages to the normal package list, keep a separate list for provides, make each package provide itself, and resolve all dependencies through this list. This allows to use PROVIDES to replace existing packages. A side effect of the changes in the makefile dependency logi

Re: [LEDE-DEV] adding kernel module packages (kmod-rtc-ds1307) to opkg repos?

2017-07-07 Thread John Crispin
you need to add rtc to FEATURES inside target/linux/$target/Makefile grep FEATURES target/linux/* -r |grep rtc target/linux/ar71xx/nand/target.mk:FEATURES += squashfs nand rtc target/linux/armvirt/Makefile:FEATURES:=fpu pci rtc usb target/linux/gemini/Makefile:FEATURES:=squashfs pci rtc target/li

Re: [LEDE-DEV] adding kernel module packages (kmod-rtc-ds1307) to opkg repos?

2017-07-07 Thread Hartmut Knaack
Valent Turkovic schrieb am 07.07.2017 um 21:04: > Hi, > just started working on adding rtc to one project and saw that kernel > module kmod-rtc-ds1307 can be compiled manually but it is not > available as a package. > > Can this package be added to be build in the future so it is available > as a

[LEDE-DEV] adding kernel module packages (kmod-rtc-ds1307) to opkg repos?

2017-07-07 Thread Valent Turkovic
Hi, just started working on adding rtc to one project and saw that kernel module kmod-rtc-ds1307 can be compiled manually but it is not available as a package. Can this package be added to be build in the future so it is available as a package in Lede package repositories? What is correct procedur

Re: [LEDE-DEV] mt7621 cpu stalls - need help testing

2017-07-07 Thread bart van zoest
Hi John and the rest, The kernel version got bumped to 4.9 so I wondered if there is a 4.9 version of the patch? Tried searching your staging tree but I couldn't find any. Kind regards, Bart On Wed, Jul 5, 2017 at 9:54 PM, Jaap Buurman wrote: > Dear all, > > I just had time to test it myself an