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
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
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
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
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