From: florian Date: Thu, 19 Jul 2007 16:00:20 +0000 (+0000) Subject: revert 8059, via-rhine is built in the kernel X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=9f7de89d9b16062128e649a6b65bac590fe4713c;hp=fc66ff967a15d664e2543d6a996d792ed39f6759;p=openwrt-10.03%2F.git revert 8059, via-rhine is built in the kernel git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8061 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/modules/network.mk b/package/kernel/modules/network.mk index 945d64332..d030080d6 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 1898e3f90..fecbac2c7 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))