mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
prism3-support: Fix multiple network device issues
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@916 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# dont handle non-wireless interfaces
|
||||||
|
if [ -n `cat /proc/net/wireless|grep $IFACE` ]; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
if test -e /sbin/cardctl; then
|
if test -e /sbin/cardctl; then
|
||||||
CARDCTL=/sbin/cardctl
|
CARDCTL=/sbin/cardctl
|
||||||
@@ -18,3 +23,4 @@ fi
|
|||||||
|
|
||||||
# lets hope that run-parts obeys the order :D
|
# lets hope that run-parts obeys the order :D
|
||||||
|
|
||||||
|
exit 0
|
||||||
@@ -4,7 +4,7 @@ LICENSE = "GPL"
|
|||||||
DEPENDS = "prism3-firmware hostap-utils"
|
DEPENDS = "prism3-firmware hostap-utils"
|
||||||
RDEPENDS = "prism3-firmware hostap-utils"
|
RDEPENDS = "prism3-firmware hostap-utils"
|
||||||
PACKAGE_ARCH = "all"
|
PACKAGE_ARCH = "all"
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
SRC_URI = "file://hostap-fw-load"
|
SRC_URI = "file://hostap-fw-load"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user