X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/859e8f7f7d8bfbefd610d338d16498190cd51e15..db3ceae7c263bc347380dab86ecd3e9c91a14115:/target/linux/x86-2.6/Makefile diff --git a/target/linux/x86-2.6/Makefile b/target/linux/x86-2.6/Makefile index ab88d58df..db629fab5 100644 --- a/target/linux/x86-2.6/Makefile +++ b/target/linux/x86-2.6/Makefile @@ -1,22 +1,24 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# include $(TOPDIR)/rules.mk -LINUX_VERSION:=2.6.17 -LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e +ARCH=i386 +BOARD:=x86 +BOARDNAME:=x86 +FEATURES:=squashfs jffs2 ext2 -include ./config -include $(TOPDIR)/include/kernel.mk -include $(TOPDIR)/include/kernel-build.mk +LINUX_VERSION:=2.6.22-rc5 +LINUX_KERNEL_MD5SUM:=50dda556ae492f68ff7c273e1f357c55 -$(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked - [ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches - [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches - @$(CP) config $(LINUX_DIR)/.config - touch $@ +include $(INCLUDE_DIR)/kernel-build.mk +DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci -$(LINUX_BUILD_DIR)/bzImage: $(LINUX_DIR)/vmlinux - $(MAKE) -C $(LINUX_DIR) V=1 CROSS_COMPILE=$(TARGET_CROSS) ARCH=$(LINUX_KARCH) PATH=$(TARGET_PATH) bzImage - $(CP) $(LINUX_DIR)/arch/i386/boot/bzImage $@ - touch $@ +# include the profiles +-include profiles/*.mk + +$(eval $(call BuildKernel)) -compile: $(LINUX_BUILD_DIR)/bzImage