diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-10-26 09:47:27 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-10-26 09:47:27 +0000 |
commit | 69578dfd7b880c137b51f10e046d626e5bd23c36 (patch) | |
tree | f8e377e5323f3388ace0a9cf3afc6202332248f8 /target/linux/olpc | |
parent | 6db489f1b0647566b3f1d6d1939b326e93094260 (diff) | |
download | upstream-69578dfd7b880c137b51f10e046d626e5bd23c36.tar.gz upstream-69578dfd7b880c137b51f10e046d626e5bd23c36.tar.bz2 upstream-69578dfd7b880c137b51f10e046d626e5bd23c36.zip |
prepare for the removal of squashfs 3.4: switch olpc to 2.6.30 (let's hope it works fine), and mark at91 broken
SVN-Revision: 18160
Diffstat (limited to 'target/linux/olpc')
-rw-r--r-- | target/linux/olpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/olpc/Makefile b/target/linux/olpc/Makefile index 530237a6cc..9e7b11427f 100644 --- a/target/linux/olpc/Makefile +++ b/target/linux/olpc/Makefile @@ -11,7 +11,7 @@ BOARD:=olpc BOARDNAME:=OLPC XO-1 FEATURES:=squashfs ext2 -LINUX_VERSION:=2.6.27.35 +LINUX_VERSION:=2.6.30.9 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci |