blob: 451a13363ed3c3399afc5bd883190a1b00a0c333 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# find defconfig path
FILESEXTRAPATHS := "${THISDIR}/${PN}"
SRC_URI += " \
file://wlan-atheros-3.4.cfg \
file://wlan-ralink.cfg \
file://wlan-realtek-3.4.cfg \
file://wlan-zydas.cfg \
file://bluetooth.cfg \
file://nokia-phonet.cfg \
file://usb-serial.cfg \
file://tun-device.cfg \
file://usb-eth-gadget.cfg \
file://usb-net.cfg \
file://rfkill.cfg \
file://ipv6.cfg \
file://nfc-3.4.cfg \
file://nfacct.cfg \
"
|