blob: 2f21b4ee91726118f3585fce9ea1d987dd0e6af3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#@TYPE: Machine
#@NAME: HP iPAQ H1910/H1915
#@DESCRIPTION: Machine configuration for the HP iPAQ H1910/H1915
KERNEL ?= "kernel26"
OVERRIDES =. "${KERNEL}:"
TARGET_ARCH = "arm"
IPKG_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te"
require conf/machine/include/tune-xscale.conf
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
BOOTSTRAP_EXTRA_RDEPENDS = "udev apm apmd network-suspend-scripts modutils-collateral mtd-utils"
BOOTSTRAP_EXTRA_RRECOMMENDS += ""
EXTRA_IMAGECMD_h1910_jffs2 = "-e 0x4000 -p -n"
GUI_MACHINE_CLASS = "smallscreen"
|