mirror of https://github.com/hak5/openwrt.git
12 lines
290 B
Makefile
12 lines
290 B
Makefile
ARCH:=mipsel
|
|
ARCH_PACKAGES:=adm5120_mipsel
|
|
SUBTARGET:=router_le
|
|
BOARDNAME:=Little Endian
|
|
FEATURES:=squashfs jffs2 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
|
|
|