diff --git a/iop/configs/config b/iop/configs/config index 2b2d0eaf9..f51d96a80 100644 --- a/iop/configs/config +++ b/iop/configs/config @@ -3,7 +3,7 @@ CONFIG_BUSYBOX_CUSTOM=y CONFIG_CCACHE=y CONFIG_DEBUG=y CONFIG_DEVEL=y -CONFIG_LOCALMIRROR="http://mirror.inteno.se/mirror" +CONFIG_LOCALMIRROR="http://mirror.iopsys.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 diff --git a/iop/iop.completion b/iop/iop.completion index 3739e56ca..addd5e62b 100644 --- a/iop/iop.completion +++ b/iop/iop.completion @@ -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]' } diff --git a/iop/scripts/feeds_update.sh b/iop/scripts/feeds_update.sh index 9b479f665..63dda8ec5 100755 --- a/iop/scripts/feeds_update.sh +++ b/iop/scripts/feeds_update.sh @@ -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 diff --git a/iop/scripts/genconfig.sh b/iop/scripts/genconfig.sh index e5656bf07..658573fa1 100755 --- a/iop/scripts/genconfig.sh +++ b/iop/scripts/genconfig.sh @@ -7,7 +7,7 @@ function genconfig { export FILEDIR="files/" export THEMEDIR="themes" CURRENT_CONFIG_FILE=".current_config_file" - export CONFIGPATH="package/feeds/feed_inteno_packages/iop/configs" + export CONFIGPATH="package/feeds/iopsys/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