mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
debian/lib/python/debian_linux/gencontrol.py: Check featureset enabled flag.
svn path=/dists/trunk/linux-2.6/; revision=9228
This commit is contained in:
3
debian/lib/python/debian_linux/gencontrol.py
vendored
3
debian/lib/python/debian_linux/gencontrol.py
vendored
@@ -132,6 +132,9 @@ class Gencontrol(object):
|
||||
config_base = self.config.merge('base', arch, featureset)
|
||||
vars.update(config_base)
|
||||
|
||||
if not config_base.get('enabled', True):
|
||||
return
|
||||
|
||||
makeflags['FEATURESET'] = featureset
|
||||
|
||||
vars['localversion'] = ''
|
||||
|
||||
Reference in New Issue
Block a user