diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-05 21:30:45 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-05 21:30:45 +0000 |
commit | 3a3d5332f93d650e2bee044ff8ac620124370d02 (patch) | |
tree | 1285eccbc2638d52e0382905ae8513b8cb920ece /conf | |
parent | 7a8143305405433b9281348ba1ba696716817138 (diff) | |
parent | aa2431364c04d84fb502a0ebbe2f77559cb20e6d (diff) |
merge of '0d2c2ae12399572f307717129530d4a0a9025441'
and '9ac2773ad49d5dfb40ed48ebf867fcf938804ff2'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/angstrom.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index c057d1a05e..79ec27af72 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -50,3 +50,4 @@ DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove thi # We want images supporting the following features (for task-base) DISTRO_FEATURES = "nfs smbfs wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost pci" +DISTRO_FEATURES_nslu2le = "nfs smbfs alsa bluetooth ext2 usbhost pci" |