diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-27 15:01:05 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-27 15:01:05 +0000 |
commit | 77cd6a37fe128c78937f6fe38a6b4a97008d187b (patch) | |
tree | 4c45f70b9c07087842d8bb7ad75b061360de8bc6 /target/linux | |
parent | cbc3cd7b0e5673e0096e6803792bddbf47d703c1 (diff) | |
download | upstream-77cd6a37fe128c78937f6fe38a6b4a97008d187b.tar.gz upstream-77cd6a37fe128c78937f6fe38a6b4a97008d187b.tar.bz2 upstream-77cd6a37fe128c78937f6fe38a6b4a97008d187b.zip |
omap24xx: switch to 3.3 and add broken flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31889 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/omap24xx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/omap24xx/Makefile b/target/linux/omap24xx/Makefile index 1188a9c087..b36fcc4593 100644 --- a/target/linux/omap24xx/Makefile +++ b/target/linux/omap24xx/Makefile @@ -10,9 +10,9 @@ ARCH:=arm BOARD:=omap24xx BOARDNAME:=TI OMAP-24xx MAINTAINER:=Michael Buesch <m@bues.ch> -FEATURES:=targz squashfs jffs2 usb usbgadget display gpio audio +FEATURES:=targz squashfs jffs2 usb usbgadget display gpio audio broken -LINUX_VERSION:=3.1.10 +LINUX_VERSION:=3.3.7 define Target/Description TI OMAP-24xx |