X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0c95905c4f670d7d880dfddaea9d2313e4f0b310..2d96209135fb51c77d06c872164a1d7402820a48:/target/linux/cobalt/Makefile?ds=inline diff --git a/target/linux/cobalt/Makefile b/target/linux/cobalt/Makefile index 0e7a84500..35167e182 100644 --- a/target/linux/cobalt/Makefile +++ b/target/linux/cobalt/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=cobalt BOARDNAME:=Cobalt Microservers -FEATURES:=targz pci ext2 +FEATURES:=targz pci ext4 CFLAGS:=-O2 -pipe -mtune=r5000 -funit-at-a-time -LINUX_VERSION:=2.6.32.25 +LINUX_VERSION:=2.6.32.29 include $(INCLUDE_DIR)/target.mk