diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-12-19 00:21:41 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-12-19 00:21:41 +0000 |
commit | e4bc9dea385c0d4e97e7301fab81fa2ae74d1d91 (patch) | |
tree | adeada32f53f7bf4fe3031526bf3ad9bc683c13c | |
parent | 0f422141c344de95af054813ab6b6b75766d31c0 (diff) |
angstrom.inc: Remove the nslu2 DISTRO_FEATURES override, since the equivalent is done in a much better way in base-image now.
-rw-r--r-- | conf/distro/include/angstrom.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 313aca01f7..7f3c452e2d 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -270,4 +270,3 @@ SEPPUKU_COMPONENT = "build" # We want images supporting the following features (for task-base) DISTRO_FEATURES = "nfs smbfs wifi ppp alsa bluetooth ext2 vfat irda pcmcia usbgadget usbhost pci" -DISTRO_FEATURES_nslu2 = "nfs smbfs alsa bluetooth ext2 usbhost pci" |