mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-13 06:05:53 +00:00
12 lines
211 B
Makefile
12 lines
211 B
Makefile
ARCH:=mips
|
|
SUBTARGET:=xrx200
|
|
BOARDNAME:=XRX200
|
|
FEATURES:=squashfs atm mips16
|
|
CFLAGS+= -mtune=34kc -mdsp
|
|
|
|
DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug
|
|
|
|
define Target/Description
|
|
Lantiq XRX200
|
|
endef
|