minimal.conf: added ivp4 and ipv6 as distro features
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Thu, 26 Aug 2010 04:55:54 +0000 (04:55 +0000)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Fri, 27 Aug 2010 13:19:32 +0000 (15:19 +0200)
minimal.conf has nfs as distro feature but not ip4 or ipv6.
This makes that busybox does not generate networking applets

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
conf/distro/minimal.conf

index d0d2341..7216976 100644 (file)
@@ -24,7 +24,7 @@ DISTRO_CHECK := "${@bb.data.getVar('DISTRO_VERSION',d,1) or bb.fatal('Remove thi
 # Use bluetooth 4.0
 DISTRO_BLUETOOTH_MANAGER = "bluez4"
 # We want images supporting the following features (for task-base)
-DISTRO_FEATURES = "nfs smbfs wifi ppp alsa ext2 vfat pcmcia usbgadget usbhost pci"
+DISTRO_FEATURES = "ipv4 ipv6 nfs smbfs wifi ppp alsa ext2 vfat pcmcia usbgadget usbhost pci"
 # Following features are for ARM and E500 based machines
 DISTRO_FEATURES += "eabi"