diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-26 04:55:54 +0000 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-27 15:19:32 +0200 |
commit | 1a213c6d7d8b2bcb2902bb1960a11633234febc9 (patch) | |
tree | 91a0188f2a7a664a4d164d676a794fa6beb79182 /conf | |
parent | 9a501f160bd4e7f2203cb36c5cf8fd5b22dd8080 (diff) |
minimal.conf: added ivp4 and ipv6 as distro features
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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/minimal.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf index d0d2341aae..72169765c9 100644 --- a/conf/distro/minimal.conf +++ b/conf/distro/minimal.conf @@ -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" |