mirror of https://github.com/hak5/openwrt.git
10 lines
230 B
Makefile
10 lines
230 B
Makefile
|
ARCH:=mips
|
||
|
SUBTARGET:=router_be
|
||
|
BOARDNAME:=ADM5120 Boards (Big Endian)
|
||
|
|
||
|
define Target/Description
|
||
|
Build firmware images for Infineon/ADMTek ADM5120 based boards running in big-endian mode
|
||
|
(e.g : ZyXEL Prestige 335WT ...)
|
||
|
endef
|
||
|
|