From 3b692df8996f5ce55037f5340a6e92db8ad4df67 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 1 Oct 2018 03:52:32 +0200 Subject: olddefconfig: Add script Works like 'make olddefconfig', updating a configuration by filling in default values for all new symbols. This could also be accomplished by entering the 'menuconfig' interface and saving the configuration, but it's more awkward and less obvious. Piggyback two oldconfig changes: - Mention KCONFIG_CONFIG - Check if the .config file exists before parsing the Kconfig files, instead of after --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5433bd1..fd6386b 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,7 @@ setuptools.setup( "menuconfig", "genconfig", "oldconfig", + "olddefconfig", "alldefconfig", "allnoconfig", "allmodconfig", @@ -41,6 +42,7 @@ setuptools.setup( "menuconfig = menuconfig:_main", "genconfig = genconfig:main", "oldconfig = oldconfig:_main", + "olddefconfig = olddefconfig:main", "alldefconfig = alldefconfig:main", "allnoconfig = allnoconfig:main", "allmodconfig = allmodconfig:main", -- cgit v1.2.3