Hi there.
I’m trying to make some ipk’s for my AXT1800 but there is no SDK available for ipq807x/ipq60xx.
It’s not even listed here: GitHub - gl-inet/sdk: OpenWRT SDK for GL.iNet devices
It has not been uploaded yet. Developer is checking and uploading. Please wait.
It has been added.
Thanks but something is wrong with it. I can compile my ipk’s with two previous SDK’s without any issues but I cannot compile for AXT1800
Can you explain the details? Your steps and reported errors.
It missing a lot of dependencies. I can build my package with no problems for ipq806x and ipq60xx but it fails for ipq807x due to missing dependencies.
Also when I try to update packages I get too many errors:
./scripts/feeds update -a
Updating feed 'base' from 'https://github.com/openwrt/openwrt.git;openwrt-21.02' ...
remote: Enumerating objects: 1040, done.
remote: Counting objects: 100% (1040/1040), done.
remote: Compressing objects: 100% (378/378), done.
remote: Total 853 (delta 595), reused 718 (delta 471), pack-reused 0
Receiving objects: 100% (853/853), 278.86 KiB | 1.13 MiB/s, done.
Resolving deltas: 100% (595/595), completed with 162 local objects.
From https://github.com/openwrt/openwrt
829cc60..b119562 openwrt-21.02 -> origin/openwrt-21.02
Updating 829cc60..b119562
Fast-forward
.github/issue_template | 13 -
.github/labeler.yml | 103 ++
.github/workflows/Dockerfile.tools | 3 +
.github/workflows/build.yml | 361 +++++++
.github/workflows/check-kernel-patches.yml | 131 +++
.github/workflows/formal.yml | 73 ++
.github/workflows/kernel.yml | 85 ++
.github/workflows/labeler.yml | 33 +
.github/workflows/packages.yml | 43 +
.github/workflows/scripts/ci_helpers.sh | 26 +
.github/workflows/scripts/show_build_failures.sh | 15 +
.github/workflows/tools.yml | 226 +++++
config/Config-build.in | 1 -
include/depends.mk | 1 +
include/host-build.mk | 6 +-
include/kernel-5.4 | 2 +
include/kernel-build.mk | 2 +-
include/kernel-version.mk | 7 +-
include/package.mk | 6 +-
package/base-files/files/bin/config_generate | 3 +-
package/kernel/linux/modules/fs.mk | 5 +-
package/kernel/mac80211/Makefile | 6 +-
package/kernel/mac80211/patches/ath/404-regd_no_assoc_hints.patch | 4 +-
package/kernel/mac80211/patches/ath/930-ath10k_add_tpt_led_trigger.patch | 4 +-
package/kernel/mac80211/patches/ath/975-ath10k-use-tpt-trigger-by-default.patch | 2 +-
package/kernel/mac80211/patches/ath/981-ath10k-adjust-tx-power-reduction-for-US-regulatory-d.patch | 8 +-
package/kernel/mac80211/patches/brcm/998-survey.patch | 4 +-
package/kernel/mac80211/patches/rt2x00/002-rt2x00-define-RF5592-in-init_eeprom-routine.patch | 2 +-
package/kernel/mac80211/patches/rt2x00/610-rt2x00-change-led-polarity-from-OF.patch | 2 +-
package/kernel/mac80211/patches/rt2x00/650-rt2x00-add-support-for-external-PA-on-MT7620.patch | 8 +-
package/kernel/mac80211/patches/rt2x00/982-rt2x00-add-rf-self-txdc-calibration.patch | 4 +-
package/kernel/mac80211/patches/rt2x00/983-rt2x00-add-r-calibration.patch | 4 +-
package/kernel/mac80211/patches/rt2x00/984-rt2x00-add-rxdcoc-calibration.patch | 4 +-
package/kernel/mac80211/patches/rt2x00/985-rt2x00-add-rxiq-calibration.patch | 4 +-
package/kernel/mac80211/patches/rt2x00/986-rt2x00-add-TX-LOFT-calibration.patch | 4 +-
package/kernel/mac80211/patches/rt2x00/991-rt2x00-mt7620-differentiate-based-on-SoC-CHIP_VER.patch | 14 +-
package/kernel/mac80211/patches/rt2x00/992-rt2x00-save-survey-for-every-channel-visited.patch | 2 +-
package/kernel/mac80211/patches/subsys/150-disable_addr_notifier.patch | 2 +-
package/kernel/mac80211/patches/subsys/385-mac80211-add-ieee80211_set_sar_specs.patch | 4 +-
package/kernel/mac80211/patches/subsys/388-mac80211-add-support-for-BSS-color-change.patch | 8 +-
package/kernel/mac80211/patches/subsys/391-wireless-align-some-HE-capabilities-with-the-spec.patch | 6 +-
package/kernel/mac80211/patches/subsys/392-wireless-fix-spelling-of-A-MSDU-in-HE-capabilities.patch | 8 +-
.../kernel/mac80211/patches/subsys/393-wireless-align-HE-capabilities-A-MPDU-Length-Exponen.patch | 8 +-
package/kernel/mac80211/patches/subsys/397-disable-mbssid.patch | 8 +-
package/kernel/mac80211/patches/subsys/500-mac80211_configure_antenna_gain.patch | 2 +-
package/libs/openssl/Makefile | 4 +-
package/libs/openssl/patches/100-Configure-afalg-support.patch | 4 +-
package/libs/openssl/patches/110-openwrt_targets.patch | 3 -
package/libs/openssl/patches/120-strip-cflags-from-binary.patch | 4 +-
package/libs/openssl/patches/130-dont-build-tests-fuzz.patch | 4 +-
package/libs/openssl/patches/140-allow-prefer-chacha20.patch | 8 +-
package/libs/openssl/patches/400-eng_devcrypto-save-ioctl-if-EVP_MD_.FLAG_ONESHOT.patch | 6 +-
package/libs/openssl/patches/410-eng_devcrypto-add-configuration-options.patch | 20 +-
package/libs/openssl/patches/420-eng_devcrypto-add-command-to-dump-driver-info.patch | 16 +-
package/libs/openssl/patches/430-e_devcrypto-make-the-dev-crypto-engine-dynamic.patch | 2670 ++++++++++++++++++++++++++++++++++++++++++++++---
package/libs/openssl/patches/500-e_devcrypto-default-to-not-use-digests-in-engine.patch | 4 +-
package/libs/openssl/patches/510-e_devcrypto-ignore-error-when-closing-session.patch | 4 +-
package/libs/wolfssl/Makefile | 4 +-
package/libs/wolfssl/patches/100-disable-hardening-check.patch | 2 +-
package/libs/wolfssl/patches/110-build-with-libtool-2.4.patch | 4 +-
package/libs/wolfssl/patches/200-ecc-rng.patch | 50 -
package/system/procd/patches/0001-uxc-fix-compilation-error-caused-by-unused-variable.patch | 36 +
rules.mk | 14 +-
scripts/checkpatch.pl | 2 +-
scripts/dl_github_archive.py | 4 +-
scripts/ext-toolchain.sh | 51 +-
scripts/ext-tools.sh | 98 ++
scripts/json_overview_image_info.py | 2 +-
scripts/linksys-image.sh | 4 +-
scripts/pad_image | 2 +-
scripts/sign_images.sh | 4 +-
scripts/size_compare.sh | 4 +-
scripts/slugimage.pl | 4 +-
target/linux/bcm27xx/patches-5.4/950-0043-MMC-added-alternative-MMC-driver.patch | 2 +-
target/linux/bcm4908/config-5.4 | 2 +-
target/linux/bcm4908/image/Makefile | 8 +-
target/linux/bcm4908/image/bootfs-bcm4908.its | 2 +-
target/linux/bcm4908/image/bootfs-bcm4912.its | 35 +-
target/linux/bcm4908/patches-5.4/037-v5.20-0011-arm64-bcmbca-add-arch-bcmbca-machine-entry.patch | 31 +
...maining-LED-pins.patch => 038-v6.1-0001-arm64-dts-broadcom-bcm4908-add-remaining-LED-pins.patch} | 5 +-
...troller-block.patch => 038-v6.1-0002-arm64-dts-broadcom-bcm4908-add-LEDs-controller-block.patch} | 5 +-
...-GT-AC5300-LEDs.patch => 038-v6.1-0003-arm64-dts-broadcom-bcm4908-add-Asus-GT-AC5300-LEDs.patch} | 5 +-
.../linux/bcm4908/patches-5.4/038-v6.1-0004-arm64-dts-bcmbca-update-BCM4908-board-dts-files.patch | 66 ++
target/linux/bcm4908/patches-5.4/038-v6.1-0005-arm64-dts-Move-BCM4908-dts-to-bcmbca-folder.patch | 2491 +++++++++++++++++++++++++++++++++++++++++++++
target/linux/bcm4908/patches-5.4/038-v6.1-0006-arm64-dts-Add-BCM4908-generic-board-dts.patch | 62 ++
.../bcm4908/patches-5.4/039-v6.2-0001-arm64-dts-broadcom-bcmbca-bcm4908-add-TWD-block-time.patch | 31 +
.../linux/bcm4908/patches-5.4/039-v6.2-0002-arm64-dts-broadcom-bcmbca-bcm6858-add-TWD-block.patch | 46 +
target/linux/bcm4908/patches-5.4/070-v5.10-0001-net-dsa-b53-Use-dev_-err-info-instead-of-pr_.patch | 4 +-
.../linux/bcm4908/patches-5.4/070-v5.10-0002-net-dsa-b53-Print-err-message-on-SW_RST-timeout.patch | 2 +-
.../bcm4908/patches-5.4/071-v5.12-0001-net-dsa-bcm_sf2-support-BCM4908-s-integrated-switch.patch | 8 +-
.../bcm4908/patches-5.4/075-v5.13-0001-net-dsa-bcm_sf2-store-PHY-interface-mode-in-port-str.patch | 6 +-
.../linux/bcm4908/patches-5.4/075-v5.13-0002-net-dsa-bcm_sf2-setup-BCM4908-internal-crossbar.patch | 18 +-
target/linux/bcm4908/patches-5.4/075-v5.13-0003-net-dsa-bcm_sf2-Fill-in-BCM4908-CFP-entries.patch | 2 +-
.../bcm4908/patches-5.4/075-v5.13-0004-net-dsa-bcm_sf2-add-function-finding-RGMII-register.patch | 10 +-
target/linux/bcm4908/patches-5.4/075-v5.13-0005-net-dsa-bcm_sf2-fix-BCM4908-RGMII-reg-s.patch | 2 +-
target/linux/bcm4908/patches-5.4/076-v5.17-net-dsa-bcm_sf2-refactor-LED-regs-access.patch | 4 +-
...8-limit-amount-of-GPIOs.patch => 300-arm64-dts-broadcom-bcmbca-bcm4908-limit-amount-of-GP.patch} | 8 +-
target/linux/bcm4908/patches-5.4/700-net-dsa-bcm_sf2-enable-GPHY-for-switch-probing.patch | 2 +-
target/linux/bcm4908/patches-5.4/701-net-dsa-bcm_sf2-keep-GPHY-enabled-on-the-BCM4908.patch | 2 +-
.../bcm53xx/patches-5.4/034-v5.11-0007-ARM-dts-BCM5301X-Move-CRU-devices-to-the-CRU-node.patch | 85 ++
.../bcm53xx/patches-5.4/034-v5.11-0010-ARM-dts-BCM5301X-Update-Ethernet-switch-node-name.patch | 4 +-
.../bcm53xx/patches-5.4/034-v5.11-0011-ARM-dts-BCM5301X-Add-a-default-compatible-for-switch.patch | 2 +-
.../bcm53xx/patches-5.4/034-v5.11-0012-ARM-dts-BCM5301X-Provide-defaults-ports-container-no.patch | 2 +-
target/linux/bcm53xx/patches-5.4/034-v5.11-0013-ARM-dts-NSP-Update-ethernet-switch-node-name.patch | 32 +
.../bcm53xx/patches-5.4/034-v5.11-0014-ARM-dts-NSP-Fix-Ethernet-switch-SGMII-register-name.patch | 26 +
.../bcm53xx/patches-5.4/034-v5.11-0015-ARM-dts-NSP-Add-a-SRAB-compatible-string-for-each-bo.patch | 77 ++
.../bcm53xx/patches-5.4/034-v5.11-0016-ARM-dts-NSP-Provide-defaults-ports-container-node.patch | 99 ++
target/linux/bcm53xx/patches-5.4/036-v5.14-0001-ARM-dts-BCM5301X-Fix-NAND-nodes-names.patch | 2 +-
target/linux/bcm53xx/patches-5.4/036-v5.14-0002-ARM-dts-BCM5301X-Fix-pinmux-subnodes-names.patch | 2 +-
target/linux/bcm53xx/patches-5.4/037-v5.15-0001-ARM-dts-NSP-add-device-names-to-compatible.patch | 97 ++
target/linux/bcm53xx/patches-5.4/037-v5.15-0002-ARM-dts-NSP-enable-DMA-on-bcm988312hr.patch | 29 +
target/linux/bcm53xx/patches-5.4/037-v5.15-0003-ARM-dts-NSP-disable-qspi-node-by-default.patch | 113 +++
target/linux/bcm53xx/patches-5.4/037-v5.15-0004-ARM-dts-NSP-add-MDIO-bus-controller-node.patch | 30 +
.../linux/bcm53xx/patches-5.4/037-v5.15-0005-ARM-dts-NSP-Move-USB3-PHY-to-internal-MDIO-bus.patch | 85 ++
target/linux/bcm53xx/patches-5.4/037-v5.15-0006-ARM-dts-NSP-Add-common-bindings-for-MX64-MX65.patch | 148 +++
target/linux/bcm53xx/patches-5.4/037-v5.15-0007-ARM-dts-NSP-Add-Ax-stepping-modifications.patch | 90 ++
.../linux/bcm53xx/patches-5.4/037-v5.15-0008-ARM-dts-NSP-Add-DT-files-for-Meraki-MX64-series.patch | 340 +++++++
.../linux/bcm53xx/patches-5.4/037-v5.15-0009-ARM-dts-NSP-Add-DT-files-for-Meraki-MX65-series.patch | 386 +++++++
...ARM-dts-BCM5301X-Fix-nodes-names.patch => 037-v5.15-0010-ARM-dts-BCM5301X-Fix-nodes-names.patch} | 0
...M5301X-Fix-MDIO-mux-binding.patch => 037-v5.15-0011-ARM-dts-BCM5301X-Fix-MDIO-mux-binding.patch} | 0
...1X-Fix-memory-nodes-names.patch => 037-v5.15-0012-ARM-dts-BCM5301X-Fix-memory-nodes-names.patch} | 0
target/linux/bcm53xx/patches-5.4/037-v5.16-0013-ARM-dts-NSP-Add-bcm958623hr-board-name-to-dts.patch | 27 +
target/linux/bcm53xx/patches-5.4/037-v5.16-0015-ARM-dts-NSP-Fix-MDIO-mux-node-names.patch | 47 +
target/linux/bcm53xx/patches-5.4/037-v5.16-0016-ARM-dts-NSP-Fix-MX64-MX65-eeprom-node-name.patch | 28 +
target/linux/bcm53xx/patches-5.4/037-v5.16-0017-ARM-dts-NSP-Fix-MX65-MDIO-mux-warnings.patch | 52 +
.../bcm53xx/patches-5.4/037-v5.16-0018-ARM-dts-BCM5301X-Specify-switch-ports-for-more-devic.patch | 290 ++++++
.../bcm53xx/patches-5.4/037-v5.16-0019-ARM-dts-BCM53573-Describe-on-SoC-BCM53125-rev-4-swit.patch | 44 +
target/linux/bcm53xx/patches-5.4/037-v5.16-0020-ARM-dts-BCM53573-Add-Tenda-AC9-switch-ports.patch | 59 ++
.../bcm53xx/patches-5.4/037-v5.16-0021-ARM-BCM53016-Specify-switch-ports-for-Meraki-MR32.patch | 57 ++
target/linux/bcm53xx/patches-5.4/037-v5.16-0022-ARM-BCM53016-MR32-get-mac-address-from-nvmem.patch | 41 +
target/linux/bcm53xx/patches-5.4/037-v5.16-0023-ARM-dts-BCM5301X-Add-DT-for-Asus-RT-AC88U.patch | 242 +++++
.../bcm53xx/patches-5.4/038-v5.17-0001-ARM-dts-NSP-MX65-add-qca8k-falling-edge-PLL-properti.patch | 42 +
.../bcm53xx/patches-5.4/038-v5.17-0002-ARM-dts-BCM5301X-remove-unnecessary-address-size-cel.patch | 29 +
.../bcm53xx/patches-5.4/038-v5.17-0003-ARM-dts-BCM5301X-define-RTL8365MB-switch-on-Asus-RT-.patch | 104 ++
.../bcm53xx/patches-5.4/038-v5.17-0004-ARM-BCM53016-MR32-convert-to-Broadcom-iProc-I2C-Driv.patch | 104 ++
target/linux/bcm53xx/patches-5.4/038-v5.17-0005-ARM-dts-BCM5301X-update-CRU-block-description.patch | 60 ++
.../bcm53xx/patches-5.4/038-v5.17-0006-ARM-dts-BCM5301X-use-non-deprecated-USB-2.0-PHY-bind.patch | 54 +
target/linux/bcm53xx/patches-5.4/038-v5.17-0007-ARM-dts-NSP-Fixed-iProc-PCIe-MSI-sub-node.patch | 42 +
target/linux/bcm53xx/patches-5.4/038-v5.17-0008-ARM-dts-NSP-Rename-SATA-unit-name.patch | 25 +
.../bcm53xx/patches-5.4/038-v5.17-0009-ARM-dts-BCM5301X-correct-RX-delay-and-enable-flow-co.patch | 45 +
.../bcm53xx/patches-5.4/038-v5.17-0010-Revert-ARM-dts-BCM5301X-define-RTL8365MB-switch-on-A.patch | 109 ++
.../bcm53xx/patches-5.4/039-v5.18-0001-ARM-dts-BCM5301X-define-RTL8365MB-switch-on-Asus-RT-.patch | 103 ++
target/linux/bcm53xx/patches-5.4/039-v5.18-0002-ARM-dts-NSP-MX6X-get-mac-address-from-eeprom.patch | 40 +
target/linux/bcm53xx/patches-5.4/039-v5.18-0003-ARM-dts-NSP-MX6X-correct-LED-function-types.patch | 62 ++
.../bcm53xx/patches-5.4/039-v5.18-0004-ARM-dts-BCM5301X-Add-Ethernet-MAC-address-to-Luxul-X.patch | 42 +
.../linux/bcm53xx/patches-5.4/040-v5.19-0001-ARM-dts-BCM5301X-Update-pin-controller-node-name.patch | 32 +
.../linux/bcm53xx/patches-5.4/040-v5.19-0002-ARM-dts-BCM5301X-Fix-DTC-warning-for-NAND-node.patch | 31 +
.../bcm53xx/patches-5.4/040-v5.19-0003-ARM-dts-BCM5301X-Remove-cell-properties-from-srab-po.patch | 40 +
.../bcm53xx/patches-5.4/040-v5.19-0004-ARM-dts-BCM5301X-Add-rgmii-to-port-5-of-Broadcom-swi.patch | 29 +
.../bcm53xx/patches-5.4/040-v5.19-0005-ARM-dts-BCM5301X-Retrieve-gmac1-MAC-address-from-NVR.patch | 43 +
.../bcm53xx/patches-5.4/040-v5.19-0006-ARM-dts-BCM5301X-Fix-compatible-strings-for-BCM53012.patch | 65 ++
.../bcm53xx/patches-5.4/040-v5.19-0007-ARM-dts-BCM5301X-Disable-gmac0-and-enable-port-8-on-.patch | 39 +
target/linux/bcm53xx/patches-5.4/040-v5.19-0008-ARM-dts-BCM5301X-Add-DT-for-WZR-1166DHP-DHP2.patch | 300 ++++++
.../bcm53xx/patches-5.4/040-v5.19-0009-Revert-ARM-dts-BCM5301X-Fix-DTC-warning-for-NAND-nod.patch | 32 +
.../bcm53xx/patches-5.4/041-v6.0-0001-ARM-dts-broadcom-align-gpio-key-node-names-with-dtsc.patch | 912 +++++++++++++++++
target/linux/bcm53xx/patches-5.4/041-v6.0-0002-ARM-dts-broadcom-correct-gpio-keys-properties.patch | 108 ++
.../bcm53xx/patches-5.4/042-v6.1-0001-ARM-dts-BCM5301X-Correct-description-of-TP-Link-part.patch | 99 ++
.../bcm53xx/patches-5.4/042-v6.1-0001-ARM-dts-bcm47094-Add-devicetree-for-D-Link-DIR-890L.patch | 242 +++++
.../bcm53xx/patches-5.4/042-v6.1-0001-ARM-dts-bcm53016-Add-devicetree-for-D-Link-DWL-8610A.patch | 165 +++
.../linux/bcm53xx/patches-5.4/070-v5.17-phy-bcm-ns-usb2-support-updated-DT-binding-with-PHY-.patch | 131 +++
target/linux/bcm53xx/patches-5.4/304-ARM-dts-BCM5301X-Specify-switch-ports-for-remaining-.patch | 711 +++++++++++++
target/linux/bcm53xx/patches-5.4/310-ARM-BCM5301X-Add-DT-for-Netgear-R7900.patch | 4 +-
target/linux/bcm53xx/patches-5.4/311-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch | 4 +-
target/linux/bcm53xx/patches-5.4/331-Meraki-MR32-Status-LEDs.patch | 2 +-
target/linux/generic/backport-5.4/702-Revert-net-dsa-b53-Fix-valid-setting-for-MDB-entries.patch | 31 +
target/linux/generic/backport-5.4/703-v5.5-0001-net-dsa-b53-Add-support-for-MDB.patch | 130 +++
target/linux/generic/backport-5.4/703-v5.5-0002-net-dsa-bcm_sf2-Wire-up-MDB-operations.patch | 27 +
.../generic/backport-5.4/703-v5.5-0003-net-dsa-bcm_sf2-Add-support-for-optional-reset-contr.patch | 81 ++
target/linux/generic/backport-5.4/704-v5.6-net-dsa-Get-information-about-stacked-DSA-protocol.patch | 363 +++++++
.../generic/backport-5.4/705-v5.6-0001-net-dsa-b53-Enable-Broadcom-tags-for-531x5-539x-fami.patch | 104 ++
.../generic/backport-5.4/707-v5.7-0001-net-dsa-bcm_sf2-Also-configure-Port-5-for-2Gb-sec-on.patch | 37 +
.../generic/backport-5.4/707-v5.7-0002-Revert-net-dsa-bcm_sf2-Also-configure-Port-5-for-2Gb.patch | 43 +
.../generic/backport-5.4/707-v5.7-0005-net-dsa-b53-Restore-VLAN-entries-upon-re-configurati.patch | 48 +
.../generic/backport-5.4/707-v5.7-0006-net-dsa-b53-Prevent-tagged-VLAN-on-port-7-for-7278.patch | 33 +
.../generic/backport-5.4/707-v5.7-0007-net-dsa-b53-Deny-enslaving-port-7-for-7278-into-a-br.patch | 31 +
target/linux/generic/backport-5.4/707-v5.7-0008-net-dsa-bcm_sf2-Disable-learning-for-ASP-port.patch | 36 +
.../generic/backport-5.4/707-v5.7-0009-net-dsa-bcm_sf2-Check-earlier-for-FLOW_EXT-and-FLOW_.patch | 33 +
.../generic/backport-5.4/707-v5.7-0010-net-dsa-bcm_sf2-Move-writing-of-CFP_DATA-5-into-slic.patch | 131 +++
.../generic/backport-5.4/707-v5.7-0011-net-dsa-bcm_sf2-Add-support-for-matching-VLAN-TCI.patch | 181 ++++
.../generic/backport-5.4/707-v5.7-0012-net-dsa-bcm_sf2-Support-specifying-VLAN-tag-egress-r.patch | 94 ++
target/linux/generic/backport-5.4/707-v5.7-0016-net-dsa-b53-Fix-valid-setting-for-MDB-entries.patch | 30 +
target/linux/generic/backport-5.4/709-v5.8-0001-net-dsa-b53-per-port-interrupts-are-optional.patch | 25 +
.../generic/backport-5.4/709-v5.8-0002-net-dsa-b53-Rename-num_arl_entries-to-num_arl_bins.patch | 255 +++++
target/linux/generic/backport-5.4/709-v5.8-0003-net-dsa-b53-Provide-number-of-ARL-buckets.patch | 198 ++++
target/linux/generic/backport-5.4/709-v5.8-0004-net-dsa-b53-Bound-check-ARL-searches.patch | 43 +
.../generic/backport-5.4/709-v5.8-0005-net-dsa-b53-Remove-is_static-argument-to-b53_read_op.patch | 36 +
.../generic/backport-5.4/709-v5.8-0006-net-dsa-b53-remove-redundant-premature-assignment-to.patch | 28 +
target/linux/generic/backport-5.4/745-v5.7-net-dsa-mt7530-add-support-for-port-mirroring.patch | 6 +-
target/linux/generic/backport-5.4/747-v5.5-net-dsa-mv88e6xxx-Add-support-for-port-mirroring.patch | 4 +-
.../linux/generic/backport-5.4/748-v5.5-net-dsa-mv88e6xxx-fix-broken-if-statement-because-of.patch | 2 +-
.../linux/generic/backport-5.4/752-v5.8-net-dsa-provide-an-option-for-drivers-to-always-rece.patch | 8 +-
target/linux/generic/backport-5.4/753-v5.8-net-dsa-mt7530-fix-VLAN-setup.patch | 2 +-
target/linux/generic/backport-5.4/758-v5.8-net-dsa-rtl8366rb-Support-the-CPU-DSA-tag.patch | 6 +-
.../linux/generic/backport-5.4/765-v5.12-net-dsa-automatically-bring-up-DSA-master-when-openi.patch | 2 +-
.../linux/generic/backport-5.4/771-v5.12-net-dsa-be-louder-when-a-non-legacy-FDB-operation-fa.patch | 4 +-
.../linux/generic/backport-5.4/772-v5.12-net-dsa-don-t-use-switchdev_notifier_fdb_info-in-dsa.patch | 8 +-
.../linux/generic/backport-5.4/773-v5.12-net-dsa-move-switchdev-event-implementation-under-th.patch | 4 +-
.../linux/generic/backport-5.4/774-v5.12-net-dsa-exit-early-in-dsa_slave_switchdev_event-if-w.patch | 2 +-
.../linux/generic/backport-5.4/775-v5.12-net-dsa-listen-for-SWITCHDEV_-FDB-DEL-_ADD_TO_DEVICE.patch | 6 +-
.../generic/backport-5.4/822-v6.2-0001-nvmem-u-boot-env-fix-crc32_data_offset-on-redundant-.patch | 56 ++
.../generic/backport-5.4/822-v6.2-0002-nvmem-u-boot-env-align-endianness-of-crc32-values.patch | 47 +
target/linux/generic/backport-5.4/822-v6.2-0003-nvmem-u-boot-env-add-Broadcom-format-support.patch | 65 ++
target/linux/generic/config-5.4 | 1 +
target/linux/generic/hack-5.4/221-module_exports.patch | 4 +-
target/linux/generic/hack-5.4/400-unlock_mx25l6406e_with_4bit_block_protect.patch | 4 +-
target/linux/generic/pending-5.4/477-mtd-spi-nor-add-eon-en25qx128a.patch | 21 +
target/linux/generic/pending-5.4/479-mtd-spi-nor-add-xtx-xt25f128b.patch | 2 +-
target/linux/generic/pending-5.4/481-mtd-spi-nor-rework-broken-flash-reset-support.patch | 14 +-
target/linux/generic/pending-5.4/482-mtd-spi-nor-add-support-for-Gigadevice-GD25D05.patch | 2 +-
target/linux/generic/pending-5.4/482-mtd-spi-nor-fix-4-byte-opcode-support-for-w25q256.patch | 2 +-
target/linux/generic/pending-5.4/647-net-dsa-support-hardware-flow-table-offload.patch | 4 +-
target/linux/generic/pending-5.4/761-net-dsa-mt7530-Support-EEE-features.patch | 6 +-
target/linux/generic/pending-5.4/765-net-dsa-Include-local-addresses-in-assisted-CPU-port.patch | 2 +-
target/linux/generic/pending-5.4/766-net-dsa-Include-bridge-addresses-in-assisted-CPU-por.patch | 2 +-
target/linux/generic/pending-5.4/767-net-dsa-Sync-static-FDB-entries-on-foreign-interface.patch | 4 +-
target/linux/generic/pending-5.4/768-net-dsa-mv88e6xxx-Request-assisted-learning-on-CPU-port.patch | 2 +-
target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-wrtq-329acn.dts | 5 +
target/linux/ipq40xx/patches-5.4/0019-v5.6-mtd-spi-nor-Add-support-for-mx25r3235f.patch | 2 +-
.../linux/lantiq/patches-5.4/0320-v6.1-MIPS-lantiq-enable-all-hardware-interrupts-on-second.patch | 87 ++
.../linux/layerscape/patches-5.4/701-net-0273-net-dsa-ocelot-add-tsn-support-for-felix-switch.patch | 2 +-
.../layerscape/patches-5.4/817-spi-0006-LF-20-2-mtd-spi-nor-Use-1-bit-mode-of-spansion-s25fs.patch | 2 +-
.../layerscape/patches-5.4/820-usb-0009-usb-dwc3-Add-workaround-for-host-mode-VBUS-glitch-wh.patch | 12 +-
target/linux/mediatek/mt7629/config-5.4 | 1 +
target/linux/mediatek/patches-5.4/0601-net-dsa-propagate-resolved-link-config-via-mac_link_.patch | 12 +-
target/linux/mediatek/patches-5.4/0602-net-dsa-mt7530-use-resolved-link-config-in-mac_link_.patch | 8 +-
target/linux/mediatek/patches-5.4/0603-net-dsa-mt7530-Extend-device-data-ready-for-adding-a.patch | 12 +-
target/linux/mediatek/patches-5.4/0604-net-dsa-mt7530-Add-the-support-of-MT7531-switch.patch | 34 +-
target/linux/mediatek/patches-5.4/0900-bt-mtk-serial-fix.patch | 2 +-
target/linux/mediatek/patches-5.4/1020-spi-nor-w25q512jv.patch | 2 +-
target/linux/pistachio/patches-5.4/401-mtd-nor-support-mtd-name-from-device-tree.patch | 4 +-
target/linux/ramips/dts/mt7621_gnubee_gb-pc1.dts | 37 +-
target/linux/ramips/dts/mt7621_gnubee_gb-pc2.dts | 71 +-
target/linux/ramips/image/mt7621.mk | 2 +
target/linux/ramips/mt7621/base-files/etc/board.d/01_leds | 4 +-
target/linux/ramips/mt7621/base-files/etc/board.d/02_network | 6 +-
target/linux/ramips/mt7621/config-5.4 | 1 +
target/linux/ramips/patches-5.4/302-spi-nor-add-gd25q512.patch | 2 +-
target/sdk/files/Config.in | 45 +
toolchain/Config.in | 1 +
tools/cmake/Makefile | 4 +-
tools/mkimage/patches/090-macos-arm64-builing-fix.patch | 47 +
241 files changed, 15674 insertions(+), 585 deletions(-)
delete mode 100644 .github/issue_template
create mode 100644 .github/labeler.yml
create mode 100644 .github/workflows/Dockerfile.tools
create mode 100644 .github/workflows/build.yml
create mode 100644 .github/workflows/check-kernel-patches.yml
create mode 100644 .github/workflows/formal.yml
create mode 100644 .github/workflows/kernel.yml
create mode 100644 .github/workflows/labeler.yml
create mode 100644 .github/workflows/packages.yml
create mode 100644 .github/workflows/scripts/ci_helpers.sh
create mode 100755 .github/workflows/scripts/show_build_failures.sh
create mode 100644 .github/workflows/tools.yml
create mode 100644 include/kernel-5.4
delete mode 100644 package/libs/wolfssl/patches/200-ecc-rng.patch
create mode 100644 package/system/procd/patches/0001-uxc-fix-compilation-error-caused-by-unused-variable.patch
create mode 100755 scripts/ext-tools.sh
create mode 100644 target/linux/bcm4908/patches-5.4/037-v5.20-0011-arm64-bcmbca-add-arch-bcmbca-machine-entry.patch
rename target/linux/bcm4908/patches-5.4/{130-0001-arm64-dts-broadcom-bcm4908-add-remaining-LED-pins.patch => 038-v6.1-0001-arm64-dts-broadcom-bcm4908-add-remaining-LED-pins.patch} (91%)
rename target/linux/bcm4908/patches-5.4/{130-0002-arm64-dts-broadcom-bcm4908-add-LEDs-controller-block.patch => 038-v6.1-0002-arm64-dts-broadcom-bcm4908-add-LEDs-controller-block.patch} (78%)
rename target/linux/bcm4908/patches-5.4/{130-0003-arm64-dts-broadcom-bcm4908-add-Asus-GT-AC5300-LEDs.patch => 038-v6.1-0003-arm64-dts-broadcom-bcm4908-add-Asus-GT-AC5300-LEDs.patch} (88%)
create mode 100644 target/linux/bcm4908/patches-5.4/038-v6.1-0004-arm64-dts-bcmbca-update-BCM4908-board-dts-files.patch
create mode 100644 target/linux/bcm4908/patches-5.4/038-v6.1-0005-arm64-dts-Move-BCM4908-dts-to-bcmbca-folder.patch
create mode 100644 target/linux/bcm4908/patches-5.4/038-v6.1-0006-arm64-dts-Add-BCM4908-generic-board-dts.patch
create mode 100644 target/linux/bcm4908/patches-5.4/039-v6.2-0001-arm64-dts-broadcom-bcmbca-bcm4908-add-TWD-block-time.patch
create mode 100644 target/linux/bcm4908/patches-5.4/039-v6.2-0002-arm64-dts-broadcom-bcmbca-bcm6858-add-TWD-block.patch
rename target/linux/bcm4908/patches-5.4/{300-arm64-dts-broadcom-bcm4908-limit-amount-of-GPIOs.patch => 300-arm64-dts-broadcom-bcmbca-bcm4908-limit-amount-of-GP.patch} (71%)
create mode 100644 target/linux/bcm53xx/patches-5.4/034-v5.11-0007-ARM-dts-BCM5301X-Move-CRU-devices-to-the-CRU-node.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/034-v5.11-0013-ARM-dts-NSP-Update-ethernet-switch-node-name.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/034-v5.11-0014-ARM-dts-NSP-Fix-Ethernet-switch-SGMII-register-name.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/034-v5.11-0015-ARM-dts-NSP-Add-a-SRAB-compatible-string-for-each-bo.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/034-v5.11-0016-ARM-dts-NSP-Provide-defaults-ports-container-node.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/037-v5.15-0001-ARM-dts-NSP-add-device-names-to-compatible.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/037-v5.15-0002-ARM-dts-NSP-enable-DMA-on-bcm988312hr.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/037-v5.15-0003-ARM-dts-NSP-disable-qspi-node-by-default.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/037-v5.15-0004-ARM-dts-NSP-add-MDIO-bus-controller-node.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/037-v5.15-0005-ARM-dts-NSP-Move-USB3-PHY-to-internal-MDIO-bus.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/037-v5.15-0006-ARM-dts-NSP-Add-common-bindings-for-MX64-MX65.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/037-v5.15-0007-ARM-dts-NSP-Add-Ax-stepping-modifications.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/037-v5.15-0008-ARM-dts-NSP-Add-DT-files-for-Meraki-MX64-series.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/037-v5.15-0009-ARM-dts-NSP-Add-DT-files-for-Meraki-MX65-series.patch
rename target/linux/bcm53xx/patches-5.4/{037-v5.15-0001-ARM-dts-BCM5301X-Fix-nodes-names.patch => 037-v5.15-0010-ARM-dts-BCM5301X-Fix-nodes-names.patch} (100%)
rename target/linux/bcm53xx/patches-5.4/{037-v5.15-0002-ARM-dts-BCM5301X-Fix-MDIO-mux-binding.patch => 037-v5.15-0011-ARM-dts-BCM5301X-Fix-MDIO-mux-binding.patch} (100%)
rename target/linux/bcm53xx/patches-5.4/{037-v5.15-0003-ARM-dts-BCM5301X-Fix-memory-nodes-names.patch => 037-v5.15-0012-ARM-dts-BCM5301X-Fix-memory-nodes-names.patch} (100%)
create mode 100644 target/linux/bcm53xx/patches-5.4/037-v5.16-0013-ARM-dts-NSP-Add-bcm958623hr-board-name-to-dts.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/037-v5.16-0015-ARM-dts-NSP-Fix-MDIO-mux-node-names.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/037-v5.16-0016-ARM-dts-NSP-Fix-MX64-MX65-eeprom-node-name.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/037-v5.16-0017-ARM-dts-NSP-Fix-MX65-MDIO-mux-warnings.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/037-v5.16-0018-ARM-dts-BCM5301X-Specify-switch-ports-for-more-devic.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/037-v5.16-0019-ARM-dts-BCM53573-Describe-on-SoC-BCM53125-rev-4-swit.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/037-v5.16-0020-ARM-dts-BCM53573-Add-Tenda-AC9-switch-ports.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/037-v5.16-0021-ARM-BCM53016-Specify-switch-ports-for-Meraki-MR32.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/037-v5.16-0022-ARM-BCM53016-MR32-get-mac-address-from-nvmem.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/037-v5.16-0023-ARM-dts-BCM5301X-Add-DT-for-Asus-RT-AC88U.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/038-v5.17-0001-ARM-dts-NSP-MX65-add-qca8k-falling-edge-PLL-properti.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/038-v5.17-0002-ARM-dts-BCM5301X-remove-unnecessary-address-size-cel.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/038-v5.17-0003-ARM-dts-BCM5301X-define-RTL8365MB-switch-on-Asus-RT-.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/038-v5.17-0004-ARM-BCM53016-MR32-convert-to-Broadcom-iProc-I2C-Driv.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/038-v5.17-0005-ARM-dts-BCM5301X-update-CRU-block-description.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/038-v5.17-0006-ARM-dts-BCM5301X-use-non-deprecated-USB-2.0-PHY-bind.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/038-v5.17-0007-ARM-dts-NSP-Fixed-iProc-PCIe-MSI-sub-node.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/038-v5.17-0008-ARM-dts-NSP-Rename-SATA-unit-name.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/038-v5.17-0009-ARM-dts-BCM5301X-correct-RX-delay-and-enable-flow-co.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/038-v5.17-0010-Revert-ARM-dts-BCM5301X-define-RTL8365MB-switch-on-A.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/039-v5.18-0001-ARM-dts-BCM5301X-define-RTL8365MB-switch-on-Asus-RT-.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/039-v5.18-0002-ARM-dts-NSP-MX6X-get-mac-address-from-eeprom.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/039-v5.18-0003-ARM-dts-NSP-MX6X-correct-LED-function-types.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/039-v5.18-0004-ARM-dts-BCM5301X-Add-Ethernet-MAC-address-to-Luxul-X.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/040-v5.19-0001-ARM-dts-BCM5301X-Update-pin-controller-node-name.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/040-v5.19-0002-ARM-dts-BCM5301X-Fix-DTC-warning-for-NAND-node.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/040-v5.19-0003-ARM-dts-BCM5301X-Remove-cell-properties-from-srab-po.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/040-v5.19-0004-ARM-dts-BCM5301X-Add-rgmii-to-port-5-of-Broadcom-swi.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/040-v5.19-0005-ARM-dts-BCM5301X-Retrieve-gmac1-MAC-address-from-NVR.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/040-v5.19-0006-ARM-dts-BCM5301X-Fix-compatible-strings-for-BCM53012.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/040-v5.19-0007-ARM-dts-BCM5301X-Disable-gmac0-and-enable-port-8-on-.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/040-v5.19-0008-ARM-dts-BCM5301X-Add-DT-for-WZR-1166DHP-DHP2.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/040-v5.19-0009-Revert-ARM-dts-BCM5301X-Fix-DTC-warning-for-NAND-nod.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/041-v6.0-0001-ARM-dts-broadcom-align-gpio-key-node-names-with-dtsc.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/041-v6.0-0002-ARM-dts-broadcom-correct-gpio-keys-properties.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/042-v6.1-0001-ARM-dts-BCM5301X-Correct-description-of-TP-Link-part.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/042-v6.1-0001-ARM-dts-bcm47094-Add-devicetree-for-D-Link-DIR-890L.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/042-v6.1-0001-ARM-dts-bcm53016-Add-devicetree-for-D-Link-DWL-8610A.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/070-v5.17-phy-bcm-ns-usb2-support-updated-DT-binding-with-PHY-.patch
create mode 100644 target/linux/bcm53xx/patches-5.4/304-ARM-dts-BCM5301X-Specify-switch-ports-for-remaining-.patch
create mode 100644 target/linux/generic/backport-5.4/702-Revert-net-dsa-b53-Fix-valid-setting-for-MDB-entries.patch
create mode 100644 target/linux/generic/backport-5.4/703-v5.5-0001-net-dsa-b53-Add-support-for-MDB.patch
create mode 100644 target/linux/generic/backport-5.4/703-v5.5-0002-net-dsa-bcm_sf2-Wire-up-MDB-operations.patch
create mode 100644 target/linux/generic/backport-5.4/703-v5.5-0003-net-dsa-bcm_sf2-Add-support-for-optional-reset-contr.patch
create mode 100644 target/linux/generic/backport-5.4/704-v5.6-net-dsa-Get-information-about-stacked-DSA-protocol.patch
create mode 100644 target/linux/generic/backport-5.4/705-v5.6-0001-net-dsa-b53-Enable-Broadcom-tags-for-531x5-539x-fami.patch
create mode 100644 target/linux/generic/backport-5.4/707-v5.7-0001-net-dsa-bcm_sf2-Also-configure-Port-5-for-2Gb-sec-on.patch
create mode 100644 target/linux/generic/backport-5.4/707-v5.7-0002-Revert-net-dsa-bcm_sf2-Also-configure-Port-5-for-2Gb.patch
create mode 100644 target/linux/generic/backport-5.4/707-v5.7-0005-net-dsa-b53-Restore-VLAN-entries-upon-re-configurati.patch
create mode 100644 target/linux/generic/backport-5.4/707-v5.7-0006-net-dsa-b53-Prevent-tagged-VLAN-on-port-7-for-7278.patch
create mode 100644 target/linux/generic/backport-5.4/707-v5.7-0007-net-dsa-b53-Deny-enslaving-port-7-for-7278-into-a-br.patch
create mode 100644 target/linux/generic/backport-5.4/707-v5.7-0008-net-dsa-bcm_sf2-Disable-learning-for-ASP-port.patch
create mode 100644 target/linux/generic/backport-5.4/707-v5.7-0009-net-dsa-bcm_sf2-Check-earlier-for-FLOW_EXT-and-FLOW_.patch
create mode 100644 target/linux/generic/backport-5.4/707-v5.7-0010-net-dsa-bcm_sf2-Move-writing-of-CFP_DATA-5-into-slic.patch
create mode 100644 target/linux/generic/backport-5.4/707-v5.7-0011-net-dsa-bcm_sf2-Add-support-for-matching-VLAN-TCI.patch
create mode 100644 target/linux/generic/backport-5.4/707-v5.7-0012-net-dsa-bcm_sf2-Support-specifying-VLAN-tag-egress-r.patch
create mode 100644 target/linux/generic/backport-5.4/707-v5.7-0016-net-dsa-b53-Fix-valid-setting-for-MDB-entries.patch
create mode 100644 target/linux/generic/backport-5.4/709-v5.8-0001-net-dsa-b53-per-port-interrupts-are-optional.patch
create mode 100644 target/linux/generic/backport-5.4/709-v5.8-0002-net-dsa-b53-Rename-num_arl_entries-to-num_arl_bins.patch
create mode 100644 target/linux/generic/backport-5.4/709-v5.8-0003-net-dsa-b53-Provide-number-of-ARL-buckets.patch
create mode 100644 target/linux/generic/backport-5.4/709-v5.8-0004-net-dsa-b53-Bound-check-ARL-searches.patch
create mode 100644 target/linux/generic/backport-5.4/709-v5.8-0005-net-dsa-b53-Remove-is_static-argument-to-b53_read_op.patch
create mode 100644 target/linux/generic/backport-5.4/709-v5.8-0006-net-dsa-b53-remove-redundant-premature-assignment-to.patch
create mode 100644 target/linux/generic/backport-5.4/822-v6.2-0001-nvmem-u-boot-env-fix-crc32_data_offset-on-redundant-.patch
create mode 100644 target/linux/generic/backport-5.4/822-v6.2-0002-nvmem-u-boot-env-align-endianness-of-crc32-values.patch
create mode 100644 target/linux/generic/backport-5.4/822-v6.2-0003-nvmem-u-boot-env-add-Broadcom-format-support.patch
create mode 100644 target/linux/generic/pending-5.4/477-mtd-spi-nor-add-eon-en25qx128a.patch
create mode 100644 target/linux/lantiq/patches-5.4/0320-v6.1-MIPS-lantiq-enable-all-hardware-interrupts-on-second.patch
create mode 100644 tools/mkimage/patches/090-macos-arm64-builing-fix.patch
Create index file './feeds/base.index'
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
Collecting package info: done
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
Collecting target info: done
Updating feed 'gl_feeds_common' from 'https://github.com/gl-inet/gl-feeds.git^6d6029902c2f1d3ba56e213feeb39028675dd0e5' ...
Create index file './feeds/gl_feeds_common.index'
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
Updating feed 'luci' from 'https://github.com/openwrt/luci.git^1c3b32dc1bec15e3076a447762b1c4f94eb75fb7' ...
Create index file './feeds/luci.index'
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
Updating feed 'packages' from 'https://git.openwrt.org/feed/packages.git^78bcd00c13587571b5c79ed2fc3363aa674aaef7' ...
Create index file './feeds/packages.index'
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
Updating feed 'routing' from 'https://git.openwrt.org/feed/routing.git^a0d61bddb3ce4ca54bd76af86c28f58feb6cc044' ...
Create index file './feeds/routing.index'
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
Updating feed 'telephony' from 'https://git.openwrt.org/feed/telephony.git^0183c1adda0e7581698b0ea4bff7c08379acf447' ...
Create index file './feeds/telephony.index'
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
Also if I try to download SDK using download.sh from https://github.com/gl-inet/sdk it terminates with errors too:
/download.sh ipq807x-2102
Download ipq807x-2102 SDK
Cloning into 'sdk/2102/ipq807x'...
remote: Enumerating objects: 33974, done.
remote: Total 33974 (delta 0), reused 0 (delta 0), pack-reused 33974
Receiving objects: 100% (33974/33974), 262.79 MiB | 7.10 MiB/s, done.
Resolving deltas: 100% (5193/5193), done.
Updating files: 100% (33623/33623), done.
./download.sh: 47: pushd: not found
./download.sh: 48: ./scripts/feeds: not found
./download.sh: 49: ./scripts/feeds: not found
make: *** No rule to make target 'defconfig'. Stop.
./download.sh: 51: popd: not found
Use 'builder.sh script to compile all your packages.
Run './builder.sh' to get more help.
Ok it works under Ubuntu (first I tried on Kali) but still unable to compile everything
Isn’t ipq807x a different arch?
Can someone help me build RedSocks2 (github[dot].com/AlexZhuo/luci-app-redsocks2) package for ipq807x arch?
I get a lot of compile and dependency errors.
I can build it easily for ipq806x and ipq60xx but unable to do it for the ipq807x.
Please help.