diff options
author | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-03-13 14:40:11 +0000 |
---|---|---|
committer | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-03-13 14:40:11 +0000 |
commit | 87defbbe48a0d33a4935041b9720add5c47cfd00 (patch) | |
tree | 731eace1dba8b10e1c95d7d6d978458329c4747f /target/linux/at91/Makefile | |
parent | cb3c55a0373e516f41b20544feba408681a9e876 (diff) |
Add back support for 2.6.21 kernels - add some required directories.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10595 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 fb04344e2..85bb4da49 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 |