Files
wifipineapple-openwrt/target/linux/adm5120/router_le/target.mk
Rafał Miłecki da203f3808 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44587 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-03-01 16:24:11 +00:00

12 lines
284 B
Makefile

ARCH:=mipsel
ARCH_PACKAGES:=adm5120_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