diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-02 06:42:23 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-02 06:42:23 +0000 |
commit | 62f2fee052489167d8d6ffba7ebe510642397ffa (patch) | |
tree | 434e02633000b2eed5d13dfae9f404ee0d7f9c0d /target/linux/avr32/Makefile | |
parent | e4b456b19523da20d9f4d283889c94de936c3598 (diff) |
upgrade avr32 to 2.6.30-rc7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16291 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 4897765b15..7ee7266c4a 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 |