index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
target
/
linux
/
ep93xx
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Florian Fainelli <florian@openwrt.org>
2012-07-25 19:36:19 +0000
committer
Florian Fainelli <florian@openwrt.org>
2012-07-25 19:36:19 +0000
commit
d359d46182f399c0c54118ed5ce699b4f22db9cd
(
patch
)
tree
3c4d680404ffd277f81451e2821a8650ced91aef
/
target/linux/ep93xx
parent
5832e754fbf502a7d2f2d7bee054eae1b6ad0520
(
diff
)
make kmod-fb dependent on DISPLAY_SUPPORT and update targets accordingly
SVN-Revision: 32869
Diffstat
(limited to 'target/linux/ep93xx')
-rw-r--r--
target/linux/ep93xx/Makefile
2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ep93xx/Makefile b/target/linux/ep93xx/Makefile
index 8382f097a7..329687e409 100644
--- a/
target/linux/ep93xx/Makefile
+++ b/
target/linux/ep93xx/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=ep93xx
BOARDNAME:=Cirrus Logic EP93xx
-FEATURES:=squashfs jffs2 ext4 targz usb
+FEATURES:=squashfs jffs2 ext4 targz usb display
CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves
MAINTAINER:=Florian Fainelli <florian@openwrt.org>