X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fx86-2.6%2FMakefile;h=88b935f7bedf9b89e6849d20535ba41f1278cf61;hp=77912e6fb91452268a3462d22fcf3cd6b139d342;hb=0624bfd74fc95523c44c3372afd18b3e2d084bf7;hpb=e158d8b6a7b3c883a8be74cb2327dda6374fc050 diff --git a/target/linux/x86-2.6/Makefile b/target/linux/x86-2.6/Makefile index 77912e6fb9..88b935f7be 100644 --- a/target/linux/x86-2.6/Makefile +++ b/target/linux/x86-2.6/Makefile @@ -9,11 +9,10 @@ include $(TOPDIR)/rules.mk ARCH=i386 BOARD:=x86 BOARDNAME:=x86 -FEATURES:=pci usb atm pcmcia jffs2 ext2 - -LINUX_VERSION:=2.6.17 -LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e +FEATURES:=jffs2 ext2 include $(INCLUDE_DIR)/kernel-build.mk +DEFAULT_PACKAGES += kmod-natsemi + $(eval $(call BuildKernel)) +