From 1d9c78a0b36f7326512d2e54949e5ed8ec7ef452 Mon Sep 17 00:00:00 2001 From: Werner Date: Tue, 15 Apr 2025 06:25:58 +0000 Subject: [PATCH] remove lib.config mention as it is deprecated --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 98a0b468d..2d1ac724d 100644 --- a/README.md +++ b/README.md @@ -184,8 +184,7 @@ Function | Armbian | Yocto | Buildroot | |    └── u-boot-family For entire kernel family ├── tools Tools for dealing with kernel patches and configs └── userpatches User: configuration patching area - ├── lib.config User: framework common config/override file - ├── config-default.conf User: default user config file + ├── config-example.conf User: example user config file ├── customize-image.sh User: script will execute just before closing the image    ├── atf User: ARM trusted firmware    ├── kernel User: Linux kernel per kernel family