diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-06 07:38:17 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-06 07:38:17 +0000 |
commit | 493255c0ada70a916c0cd8604ac40a7011ba728f (patch) | |
tree | b2498068252e8bf5c6f583c31ecfbf6ddb6a68b6 /conf | |
parent | 811260be4d7df7424f1827410116378929d50da3 (diff) | |
parent | d0a0461f3a8b58803e4637a8991501c9c8565e14 (diff) |
merge of '1322f90b18589872dfe43f3e8fb8fafff1f58e20'
and '1e9ea5837bfd496b91787865dfdb897abb24e773'
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" |