diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-02 06:42:23 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-02 06:42:23 +0000 |
commit | c5d88f6551c47e46be7d4f4bc1eb14978528311f (patch) | |
tree | f78b6f5452dce7cb3c29cd51daf1cfcec62b9cf9 /target/linux/avr32/Makefile | |
parent | da4c5263ee7b4f3b3cd6f6e444bc3ce746ec015f (diff) | |
download | mtk-20170518-c5d88f6551c47e46be7d4f4bc1eb14978528311f.zip mtk-20170518-c5d88f6551c47e46be7d4f4bc1eb14978528311f.tar.gz mtk-20170518-c5d88f6551c47e46be7d4f4bc1eb14978528311f.tar.bz2 |
upgrade avr32 to 2.6.30-rc7
SVN-Revision: 16291
Diffstat (limited to 'target/linux/avr32/Makefile')
-rw-r--r-- | target/linux/avr32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/avr32/Makefile b/target/linux/avr32/Makefile index 4897765..7ee7266 100644 --- a/target/linux/avr32/Makefile +++ b/target/linux/avr32/Makefile @@ -10,7 +10,7 @@ ARCH:=avr32 BOARD:=avr32 BOARDNAME:=Atmel AVR32 FEATURES:=squashfs -LINUX_VERSION:=2.6.28.10 +LINUX_VERSION:=2.6.30-rc7 include $(INCLUDE_DIR)/target.mk |