rtl8192se: cleanup

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-22 16:11:33 +01:00
parent 85f4ffc9b5
commit f322568c60
2 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,6 @@
. config/options $1 . config/options $1
$SCRIPTS/build busybox-hosttools
VER=`ls $BUILD/linux*/modules/lib/modules` VER=`ls $BUILD/linux*/modules/lib/modules`
mkdir -p $INSTALL/lib/modules/$VER/rtl8192se mkdir -p $INSTALL/lib/modules/$VER/rtl8192se

View File

@ -6,7 +6,7 @@ PKG_LICENSE="nonfree"
PKG_SITE="http://www.realtek.com/" PKG_SITE="http://www.realtek.com/"
PKG_URL="http://sources.openelec.tv/svn/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_URL="http://sources.openelec.tv/svn/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="" PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain linux" PKG_BUILD_DEPENDS="toolchain linux busybox-hosttools"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="driver" PKG_SECTION="driver"
PKG_SHORTDESC="rtl8192se: Realtek RTL8191SE, RTL8192SE WLAN driver" PKG_SHORTDESC="rtl8192se: Realtek RTL8191SE, RTL8192SE WLAN driver"