X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/dab3ca1324288a1abeb32590e1caec8848efe3e0..630173be532e326275f72846ed6633990b87229b:/target/linux/x86-2.6/Makefile diff --git a/target/linux/x86-2.6/Makefile b/target/linux/x86-2.6/Makefile index bfdc0757d..a870bbe2b 100644 --- a/target/linux/x86-2.6/Makefile +++ b/target/linux/x86-2.6/Makefile @@ -1,25 +1,23 @@ +# +# 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.15 -LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=cdf95e00f5111e31f78e1d97304d9522 +ARCH=i386 +BOARD:=x86 +BOARDNAME:=x86 +FEATURES:=squashfs jffs2 ext2 -include ../rules.mk -include ./config +LINUX_VERSION:=2.6.22-rc6 -include ../generic-$(KERNEL)/modules.mk -include ../kernel.mk +include $(INCLUDE_DIR)/kernel-build.mk +DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci +# include the profiles +-include profiles/*.mk -$(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked - [ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches $(MAKE_TRACE) - [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches $(MAKE_TRACE) - @cp config $(LINUX_DIR)/.config - touch $@ +$(eval $(call BuildKernel)) -$(LINUX_BUILD_DIR)/bzImage: $(LINUX_DIR)/vmlinux - $(MAKE) -C $(LINUX_DIR) V=1 CROSS_COMPILE=$(TARGET_CROSS) ARCH=$(LINUX_KARCH) PATH=$(TARGET_PATH) bzImage $(MAKE_TRACE) - cp -f $(LINUX_DIR)/arch/i386/boot/bzImage $@ - touch $@ - -compile: $(LINUX_BUILD_DIR)/bzImage