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 | 5c345d5c3769fffe4be85edf9e5a2500506e0d76 (patch) | |
tree | 4731abb6e1feb1de50de989927392101c459d60c /target/linux/at91 | |
parent | 690a9adf58b5f41268f82770f1d3fa587da57c0b (diff) | |
download | upstream-5c345d5c3769fffe4be85edf9e5a2500506e0d76.tar.gz upstream-5c345d5c3769fffe4be85edf9e5a2500506e0d76.tar.bz2 upstream-5c345d5c3769fffe4be85edf9e5a2500506e0d76.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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18160 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91')
-rw-r--r-- | target/linux/at91/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index 17e6563590..70a6082623 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=at91 BOARDNAME:=Atmel AT91 -FEATURES:=squashfs usb +FEATURES:=squashfs usb broken LINUX_VERSION:=2.6.25.20 |