mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 01:27:32 +02:00
53d26af5d0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23031 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
|
|
|