diff options
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/mainstone.conf | 4 | ||||
-rw-r--r-- | conf/machine/nokia770.conf | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/conf/machine/mainstone.conf b/conf/machine/mainstone.conf index e9ef8fae18..f3981ed4c5 100644 --- a/conf/machine/mainstone.conf +++ b/conf/machine/mainstone.conf @@ -1,6 +1,6 @@ #@TYPE: Machine -#@Name: Vibren PXA255 IDP Development Platform -#@DESCRIPTION: Machine configuration for Vibren PXA255 IDP +#@Name: Mainstone PXA270 Development Platform +#@DESCRIPTION: Machine configuration for Intel Mainstone PXA270 Development Platform TARGET_ARCH = "arm" diff --git a/conf/machine/nokia770.conf b/conf/machine/nokia770.conf index f017726526..99544de28c 100644 --- a/conf/machine/nokia770.conf +++ b/conf/machine/nokia770.conf @@ -33,7 +33,7 @@ SERIAL_CONSOLE = "115200 ttyS0" PREFERRED_PROVIDER_virtual/kernel = "linux-omap1" BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel udev sysfsutils \ -pcmcia-cs apmd ppp wireless-tools console-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin" +pcmcia-cs apmd ppp wireless-tools console-tools openswan wpa-supplicant-nossl lrzsz ppp-dialin" BOOTSTRAP_EXTRA_RDEPENDS = "kernel udev sysfsutils \ pcmcia-cs apm ppp wireless-tools irda-utils udev-utils console-tools" @@ -49,9 +49,6 @@ pcmcia-cs apm ppp wireless-tools irda-utils udev-utils console-tools" # Bluetooth Modules #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-bluetooth kernel-module-l2cap kernel-module-rfcomm kernel-module-hci-vhci \ # kernel-module-bnep kernel-module-hidp kernel-module-hci-uart kernel-module-sco" -# Infrared Modules -#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-irda kernel-module-ircomm kernel-module-ircomm-tty \ -# kernel-module-irlan kernel-module-irnet kernel-module-ir-usb" # PPP Modules #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-ppp-generic kernel-module-ppp-async" |