mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-06 18:27:06 +08:00
11 lines
254 B
Makefile
11 lines
254 B
Makefile
![]() |
ARCH:=mipsel
|
||
|
SUBTARGET:=router_le
|
||
|
BOARDNAME:=Little Endian
|
||
|
FEATURES+=squashfs tgz
|
||
|
|
||
|
define Target/Description
|
||
|
Build firmware images for Infineon/ADMtek ADM5120 based boards
|
||
|
running in little-endian mode (e.g: RouterBoard RB1xx, Compex WP54x ...)
|
||
|
endef
|
||
|
|