21 lines
436 B
BlitzBasic
21 lines
436 B
BlitzBasic
#
|
|
# Copyright (C) 2012 Digi International.
|
|
#
|
|
SUMMARY = "Wireless packagegroup for DEY image"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
inherit packagegroup
|
|
|
|
RDEPENDS_${PN} = "\
|
|
crda \
|
|
iw \
|
|
wireless-tools \
|
|
wpa-supplicant \
|
|
wpa-supplicant-cli \
|
|
wpa-supplicant-passphrase \
|
|
"
|
|
|
|
RDEPENDS_${PN}_append_ccimx6ul = " hostapd"
|