projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[x86] Restrict Soekris specific base-files handling to Soekris profiles, based on...
[openwrt.git]
/
target
/
linux
/
realview
/
Makefile
diff --git
a/target/linux/realview/Makefile
b/target/linux/realview/Makefile
index
ddc8d70
..
d0db32d
100644
(file)
--- a/
target/linux/realview/Makefile
+++ b/
target/linux/realview/Makefile
@@
-9,10
+9,11
@@
include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=realview
BOARDNAME:=ARM Ltd. Realview board (qemu)
ARCH:=arm
BOARD:=realview
BOARDNAME:=ARM Ltd. Realview board (qemu)
-FEATURES:=
squashfs jffs2 fpu
+FEATURES:=
fpu ramdisk
CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves
CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves
+MAINTAINER:=Florian Fainelli <florian@openwrt.org>
-LINUX_VERSION:=2.6.3
7.4
+LINUX_VERSION:=2.6.3
9.1
include $(INCLUDE_DIR)/target.mk
include $(INCLUDE_DIR)/target.mk
This page took
0.027382 seconds
and
4
git commands to generate.