diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-03-17 12:53:22 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-03-17 12:53:22 +0000 |
commit | ffc4e6246ff49c5ebbc8d10505c804591e6c5076 (patch) | |
tree | 0f41717772922bf115407ca0e65c0ca2614cd24e /target/linux/avr32 | |
parent | 1d1830d4fc23c80db91408a83a32041f9570b7df (diff) | |
download | upstream-ffc4e6246ff49c5ebbc8d10505c804591e6c5076.tar.gz upstream-ffc4e6246ff49c5ebbc8d10505c804591e6c5076.tar.bz2 upstream-ffc4e6246ff49c5ebbc8d10505c804591e6c5076.zip |
update other 2.6.28.7 targets to 2.6.28.8, too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14917 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/avr32')
-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 e4f901422c..f9478eba79 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.7 +LINUX_VERSION:=2.6.28.8 include $(INCLUDE_DIR)/target.mk |