]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
ts-kernel-build: Ensure CONFIG_SYSVIPC and CONFIG_BLK_DEV_LOOP are enabled
authorIan Campbell <ian.campbell@citrix.com>
Fri, 6 Sep 2013 13:04:41 +0000 (14:04 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 6 Sep 2013 13:04:41 +0000 (14:04 +0100)
ts-kernel-build

index db579fd30396012f74eb1709d3222b57b73aa6b9..c1d6b1cc575c217a51afba7274ccf1bc6015d6e6 100755 (executable)
@@ -172,6 +172,10 @@ setopt CONFIG_MD y
 setopt CONFIG_BLK_DEV_DM y
 setopt CONFIG_DM_UEVENT y
 
+setopt CONFIG_SYSVIPC y
+
+setopt CONFIG_BLK_DEV_LOOP y
+
 END
 sub stash_config_edscript ($) {
     my ($settings) = @_;