From 6c2ca0af374232c8b13268529edb9f38296d0c95 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 30 May 2009 23:45:22 +0200 Subject: fix enabling of netdevice --- target/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'target/Config.in') diff --git a/target/Config.in b/target/Config.in index 096aec6a9..d9fbd1419 100644 --- a/target/Config.in +++ b/target/Config.in @@ -104,6 +104,7 @@ config ADK_LINUX_X86_ALIX1C select ADK_KERNEL_SCSI select ADK_KERNEL_EXT2_FS select ADK_KERNEL_NET_PCI + select ADK_KERNEL_NETDEVICES select ADK_KERNEL_NET_ETHERNET select ADK_KERNEL_MII select BUSYBOX_HWCLOCK -- cgit v1.2.3 From 938b9116f72d2952afbbc0c138463a37644d0574 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 1 Jun 2009 10:53:34 +0200 Subject: enable X11 XVideo Extensions - add a new libXv package - optimize xorg-server configuration - remove some obeolete ipkg files - enable X11 for mplayer - fix ruby package --- target/Config.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'target/Config.in') diff --git a/target/Config.in b/target/Config.in index d9fbd1419..bb5f8b29f 100644 --- a/target/Config.in +++ b/target/Config.in @@ -388,10 +388,12 @@ config ADK_IPV6 Enable basic IPv6 support (kmod-ipv6) and make the IPv6 support options in packages visible. -config ADK_XORG +config ADK_X11 bool "Enable X.org/X11 support" default n help - Enable Xorg/X11 server and applications + Enable Xorg/X11 server and applications in menu. + Try to compile other packages with X11 support. + (f.e. mplayer) endmenu -- cgit v1.2.3 From b44b3799ca9fa6c744fc079b96a9c062e4bdd077 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 1 Jun 2009 22:16:31 +0200 Subject: remove unused $Id$ - $id$ substitution is not apropriate for git scm --- target/Config.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/Config.in') diff --git a/target/Config.in b/target/Config.in index bb5f8b29f..a70ab9575 100644 --- a/target/Config.in +++ b/target/Config.in @@ -1,5 +1,3 @@ -# $Id: Config.in 446 2009-05-16 23:47:24Z wbx $ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. -- cgit v1.2.3