diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-09-07 23:47:33 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-09-07 23:47:39 +0200 |
| commit | b197c5cac90ea4f61e15c8c076c3d5dc4b4a4f8e (patch) | |
| tree | 12406ddc4f55c9ad122435db6391b98afa1598b5 | |
| parent | 90976ad8c939ac257f708f8ed5a29319c034e4b3 (diff) | |
| download | vendor_lineage-b197c5cac90ea4f61e15c8c076c3d5dc4b4a4f8e.tar.gz vendor_lineage-b197c5cac90ea4f61e15c8c076c3d5dc4b4a4f8e.tar.bz2 vendor_lineage-b197c5cac90ea4f61e15c8c076c3d5dc4b4a4f8e.zip | |
Replicant: Enable users to add extra packages
It could be handy if users want to include extra packages or add
in more debug tools.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
| -rw-r--r-- | config/common.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/common.mk b/config/common.mk index f4c7e77f..62e7044e 100644 --- a/config/common.mk +++ b/config/common.mk @@ -1,2 +1,5 @@ # Add various userspace programs typically used in GNU/Linux include vendor/replicant/config/gnulinux.mk + +# Enable users to easily include additional aplications +-include vendor/custom/config/custom.mk |
