mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
iop: adapt to new iopsys git repositories
This commit is contained in:
parent
dc9e0d8e5e
commit
1eff197fda
4 changed files with 9 additions and 11 deletions
|
|
@ -3,7 +3,7 @@ CONFIG_BUSYBOX_CUSTOM=y
|
||||||
CONFIG_CCACHE=y
|
CONFIG_CCACHE=y
|
||||||
CONFIG_DEBUG=y
|
CONFIG_DEBUG=y
|
||||||
CONFIG_DEVEL=y
|
CONFIG_DEVEL=y
|
||||||
CONFIG_LOCALMIRROR="http://mirror.inteno.se/mirror"
|
CONFIG_LOCALMIRROR="http://mirror.iopsys.eu/mirror"
|
||||||
CONFIG_PACKAGE_6in4=y
|
CONFIG_PACKAGE_6in4=y
|
||||||
CONFIG_PACKAGE_6rd=y
|
CONFIG_PACKAGE_6rd=y
|
||||||
CONFIG_PACKAGE_6to4=y
|
CONFIG_PACKAGE_6to4=y
|
||||||
|
|
@ -150,7 +150,6 @@ CONFIG_PACKAGE_wwan=y
|
||||||
CONFIG_PACKAGE_libwifi=y
|
CONFIG_PACKAGE_libwifi=y
|
||||||
CONFIG_PACKAGE_wifilife=y
|
CONFIG_PACKAGE_wifilife=y
|
||||||
CONFIG_PACKAGE_wifimngr=y
|
CONFIG_PACKAGE_wifimngr=y
|
||||||
CONFIG_PACKAGE_wlng=y
|
|
||||||
CONFIG_PACKAGE_xl2tpd=y
|
CONFIG_PACKAGE_xl2tpd=y
|
||||||
CONFIG_PACKAGE_zoneinfo-core=y
|
CONFIG_PACKAGE_zoneinfo-core=y
|
||||||
CONFIG_PACKAGE_zoneinfo-europe=y
|
CONFIG_PACKAGE_zoneinfo-europe=y
|
||||||
|
|
|
||||||
|
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
_iop_get_profiles()
|
_iop_get_profiles()
|
||||||
{
|
{
|
||||||
find feeds/feed_inteno_targets/iopsys-*/ -name '*.diff' \
|
find feeds/targets/iopsys-*/ -name '*.diff' \
|
||||||
|awk -F'/' '{print$NF}' \
|
|awk -F'/' '{print$NF}' \
|
||||||
|awk -F. '{print$1}'
|
|awk -F. '{print$1}'
|
||||||
}
|
}
|
||||||
|
|
||||||
_iop_get_models()
|
_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}' \
|
|awk -F'/' '{print$NF}' \
|
||||||
|egrep '^(cg|dg|eg|vg|vox)[0-9]'
|
|egrep '^(cg|dg|eg|vg|vox)[0-9]'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -28,14 +28,13 @@ function feeds_update {
|
||||||
|
|
||||||
# replace core packages with iopsys versions
|
# replace core packages with iopsys versions
|
||||||
if [ $override == 1 ]; then
|
if [ $override == 1 ]; then
|
||||||
./scripts/feeds install -f -p feed_inteno_openwrt -a
|
./scripts/feeds install -f -p lede_core -a
|
||||||
./scripts/feeds install -f -p feed_inteno_lede -a
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# targets need to be installed explicitly
|
# targets need to be installed explicitly
|
||||||
./scripts/feeds install -p feed_inteno_targets iopsys-brcm63xx-mips
|
./scripts/feeds install -p targets iopsys-brcm63xx-mips
|
||||||
./scripts/feeds install -p feed_inteno_targets iopsys-brcm63xx-arm
|
./scripts/feeds install -p targets iopsys-brcm63xx-arm
|
||||||
./scripts/feeds install -p feed_inteno_targets iopsys-ramips
|
./scripts/feeds install -p targets iopsys-ramips
|
||||||
./scripts/feeds install -p feed_inteno_targets_grx iopsys-grx
|
./scripts/feeds install -p feed_inteno_targets_grx iopsys-grx
|
||||||
|
|
||||||
# install all packages
|
# install all packages
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ function genconfig {
|
||||||
export FILEDIR="files/"
|
export FILEDIR="files/"
|
||||||
export THEMEDIR="themes"
|
export THEMEDIR="themes"
|
||||||
CURRENT_CONFIG_FILE=".current_config_file"
|
CURRENT_CONFIG_FILE=".current_config_file"
|
||||||
export CONFIGPATH="package/feeds/feed_inteno_packages/iop/configs"
|
export CONFIGPATH="package/feeds/iopsys/iop/configs"
|
||||||
CUSTPATH="customerconfigs"
|
CUSTPATH="customerconfigs"
|
||||||
export CUSTCONF="customerconfigs/customers"
|
export CUSTCONF="customerconfigs/customers"
|
||||||
export VERBOSE=0
|
export VERBOSE=0
|
||||||
|
|
@ -311,7 +311,7 @@ function genconfig {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Force regeneration of themes
|
# Force regeneration of themes
|
||||||
touch package/feeds/feed_inteno_juci/juci/Makefile
|
touch package/feeds/juci/juci/Makefile
|
||||||
|
|
||||||
# Force regeneration of kernel Makefile
|
# Force regeneration of kernel Makefile
|
||||||
# Needed to disable kmods for iopsys-brcm targets
|
# Needed to disable kmods for iopsys-brcm targets
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue