blob: a3e7509e29bbddadb8ebb87731022ef42a1dd9de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#@TYPE: Machine
#@Name: Micrel KS8695(P) Development Platform
#@DESCRIPTION: Machine configuration for Micrel KS8695(P) Development Platform
#@SPECS: http://www.micrel.com/_PDF/Ethernet/ks8695.pdf
#@DEVICES: PePLink MANGA Triple Balance, Telegent TG100
TARGET_ARCH = "arm"
IPKG_ARCHS = "all arm ${MACHINE}"
PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
require conf/machine/include/tune-arm920t.conf
# used by sysvinit_2
SERIAL_CONSOLE = "115200 ttyS0"
# used by opie-collections.inc
ROOT_FLASH_SIZE = "8"
|