mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +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
|
||||
|
||||
# dont handle non-wireless interfaces
|
||||
if [ -n `cat /proc/net/wireless|grep $IFACE` ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if test -e /sbin/cardctl; then
|
||||
CARDCTL=/sbin/cardctl
|
||||
@@ -18,3 +23,4 @@ fi
|
||||
|
||||
# lets hope that run-parts obeys the order :D
|
||||
|
||||
exit 0
|
||||
@@ -4,7 +4,7 @@ LICENSE = "GPL"
|
||||
DEPENDS = "prism3-firmware hostap-utils"
|
||||
RDEPENDS = "prism3-firmware hostap-utils"
|
||||
PACKAGE_ARCH = "all"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI = "file://hostap-fw-load"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user