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 | 7a4db11fbb68e99b1e07028d5c65b562e988b395 (patch) | |
tree | 17c3f85e6237f85e874e0bed66206abb7da9b744 /target | |
parent | d00416844550a88c96228bfa608dd28a9827adf0 (diff) | |
download | upstream-7a4db11fbb68e99b1e07028d5c65b562e988b395.tar.gz upstream-7a4db11fbb68e99b1e07028d5c65b562e988b395.tar.bz2 upstream-7a4db11fbb68e99b1e07028d5c65b562e988b395.zip |
omap24xx: switch to 3.3 and add broken flag
SVN-Revision: 31889
Diffstat (limited to 'target')
-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 |