diff options
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" |