diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-11-26 13:47:35 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-11-26 13:47:35 +0000 |
commit | ac617615d1c4aeb68c2f0fcbfa20ab670943f8b4 (patch) | |
tree | cb0f888f39982a8e258fb0a3f383d4a5dbe48f33 /conf/distro/include | |
parent | 27cd162f98bc561efdedb6285c7dbc7440219b76 (diff) | |
parent | 37283947cf8d26758806925b29c2053b250efba5 (diff) |
merge of 101cc837c8a2d1c2d4abc0f9ed9415554cbb609c
and 95d8882549c61d28fd1ccd1223c761df50dfcebb
Diffstat (limited to 'conf/distro/include')
-rw-r--r-- | conf/distro/include/angstrom.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 20f8be01c1..7f0546c271 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -49,4 +49,4 @@ DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}" DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}" # We want images supporting the following features (for task-base) -DISTRO_FEATURES = "nfs smbfs wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost" +DISTRO_FEATURES = "nfs smbfs wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost pci" |