1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
svn-openwrt-archive/target/linux/adm5120/router_be/target.mk
Rafał Miłecki c9035566d5 adm5120: enable low_mem
Most devices have only 16 MiB of RAM, this will allow them to boot
without OOM.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

SVN-Revision: 44587
2015-03-01 16:24:11 +00:00

12 lines
260 B
Makefile

ARCH:=mips
ARCH_PACKAGES:=adm5120_mips
SUBTARGET:=router_be
BOARDNAME:=Big Endian
FEATURES+=squashfs
define Target/Description
Build firmware images for Infineon/ADMTek ADM5120 based boards
running in big-endian mode (e.g : ZyXEL Prestige 335WT ...)
endef