blob: 1472155a22504f03bc1bd5493b393553a0824674 (
plain)
1
2
3
4
5
6
7
8
|
#@TYPE: Machine
#@NAME: HG Linkstation
#@DESCRIPTION: Machine configuration for the Buffalo Linkstation HG
UBOOT_MACHINE = "linkstation_HGLAN"
IMAGE_FSTYPES = "tar.gz"
require conf/machine/include/lsppc.inc
INHERIT += "lsppchg-image"
|