aboutsummaryrefslogtreecommitdiff
path: root/scripts/exceptions.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-03-26 14:33:35 +0100
committerKarel Kočí <cynerd@email.cz>2015-03-26 14:33:35 +0100
commitee18912759d170e1f926bc1a234dba781a98fbdd (patch)
tree56af0f224a2315f562644e536b88ad32c0338711 /scripts/exceptions.py
parente43949f8d7ac1c7f0083ffa0252f0c6dec11363e (diff)
downloadlinux-conf-perf-ee18912759d170e1f926bc1a234dba781a98fbdd.tar.gz
linux-conf-perf-ee18912759d170e1f926bc1a234dba781a98fbdd.tar.bz2
linux-conf-perf-ee18912759d170e1f926bc1a234dba781a98fbdd.zip
Setup oldconfig to yes to all
In generated .config file are missing all non bool/tri state configs (except those from defconfig). This solution is only temporally. This way configuration never fails.
Diffstat (limited to 'scripts/exceptions.py')
-rw-r--r--scripts/exceptions.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/exceptions.py b/scripts/exceptions.py
index 68fef59..722c44a 100644
--- a/scripts/exceptions.py
+++ b/scripts/exceptions.py
@@ -19,9 +19,3 @@ class PhaseMismatch(Exception):
pass
def __str__(self):
return "Phase in " + conf.phase_file + " is unknown."
-
-class KernelConfigFailed(Exception):
- def __init__(self):
- pass
- def __str__(self):
- return "Kernel configuration failed."