From 38719a402c28d59d16653fa62e1156b9e5a1ff52 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 19 Jul 2007 16:00:20 +0000 Subject: [PATCH] revert 8059, via-rhine is built in the kernel SVN-Revision: 8061 --- package/kernel/modules/network.mk | 2 +- target/linux/rb532-2.6/Makefile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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))