From: <abe...@us...> - 2015-11-22 15:02:11
|
Revision: 7337 http://sourceforge.net/p/astlinux/code/7337 Author: abelbeck Date: 2015-11-22 15:02:08 +0000 (Sun, 22 Nov 2015) Log Message: ----------- runnix, also allow BR2_x86_64 Modified Paths: -------------- branches/1.0/boot/runnix/Config.in Modified: branches/1.0/boot/runnix/Config.in =================================================================== --- branches/1.0/boot/runnix/Config.in 2015-11-20 16:18:47 UTC (rev 7336) +++ branches/1.0/boot/runnix/Config.in 2015-11-22 15:02:08 UTC (rev 7337) @@ -1,7 +1,7 @@ config BR2_TARGET_RUNNIX bool "runnix" default y - depends on BR2_i386 + depends on BR2_i386 || BR2_x86_64 help The runnix bootloader for x86 systems This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |