diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-06 09:43:37 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-06 09:43:37 +0000 |
commit | 5679a04a144b4898a44e8a25cfe92064832fb98a (patch) | |
tree | 2f6ccb065b892f45c17f3728aa332a78412374bf /conf | |
parent | f9f37c0798f2227c11758c60f21ecc0672c6b596 (diff) | |
parent | 0a0d010cd1dd947f6d0e19b85f1d089ecb6eef16 (diff) |
merge of '24d82a2b5a32fe5d1e0f3aa0049aaa50eb5ba7bc'
and '2c6de6579f49b4666352be054c76acd300924753'
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" |