diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2008-03-13 14:40:11 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2008-03-13 14:40:11 +0000 |
commit | fa48a9a452cf8f30ea0eef83189177cd8440b6fd (patch) | |
tree | 69739a69ddd55b9ca55033f5e0b9462f6c41bc7b /target/linux/at91/Makefile | |
parent | 60dd242ab92b11928a6507b50a13c54b053d29d2 (diff) | |
download | upstream-fa48a9a452cf8f30ea0eef83189177cd8440b6fd.tar.gz upstream-fa48a9a452cf8f30ea0eef83189177cd8440b6fd.tar.bz2 upstream-fa48a9a452cf8f30ea0eef83189177cd8440b6fd.zip |
Add back support for 2.6.21 kernels - add some required directories.
SVN-Revision: 10595
Diffstat (limited to 'target/linux/at91/Makefile')
-rw-r--r-- | target/linux/at91/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index fb04344e29..85bb4da491 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -11,7 +11,7 @@ BOARD:=at91 BOARDNAME:=AT91 FEATURES:=squashfs usb -LINUX_VERSION:=2.6.22.18 +LINUX_VERSION:=2.6.21.5 include $(INCLUDE_DIR)/target.mk |