X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fcobalt%2FMakefile;h=806a60df4e03f202e53863c7d7972c47dd8fbc26;hp=eb0cd2b3ab40491c698870386261ab8434336750;hb=b3b591c000acb7d9b7135b3fc8ac730e42b20832;hpb=9db4496e781c6b6a08cfb804607bb49cdc757457 diff --git a/target/linux/cobalt/Makefile b/target/linux/cobalt/Makefile index eb0cd2b3ab..806a60df4e 100644 --- a/target/linux/cobalt/Makefile +++ b/target/linux/cobalt/Makefile @@ -9,9 +9,10 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=cobalt BOARDNAME:=Cobalt Microservers -FEATURES:=tgz pci +FEATURES:=targz pci ext2 +CFLAGS:=-O2 -pipe -mtune=r5000 -funit-at-a-time -LINUX_VERSION:=2.6.30-rc6 +LINUX_VERSION:=2.6.32.12 include $(INCLUDE_DIR)/target.mk