-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.sh
executable file
·102 lines (75 loc) · 1.49 KB
/
configuration.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
tar_filesystem=(
fs_skeleton.tbz2
)
toolchain=(
http://releases.linaro.org/15.05/components/toolchain/binaries/arm-linux-gnueabihf/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf.tar.xz
)
paths=(
# name
# path
outputs
${PATH__ROOT}/outputs
toolchain
${PATH__ROOT}/toolchain
filesystem
${PATH__ROOT}/fs
tftp
${PATH__ROOT}/tftp
downloads
${PATH__ROOT}/downloads
src
${PATH__ROOT}/src
compat_wireless
${PATH__ROOT}/src/compat_wireless
#debugging
#${PATH__ROOT}/debugging
configuration
${PATH__ROOT}/configuration
)
repositories=(
# name
# url
# branch
kernel
git://git.ti.com/wilink8-wlan/wilink8-wlan-ti-linux-kernel.git
processor-sdk-linux-02.00.01
openssl
git://github.com/openssl/openssl
OpenSSL_1_0_2d
libnl
git://github.com/tgraf/libnl.git
libnl3_2_25
crda
git://git.ti.com/wilink8-wlan/crda.git
master
wireless_regdb
git://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git
master-2017-03-07
driver
git://git.ti.com/wilink8-wlan/wl18xx.git
upstream_44
hostap
git://git.ti.com/wilink8-wlan/hostap.git
upstream_25_rebase
ti_utils
git://git.ti.com/wilink8-wlan/18xx-ti-utils.git
master
fw_download
git://git.ti.com/wilink8-wlan/wl18xx_fw.git
master
scripts_download
git://git.ti.com/wilink8-wlan/wl18xx-target-scripts.git
sitara-scripts
backports
git://git.ti.com/wilink8-wlan/backports.git
upstream_44
iw
git://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git
v4.1
uim
git://git.ti.com/ti-bt/uim.git
master
bt-firmware
git://git.ti.com/ti-bt/service-packs.git
master
)