diff --git a/pisi/actionsapi/kerneltools.py b/pisi/actionsapi/kerneltools.py index b7448f82..1ca70934 100644 --- a/pisi/actionsapi/kerneltools.py +++ b/pisi/actionsapi/kerneltools.py @@ -131,6 +131,13 @@ def configure(): else: autotools.make("oldconfig") +def updateKConfig(): + # Call this to set newly added symbols to their defaults after sedding some KConfig + # variables. + + # Grr ugly but no solution. + shelltools.system('yes "" | make silentoldconfig') + ################################### # Building and installation stuff #