projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b33f6c
)
mvebu: generate ramdisk image by default
author
Ryan Mounce
<ryan@mounce.com.au>
Thu, 13 Jul 2017 14:41:22 +0000
(
00:11
+0930)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 9 Mar 2018 21:19:11 +0000
(22:19 +0100)
ramdisk images must be used in the installation process for upcoming
Turris Omnia support.
Signed-off-by: Ryan Mounce <ryan@mounce.com.au>
target/linux/mvebu/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/mvebu/Makefile
b/target/linux/mvebu/Makefile
index 6f0c1925c23e585ceb5616ad9a0cbf4849f0ecf8..eb12de0ff3c3870c00ef08394b4cd0c5b0ca070d 100644
(file)
--- a/
target/linux/mvebu/Makefile
+++ b/
target/linux/mvebu/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=mvebu
BOARDNAME:=Marvell Armada 37x/38x/XP
-FEATURES:=fpu usb pci pcie gpio nand squashfs
+FEATURES:=fpu usb pci pcie gpio nand squashfs
ramdisk
CPU_TYPE:=cortex-a9
CPU_SUBTYPE:=vfpv3
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>