diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-05 14:39:13 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-07-05 14:39:13 +0000 |
commit | f74d16548d4bb98910647c8d6ab2a9198bb32955 (patch) | |
tree | b8ba53f513ef4959cba78396934e2d4aa5852feb /target/linux/cobalt | |
parent | 62e10e70175e71ac7c214b3158b9d20b30539b3b (diff) | |
download | upstream-f74d16548d4bb98910647c8d6ab2a9198bb32955.tar.gz upstream-f74d16548d4bb98910647c8d6ab2a9198bb32955.tar.bz2 upstream-f74d16548d4bb98910647c8d6ab2a9198bb32955.zip |
update targets to 2.6.30.1, update patches
SVN-Revision: 16697
Diffstat (limited to 'target/linux/cobalt')
-rw-r--r-- | target/linux/cobalt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/cobalt/Makefile b/target/linux/cobalt/Makefile index ece8eb9550..0569e9ab2d 100644 --- a/target/linux/cobalt/Makefile +++ b/target/linux/cobalt/Makefile @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=cobalt BOARDNAME:=Cobalt Microservers -FEATURES:=tgz pci +FEATURES:=tgz pci ext2 -LINUX_VERSION:=2.6.30 +LINUX_VERSION:=2.6.30.1 include $(INCLUDE_DIR)/target.mk |