mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-02 16:43:49 +01:00
The following patch enables building of initramfs images by default for the P1020 subtarget in mpc85xx. Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
6 lines
127 B
Makefile
6 lines
127 B
Makefile
BOARDNAME:=P1020
|
|
FEATURES += ramdisk
|
|
|
|
define Target/Description
|
|
Build firmware images for Freescale P1020 based boards.
|
|
endef
|