X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fx86-2.6%2FMakefile;h=ff52093ef3c19f46ac13876ed89229abfe9fa0b3;hb=9d1521e2286440bd2cfaf2453cec07cc23583dd3;hp=88b935f7bedf9b89e6849d20535ba41f1278cf61;hpb=4f8ac65bbcc23a2a06c71bfa4d27042123ae4808;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/x86-2.6/Makefile b/target/linux/x86-2.6/Makefile index 88b935f7be..ff52093ef3 100644 --- a/target/linux/x86-2.6/Makefile +++ b/target/linux/x86-2.6/Makefile @@ -9,10 +9,13 @@ include $(TOPDIR)/rules.mk ARCH=i386 BOARD:=x86 BOARDNAME:=x86 -FEATURES:=jffs2 ext2 +FEATURES:=squashfs jffs2 ext2 include $(INCLUDE_DIR)/kernel-build.mk -DEFAULT_PACKAGES += kmod-natsemi +DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci + +# include the profiles +-include profiles/*.mk $(eval $(call BuildKernel))