diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-16 01:56:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-16 01:56:04 +0000 |
commit | f019ac4dc9b89958657dd8c9d81bb2e270c938e7 (patch) | |
tree | 59ba27f549ecae008485f94b3771c4fe1df4a563 /target/linux/x86-2.6/Makefile | |
parent | 4f16e9cc3e2c187d19b24785a55ce30a892efd68 (diff) | |
download | upstream-f019ac4dc9b89958657dd8c9d81bb2e270c938e7.tar.gz upstream-f019ac4dc9b89958657dd8c9d81bb2e270c938e7.tar.bz2 upstream-f019ac4dc9b89958657dd8c9d81bb2e270c938e7.zip |
prepare for the transition to linux 2.6.22 - make it possible to override the kernel version in the target makefile
SVN-Revision: 7644
Diffstat (limited to 'target/linux/x86-2.6/Makefile')
-rw-r--r-- | target/linux/x86-2.6/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/x86-2.6/Makefile b/target/linux/x86-2.6/Makefile index ff52093ef3..06decc151f 100644 --- a/target/linux/x86-2.6/Makefile +++ b/target/linux/x86-2.6/Makefile @@ -11,6 +11,9 @@ BOARD:=x86 BOARDNAME:=x86 FEATURES:=squashfs jffs2 ext2 +#LINUX_VERSION:=2.6.22-rc4 +#LINUX_KERNEL_MD5SUM:=125879208b47a4c27e4f31a33ab3011c + include $(INCLUDE_DIR)/kernel-build.mk DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci |