From 4f1674fc32224003931af4a74aa18168786ec9a2 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 27 Apr 2019 14:16:10 +0200 Subject: defconfig: Add script Simple script for initializing the configuration from an existing configuration file (usually a minimal configuration). Just copying the minimal configuration to .config would usually work, due to Kconfig semantics, but having it be a full configuration file from the start might be handier and less confusing. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b9e5e88..1660ccc 100644 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ setuptools.setup( "oldconfig", "olddefconfig", "savedefconfig", + "defconfig", "alldefconfig", "allnoconfig", "allmodconfig", @@ -50,6 +51,7 @@ setuptools.setup( "oldconfig = oldconfig:_main", "olddefconfig = olddefconfig:main", "savedefconfig = savedefconfig:main", + "defconfig = defconfig:main", "alldefconfig = alldefconfig:main", "allnoconfig = allnoconfig:main", "allmodconfig = allmodconfig:main", -- cgit v1.2.3