Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ieee1905
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Multi-AP
ieee1905
Commits
308907c5
Commit
308907c5
authored
3 years ago
by
Jakob Olsson
Browse files
Options
Downloads
Patches
Plain Diff
gitlab-ci: fix dependency install
parent
123b6ed3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#40368
failed
3 years ago
Stage: static_code_analysis
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gitlab-ci/install-dependencies.sh
+1
-82
1 addition, 82 deletions
gitlab-ci/install-dependencies.sh
with
1 addition
and
82 deletions
gitlab-ci/install-dependencies.sh
+
1
−
82
View file @
308907c5
...
@@ -38,89 +38,8 @@ cd /opt/dev
...
@@ -38,89 +38,8 @@ cd /opt/dev
rm
-fr
wifimngr
rm
-fr
wifimngr
exec_cmd git clone
-b
devel https://dev.iopsys.eu/iopsys/wifimngr.git
exec_cmd git clone
-b
devel https://dev.iopsys.eu/iopsys/wifimngr.git
cd
wifimngr
cd
wifimngr
exec_cmd ./gitlab-ci/install-dependencies.sh
#
exec_cmd ./gitlab-ci/install-dependencies.sh
exec_cmd ./gitlab-ci/setup.sh
exec_cmd ./gitlab-ci/setup.sh
exec_cmd make
exec_cmd make
exec_cmd
cp
wifimngr /usr/sbin/
exec_cmd
cp
wifimngr /usr/sbin/
# ieee1905 + map.so
cd
/opt/dev
export
CFLAGS
=
"
${
CFLAGS
}
-g -Wall -g -O0"
rm
-fr
ieee1905
exec_cmd git clone
--depth
1
-b
devel https://dev.iopsys.eu/iopsys/ieee1905.git
cd
ieee1905
exec_cmd ./gitlab-ci/install-dependencies.sh
exec_cmd ./gitlab-ci/setup.sh
exec_cmd make
mkdir
-p
/usr/include /usr/lib/ieee1905
exec_cmd
cp
-a
cmdu.h /usr/include/
exec_cmd
cp
-a
cmdu_ackq.h /usr/include/
exec_cmd
cp
-a
1905_tlvs.h /usr/include/
exec_cmd
cp
-a
i1905_wsc.h /usr/include/
exec_cmd
cp
-a
bufutil.h /usr/include/
exec_cmd
cp
-a
timer_impl.h /usr/include/
exec_cmd
cp
-a
libmidgen.so /usr/lib
exec_cmd
cp
-a
libieee1905.so /usr/lib
exec_cmd
cp
-a
ieee1905d /usr/sbin/
exec_cmd
cp
-a
extensions/map/libmaputil.so /usr/lib
exec_cmd
cp
-a
extensions/map/map.so /usr/lib
ldconfig
# mapagent
cd
/opt/dev
rm
-fr
map-agent
exec_cmd git clone
-b
devel https://dev.iopsys.eu/iopsys/map-agent.git
cd
map-agent/src
exec_cmd make
exec_cmd
cp
mapagent /usr/sbin/
# tap.sh library
cd
/opt/dev
rm
-fr
tap
exec_cmd git clone https://github.com/andrewgregory/tap.sh.git tap
cd
tap
exec_cmd
cp
tap.sh /usr/bin/
# default mapagent config
cat
<<
'
EOF
' > /etc/config/mapagent
config agent 'agent'
option enabled '1'
option debug '0'
option profile '2'
option brcm_setup '1'
option al_bridge 'br-lan'
#option netdev 'wl'
option discovery_proto 'static'
config controller_select
option local '1'
option id 'auto'
option probe_int '20'
option retry_int '3'
option autostart '0'
config wifi-radio
option device 'test5'
option band '5'
option steer_policy '2'
option util_threshold '200'
option rcpi_threshold '30'
option report_rcpi_threshold '0'
option rcpi_hysteresis_margin '0'
option report_util_threshold '0'
option include_sta_stats '0'
option include_sta_metric '0'
config wifi-radio
option device 'test2'
option band '2'
option steer_policy '2'
option util_threshold '200'
option rcpi_threshold '30'
option report_rcpi_threshold '0'
option rcpi_hysteresis_margin '0'
option report_util_threshold '0'
option include_sta_stats '0'
option include_sta_metric '0'
EOF
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment