[uClibc-cvs] svn commit: trunk/buildroot/target/device/Via

andersen at uclibc.org andersen at uclibc.org
Mon Aug 1 21:11:07 UTC 2005


Author: andersen
Date: 2005-08-01 15:11:06 -0600 (Mon, 01 Aug 2005)
New Revision: 11013

Log:
Via EPIA MII specific Linux config is (surprise) specific to the Via EPIA MII
and only should be selectable when BR2_TARGET_VIA_EPIA_MII has first been
selected.


Modified:
   trunk/buildroot/target/device/Via/Config.in


Changeset:
Modified: trunk/buildroot/target/device/Via/Config.in
===================================================================
--- trunk/buildroot/target/device/Via/Config.in	2005-08-01 20:49:32 UTC (rev 11012)
+++ trunk/buildroot/target/device/Via/Config.in	2005-08-01 21:11:06 UTC (rev 11013)
@@ -9,6 +9,7 @@
 config BR2_PACKAGE_LINUX
 	bool "linux"
 	default n
+	depends BR2_TARGET_VIA_EPIA_MII
 	help
 	    The Linux kernel.
 




More information about the uClibc-cvs mailing list