aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/cobalt
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-07-25 19:36:19 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-07-25 19:36:19 +0000
commit0f3cd880bdbff9328f92522fed0fa63c50676142 (patch)
tree74c2b67f1b2b2f8593a1e314fc3d1bd30b07c65c /target/linux/cobalt
parent6136a078e94a7a2f3d64960cb0720bf4aa358c0a (diff)
downloadupstream-0f3cd880bdbff9328f92522fed0fa63c50676142.tar.gz
upstream-0f3cd880bdbff9328f92522fed0fa63c50676142.tar.bz2
upstream-0f3cd880bdbff9328f92522fed0fa63c50676142.zip
[package] make kmod-fb dependent on DISPLAY_SUPPORT and update targets accordingly
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32869 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cobalt')
-rw-r--r--target/linux/cobalt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cobalt/Makefile b/target/linux/cobalt/Makefile
index 0a67282d53..56799f9ba4 100644
--- a/target/linux/cobalt/Makefile
+++ b/target/linux/cobalt/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=mipsel
BOARD:=cobalt
BOARDNAME:=Cobalt Microservers
-FEATURES:=targz pci ext4
+FEATURES:=targz pci ext4 display
CFLAGS:=-O2 -pipe -mtune=r5000 -fno-caller-saves
MAINTAINER:=Florian Fainelli <florian@openwrt.org>