blob: b9fcc9339eba610dc22846736bc0a0d3a6108f28 (
plain)
1
2
3
4
5
6
7
8
|
#@TYPE: Machine
#@NAME: Asus WL500g(x)
#@DESCRIPTION: Machine configuration for the MIPS based WL500g(x) devices
TARGET_ARCH = "mipsel"
MACHINE_FEATURES = "kernel26 usbhost wifi ext2"
include conf/machine/include/tune-mips2.inc
|