diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-08-28 16:37:33 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-08-28 16:37:33 +0000 |
commit | 02489c016be37d82961b4212bf2be7e04f9d30d1 (patch) | |
tree | 2c601a779fab41d62e4b1e111c314b889b801487 /conf/distro/include/familiar.inc | |
parent | 7a46a0bac96f8fb14759b3e2ef3353de6fd406b3 (diff) |
angstrom|familiar|openzaurus.inc: s/DISTO_FEATURES/DISTRO_FEATURES/ :D
Diffstat (limited to 'conf/distro/include/familiar.inc')
-rw-r--r-- | conf/distro/include/familiar.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/familiar.inc b/conf/distro/include/familiar.inc index c7f2a05177..ea360f5dc5 100644 --- a/conf/distro/include/familiar.inc +++ b/conf/distro/include/familiar.inc @@ -17,4 +17,4 @@ UDEV_DEVFS_RULES = "1" DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}" # We want images supporting the following features (for task-base) -DISTO_FEATURES = "nfs smbfs ipsec wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost" +DISTRO_FEATURES = "nfs smbfs ipsec wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost" |