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 | de01f6e9e01105b8fea2dc2100dfa56760d1d5b1 (patch) | |
tree | 731eace1dba8b10e1c95d7d6d978458329c4747f /target/linux/at91/Makefile | |
parent | 37a7b5493fe28b53eadc25cd74e17a9a8be633bb (diff) | |
download | master-187ad058-de01f6e9e01105b8fea2dc2100dfa56760d1d5b1.tar.gz master-187ad058-de01f6e9e01105b8fea2dc2100dfa56760d1d5b1.tar.bz2 master-187ad058-de01f6e9e01105b8fea2dc2100dfa56760d1d5b1.zip |
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 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 |