revert 8059, via-rhine is built in the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8061 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
ce6e7992de
commit
70c4e98a10
|
@ -310,7 +310,7 @@ define KernelPackage/via-rhine
|
||||||
Kernel modules for Via Rhine Ethernet chipsets.
|
Kernel modules for Via Rhine Ethernet chipsets.
|
||||||
FILES:=$(LINUX_DIR)/drivers/net/via-rhine.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/net/via-rhine.$(LINUX_KMOD_SUFFIX)
|
||||||
KCONFIG:=CONFIG_VIA_RHINE
|
KCONFIG:=CONFIG_VIA_RHINE
|
||||||
DEPENDS:=@LINUX_2_6_X86||@LINUX_2_6_RB532
|
DEPENDS:=@LINUX_2_6_X86
|
||||||
SUBMENU:=$(NDMENU)
|
SUBMENU:=$(NDMENU)
|
||||||
AUTOLOAD:=$(call AutoLoad,50,via-rhine)
|
AUTOLOAD:=$(call AutoLoad,50,via-rhine)
|
||||||
endef
|
endef
|
||||||
|
|
|
@ -17,6 +17,5 @@ include $(INCLUDE_DIR)/kernel-build.mk
|
||||||
|
|
||||||
# include the profiles
|
# include the profiles
|
||||||
-include profiles/*.mk
|
-include profiles/*.mk
|
||||||
DEFAULT_PACKAGES += kmod-via-rhine
|
|
||||||
|
|
||||||
$(eval $(call BuildKernel))
|
$(eval $(call BuildKernel))
|
||||||
|
|
Loading…
Reference in New Issue