diff options
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 | 0f3cd880bdbff9328f92522fed0fa63c50676142 (patch) | |
tree | 74c2b67f1b2b2f8593a1e314fc3d1bd30b07c65c /target/linux/cobalt/Makefile | |
parent | 6136a078e94a7a2f3d64960cb0720bf4aa358c0a (diff) | |
download | upstream-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/Makefile')
-rw-r--r-- | target/linux/cobalt/Makefile | 2 |
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> |