From 0f6b70764ad906bb0b7ffbbba3b5db20e35ce966 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 28 Mar 2015 11:37:08 +0000 Subject: x86: remove the olpc subtarget, it has been unmaintained for a long time Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45083 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/x86/olpc/base-files/etc/X11/xorg.conf | 71 ---------------------- .../linux/x86/olpc/base-files/etc/config/network | 16 ----- 2 files changed, 87 deletions(-) delete mode 100644 target/linux/x86/olpc/base-files/etc/X11/xorg.conf delete mode 100644 target/linux/x86/olpc/base-files/etc/config/network (limited to 'target/linux/x86/olpc/base-files/etc') diff --git a/target/linux/x86/olpc/base-files/etc/X11/xorg.conf b/target/linux/x86/olpc/base-files/etc/X11/xorg.conf deleted file mode 100644 index d98a8f87a5..0000000000 --- a/target/linux/x86/olpc/base-files/etc/X11/xorg.conf +++ /dev/null @@ -1,71 +0,0 @@ -# xorg configuration - -Section "ServerLayout" - Identifier "Default Layout" - Screen 0 "Screen0" 0 0 - InputDevice "Mouse0" "CorePointer" - InputDevice "Keyboard0" "CoreKeyboard" -EndSection - -Section "Files" - FontPath "/usr/lib/X11/fonts/misc" -EndSection - -Section "Module" - Load "dbe" - Load "extmod" - Load "fbdevhw" -# Load "glx" - Load "record" - Load "freetype" - Load "type1" -EndSection - -Section "InputDevice" - Identifier "Keyboard0" - Driver "keyboard" - Option "XkbModel" "pc105" - Option "XkbLayout" "us" -EndSection - -Section "InputDevice" - Identifier "Mouse0" - Driver "mouse" - Option "Protocol" "PS/2" - Option "Device" "/dev/psaux" - Option "ZAxisMapping" "4 5" - Option "Emulate3Buttons" "yes" -EndSection - -Section "Monitor" - Identifier "Monitor0" - VendorName "Monitor Vendor" - ModelName "OWRT" - Option "dpms" -EndSection - -Section "Device" - Identifier "FBDev" - Driver "fbdev" - #Option "shadowfb" "off" - VideoRam 4096 -EndSection - -Section "Screen" - Identifier "Screen0" - Device "FBDev" - Monitor "Monitor0" - DefaultDepth 16 - - SubSection "Display" - Depth 16 - Modes "1200x900-75" - EndSubsection - -EndSection - -Section "DRI" - Group 0 - Mode 0666 -EndSection - diff --git a/target/linux/x86/olpc/base-files/etc/config/network b/target/linux/x86/olpc/base-files/etc/config/network deleted file mode 100644 index dc0bee1ee7..0000000000 --- a/target/linux/x86/olpc/base-files/etc/config/network +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright (C) 2006 OpenWrt.org - -config interface loopback - option ifname lo - option proto static - option ipaddr 127.0.0.1 - option netmask 255.0.0.0 - -config interface wlan - option ifname eth0 - option proto dhcp - -config interface wlan6 - option ifname @wlan - option proto dhcpv6 - option reqprefix no -- cgit v1.2.3