diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-09 14:10:29 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-09 14:10:29 +0000 |
commit | cf6a5a7875194d38b557b95dc824c7d1654d5d8d (patch) | |
tree | db4d3cfc39c6d5ae915de000bc6d20f0b809feea /conf | |
parent | a777b643e573d8585aa41fe82a358e517c4f3733 (diff) |
angstrom.inc: made the nslu2 distro features override more generic.
Diffstat (limited to 'conf')
-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 aef4abf55d..9efe1d5d90 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -46,4 +46,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" +DISTRO_FEATURES_nslu2 = "nfs smbfs alsa bluetooth ext2 usbhost pci" |