blob: 024a9f2f4f8b62c01bef1986f49e18b7965aa4e1 (
plain)
1
2
3
4
5
6
7
8
|
# This file contains os specific variables for the 'linux' os
# It is sourced by the build scripts
archspec="$archspec;linux-any"
arch_kernel="Linux"
arch_parttype="Linux"
kernelversion="2.6.32"
kernelpackage="linux-image"
|