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/angstrom.inc | |
parent | 7a46a0bac96f8fb14759b3e2ef3353de6fd406b3 (diff) |
angstrom|familiar|openzaurus.inc: s/DISTO_FEATURES/DISTRO_FEATURES/ :D
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r-- | conf/distro/include/angstrom.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 3bb4028a22..d9209ad23c 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -45,4 +45,4 @@ DEPLOY_DIR_IMAGE = ${DEPLOY_DIR}/images/${MACHINE} 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 wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost" +DISTRO_FEATURES = "nfs smbfs wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost" |