diff --git a/config/graphic b/config/graphic
index c0ca927338..e292936b9d 100644
--- a/config/graphic
+++ b/config/graphic
@@ -77,13 +77,6 @@ get_graphicdrivers() {
XINERAMA_SUPPORT="yes"
fi
- if [ "$drv" = "omapfb" ]; then
- DRI_DRIVERS="$DRI_DRIVERS,swrast"
-# GALLIUM_DRIVERS="$GALLIUM_DRIVERS,swrast"
- XORG_DRIVERS="$XORG_DRIVERS ompafb"
-# LLVM_SUPPORT="yes"
- fi
-
if [ "$drv" = "r200" ]; then
DRI_DRIVERS="$DRI_DRIVERS,r200"
XORG_DRIVERS="$XORG_DRIVERS ati"
diff --git a/packages/x11/driver/xf86-video-omapfb/build b/packages/x11/driver/xf86-video-omapfb/build
deleted file mode 100755
index 09b9b3e1ef..0000000000
--- a/packages/x11/driver/xf86-video-omapfb/build
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/bin/sh
-
-################################################################################
-# This file is part of OpenELEC - http://www.openelec.tv
-# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
-#
-# OpenELEC is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 2 of the License, or
-# (at your option) any later version.
-#
-# OpenELEC is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with OpenELEC. If not, see .
-################################################################################
-
-. config/options
-
-if [ "$TARGET_FPU" = neon -o "$TARGET_FPU" = neon-fp16 ]; then
- CFG_NEON="--enable-neon"
-else
- CFG_NEON="--disable-neon"
-fi
-
-cd $PKG_BUILD
-./configure --host=$TARGET_NAME \
- --build=$HOST_NAME \
- --prefix=/usr \
- --sysconfdir=/etc \
- --disable-static \
- --enable-shared \
- --with-xorg-module-dir=$XORG_PATH_MODULES \
- $CFG_NEON \
-
-make
diff --git a/packages/x11/driver/xf86-video-omapfb/install b/packages/x11/driver/xf86-video-omapfb/install
deleted file mode 100755
index 656e182948..0000000000
--- a/packages/x11/driver/xf86-video-omapfb/install
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-################################################################################
-# This file is part of OpenELEC - http://www.openelec.tv
-# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
-#
-# OpenELEC is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 2 of the License, or
-# (at your option) any later version.
-#
-# OpenELEC is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with OpenELEC. If not, see .
-################################################################################
-
-. config/options
-
-mkdir -p $INSTALL/$XORG_PATH_MODULES/drivers
- cp $PKG_BUILD/src/.libs/*_drv.so $INSTALL/$XORG_PATH_MODULES/drivers
diff --git a/packages/x11/driver/xf86-video-omapfb/meta b/packages/x11/driver/xf86-video-omapfb/meta
deleted file mode 100644
index 1898ff0d33..0000000000
--- a/packages/x11/driver/xf86-video-omapfb/meta
+++ /dev/null
@@ -1,34 +0,0 @@
-################################################################################
-# This file is part of OpenELEC - http://www.openelec.tv
-# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
-#
-# OpenELEC is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 2 of the License, or
-# (at your option) any later version.
-#
-# OpenELEC is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with OpenELEC. If not, see .
-################################################################################
-
-PKG_NAME="xf86-video-omapfb"
-PKG_VERSION="0446176"
-PKG_REV="1"
-PKG_ARCH="arm"
-PKG_LICENSE="OSS"
-PKG_SITE="http://cgit.pingu.fi/xf86-video-omapfb"
-PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2"
-PKG_DEPENDS="libXrender libXext libX11"
-PKG_BUILD_DEPENDS="toolchain libXrender libXext xorg-server"
-PKG_PRIORITY="optional"
-PKG_SECTION="x11/driver"
-PKG_SHORTDESC="xf86-video-ompafb: OMAP3/4 framebuffer display driver"
-PKG_LONGDESC="This driver for the X.Org X server (see xserver-xorg for a further description) provides support for OMAP3/4 framebuffer devices."
-PKG_IS_ADDON="no"
-
-PKG_AUTORECONF="yes"