revert 8059, via-rhine is built in the kernel

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8061 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2007-07-19 16:00:20 +00:00
parent ce6e7992de
commit 70c4e98a10
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -17,6 +17,5 @@ include $(INCLUDE_DIR)/kernel-build.mk
# include the profiles
-include profiles/*.mk
DEFAULT_PACKAGES += kmod-via-rhine
$(eval $(call BuildKernel))