From 435611e5eea6d1cf139c713a32b3d156514783f2 Mon Sep 17 00:00:00 2001 From: Vic Yang Date: Fri, 11 Jan 2013 09:01:56 +0800 Subject: [PATCH] make_netboot: Enable I2C device driver for netboot kernel This is needed as I2C device driver is also built-in for install shim kernel. BUG=chrome-os-partner:16712 TEST=Build netboot image and check I2C device driver is included. Change-Id: I71f21eea9cf599454fe18bd8adeeaa629d851db6 Signed-off-by: Vic Yang Reviewed-on: https://gerrit.chromium.org/gerrit/41076 Reviewed-by: Bernie Thompson --- make_netboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_netboot.sh b/make_netboot.sh index 08416943d1..a95bd9187c 100755 --- a/make_netboot.sh +++ b/make_netboot.sh @@ -108,7 +108,7 @@ fi # and thus we only build kernel here. If this script is run against install # shim with different kernel version, this might not work. But as we don't # upgrade kernel so often, this is probably fine. -export USE='vfat blkdevram fbconsole' +export USE='vfat blkdevram fbconsole i2cdev' export EMERGE_BOARD_CMD="emerge-${FLAGS_board}" emerge_custom_kernel ${temp_build_path}