Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iopsys
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
Feed
iopsys
Commits
1eff197f
Commit
1eff197f
authored
6 years ago
by
Sukru Senli
Browse files
Options
Downloads
Patches
Plain Diff
iop: adapt to new iopsys git repositories
parent
dc9e0d8e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
iop/configs/config
+1
-2
1 addition, 2 deletions
iop/configs/config
iop/iop.completion
+2
-2
2 additions, 2 deletions
iop/iop.completion
iop/scripts/feeds_update.sh
+4
-5
4 additions, 5 deletions
iop/scripts/feeds_update.sh
iop/scripts/genconfig.sh
+2
-2
2 additions, 2 deletions
iop/scripts/genconfig.sh
with
9 additions
and
11 deletions
iop/configs/config
+
1
−
2
View file @
1eff197f
...
...
@@ -3,7 +3,7 @@ CONFIG_BUSYBOX_CUSTOM=y
CONFIG_CCACHE=y
CONFIG_DEBUG=y
CONFIG_DEVEL=y
CONFIG_LOCALMIRROR="http://mirror.i
nteno.se
/mirror"
CONFIG_LOCALMIRROR="http://mirror.i
opsys.eu
/mirror"
CONFIG_PACKAGE_6in4=y
CONFIG_PACKAGE_6rd=y
CONFIG_PACKAGE_6to4=y
...
...
@@ -150,7 +150,6 @@ CONFIG_PACKAGE_wwan=y
CONFIG_PACKAGE_libwifi=y
CONFIG_PACKAGE_wifilife=y
CONFIG_PACKAGE_wifimngr=y
CONFIG_PACKAGE_wlng=y
CONFIG_PACKAGE_xl2tpd=y
CONFIG_PACKAGE_zoneinfo-core=y
CONFIG_PACKAGE_zoneinfo-europe=y
...
...
This diff is collapsed.
Click to expand it.
iop/iop.completion
+
2
−
2
View file @
1eff197f
...
...
@@ -5,14 +5,14 @@
_iop_get_profiles()
{
find feeds/
feed_inteno_
targets/iopsys-*/ -name '*.diff' \
find feeds/targets/iopsys-*/ -name '*.diff' \
|awk -F'/' '{print$NF}' \
|awk -F. '{print$1}'
}
_iop_get_models()
{
find feeds/
feed_inteno_
targets/iopsys-*/ -mindepth 1 -maxdepth 1 -type d \
find feeds/targets/iopsys-*/ -mindepth 1 -maxdepth 1 -type d \
|awk -F'/' '{print$NF}' \
|egrep '^(cg|dg|eg|vg|vox)[0-9]'
}
...
...
This diff is collapsed.
Click to expand it.
iop/scripts/feeds_update.sh
+
4
−
5
View file @
1eff197f
...
...
@@ -28,14 +28,13 @@ function feeds_update {
# replace core packages with iopsys versions
if
[
$override
==
1
]
;
then
./scripts/feeds
install
-f
-p
feed_inteno_openwrt
-a
./scripts/feeds
install
-f
-p
feed_inteno_lede
-a
./scripts/feeds
install
-f
-p
lede_core
-a
fi
# targets need to be installed explicitly
./scripts/feeds
install
-p
feed_inteno_
targets iopsys-brcm63xx-mips
./scripts/feeds
install
-p
feed_inteno_
targets iopsys-brcm63xx-arm
./scripts/feeds
install
-p
feed_inteno_
targets iopsys-ramips
./scripts/feeds
install
-p
targets iopsys-brcm63xx-mips
./scripts/feeds
install
-p
targets iopsys-brcm63xx-arm
./scripts/feeds
install
-p
targets iopsys-ramips
./scripts/feeds
install
-p
feed_inteno_targets_grx iopsys-grx
# install all packages
...
...
This diff is collapsed.
Click to expand it.
iop/scripts/genconfig.sh
+
2
−
2
View file @
1eff197f
...
...
@@ -7,7 +7,7 @@ function genconfig {
export
FILEDIR
=
"files/"
export
THEMEDIR
=
"themes"
CURRENT_CONFIG_FILE
=
".current_config_file"
export
CONFIGPATH
=
"package/feeds/
feed_inteno_package
s/iop/configs"
export
CONFIGPATH
=
"package/feeds/
iopsy
s/iop/configs"
CUSTPATH
=
"customerconfigs"
export
CUSTCONF
=
"customerconfigs/customers"
export
VERBOSE
=
0
...
...
@@ -311,7 +311,7 @@ function genconfig {
fi
# Force regeneration of themes
touch
package/feeds/
feed_inteno_
juci/juci/Makefile
touch
package/feeds/juci/juci/Makefile
# Force regeneration of kernel Makefile
# Needed to disable kmods for iopsys-brcm targets
...
...
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