revert 8059, via-rhine is built in the kernel
SVN-Revision: 8061
This commit is contained in:
parent
a66d3dd9d2
commit
38719a402c
2 changed files with 1 additions and 2 deletions
|
@ -310,7 +310,7 @@ define KernelPackage/via-rhine
|
|||
Kernel modules for Via Rhine Ethernet chipsets.
|
||||
FILES:=$(LINUX_DIR)/drivers/net/via-rhine.$(LINUX_KMOD_SUFFIX)
|
||||
KCONFIG:=CONFIG_VIA_RHINE
|
||||
DEPENDS:=@LINUX_2_6_X86||@LINUX_2_6_RB532
|
||||
DEPENDS:=@LINUX_2_6_X86
|
||||
SUBMENU:=$(NDMENU)
|
||||
AUTOLOAD:=$(call AutoLoad,50,via-rhine)
|
||||
endef
|
||||
|
|
|
@ -17,6 +17,5 @@ include $(INCLUDE_DIR)/kernel-build.mk
|
|||
|
||||
# include the profiles
|
||||
-include profiles/*.mk
|
||||
DEFAULT_PACKAGES += kmod-via-rhine
|
||||
|
||||
$(eval $(call BuildKernel))
|
||||
|
|
Loading…
Reference in a new issue