diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-02-11 10:50:40 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-02-11 10:50:40 +0000 |
commit | 3a0e58b2e1df4afc11224ea5b5bf0b74d4ce3688 (patch) | |
tree | 2c7dffafdd430c342a3b1d221eeb9006bdeebf14 /target/linux/at91 | |
parent | be613a2976574b2cd28906aa00c668d65e9f4724 (diff) | |
download | upstream-3a0e58b2e1df4afc11224ea5b5bf0b74d4ce3688.tar.gz upstream-3a0e58b2e1df4afc11224ea5b5bf0b74d4ce3688.tar.bz2 upstream-3a0e58b2e1df4afc11224ea5b5bf0b74d4ce3688.zip |
upgrade & standardize kernel versions
SVN-Revision: 10443
Diffstat (limited to 'target/linux/at91')
-rw-r--r-- | target/linux/at91/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index dfa3bfbb65..fb04344e29 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -11,8 +11,7 @@ BOARD:=at91 BOARDNAME:=AT91 FEATURES:=squashfs usb -#LINUX_VERSION:=2.6.21.5 -LINUX_VERSION:=2.6.22.4 +LINUX_VERSION:=2.6.22.18 include $(INCLUDE_DIR)/target.mk |