blob: 5ed227dfa376b6bcdfcccca8735819938f634d3c (
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/mips2.inc
|