From: Florian Fainelli Date: Thu, 19 Jul 2007 16:00:20 +0000 (+0000) Subject: revert 8059, via-rhine is built in the kernel X-Git-Tag: reboot~28601 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=38719a402c28d59d16653fa62e1156b9e5a1ff52;p=oweals%2Fopenwrt.git revert 8059, via-rhine is built in the kernel SVN-Revision: 8061 --- diff --git a/package/kernel/modules/network.mk b/package/kernel/modules/network.mk index 945d643324..d030080d60 100644 --- a/package/kernel/modules/network.mk +++ b/package/kernel/modules/network.mk @@ -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 diff --git a/target/linux/rb532-2.6/Makefile b/target/linux/rb532-2.6/Makefile index 1898e3f902..fecbac2c7c 100644 --- a/target/linux/rb532-2.6/Makefile +++ b/target/linux/rb532-2.6/Makefile @@ -17,6 +17,5 @@ include $(INCLUDE_DIR)/kernel-build.mk # include the profiles -include profiles/*.mk -DEFAULT_PACKAGES += kmod-via-rhine $(eval $(call BuildKernel))