X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fcobalt%2FMakefile;h=13d3fd05daa3919d2f985d1f80479cd79a43c3a7;hb=83961aecda8f1d76a301b33712b72f9314079e8d;hp=e767c784ebeee53822e7bf31f265eaad1583033a;hpb=9fddeaf11317c0bb14ac9b2d1acb34d9c9b3e199;p=openwrt.git diff --git a/target/linux/cobalt/Makefile b/target/linux/cobalt/Makefile index e767c784eb..13d3fd05da 100644 --- a/target/linux/cobalt/Makefile +++ b/target/linux/cobalt/Makefile @@ -9,11 +9,12 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=cobalt BOARDNAME:=Cobalt Microservers -FEATURES:=targz pci ext4 -CFLAGS:=-O2 -pipe -mtune=r5000 -fno-caller-saves +FEATURES:=targz pci ext4 display +CPU_TYPE := 5k +CPU_CFLAGS_5k := -mtune=r5000 MAINTAINER:=Florian Fainelli -LINUX_VERSION:=3.2.15 +LINUX_VERSION:=3.3.8 include $(INCLUDE_DIR)/target.mk