forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Synchronize official source code #130
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The sysupgrade-tar image build is not defined for this target, do not add a build instruction for it. The build system will use the definition from the dna_valokuitu-plus-ex400 board and the build will fail. This fixes the build of the ramips target. Fixes: 665c215 ("ramips: add basic support for tp-link er605-v2") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit 746e894)
Change I2C pin flags to GPIO_ACTIVE_HIGH and change SDA to GPIO1. On my late production GL-AR750 (purchased 2024): SCL = GPIO16 SDA = GPIO1 Bug report: I2C bus doesn't work in GL-AR750 openwrt#16319 Signed-off-by: Ryan Salsbury <ryanrs@gmail.com> Link: openwrt#16406 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit 2e626ae) Signed-off-by: Ryan Salsbury <ryanrs@gmail.com> Link: openwrt#16446 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
With commit a22d359 VLAN handling was fixed for kernel 6.6. This restored network connectivity of the devices. For easy testing backport the fix for 5.15 too. Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de> Link: openwrt#16391 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit 35e1324) Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
This version bump contains one patch improving compatibility with recent vendor firmware versions: - commit f3b636d0ee47 ("tplink-safeloader: bump EAP610-V3 compat_level") Signed-off-by: Sander Vanheule <sander@svanheule.net>
The MAC address of the GMAC is contained inside the CWMP-Account number on the label. The label MAC address alias was defined previously, but it has been removed with the switch to IPQESS / DSA. Restore the label MAC address alias. Fixes: 27b441c ("ipq40xx: drop ESSEDMA + AR40xx DTS nodes") Signed-off-by: Fabian Bläse <fabian@blaese.de> Reviewed-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit b22d382) Signed-off-by: Tom Herbers <mail@tomherbers.de> Link: openwrt#16459 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Building a package in the build system or the SDK results in different values for the `SOURCE` property, it's either `packages/<package name>` or `feeds/base/<package name>`. The reason is that the SDK handles `openwrt.git` as an external feed called while the build system contains the *base* packages directly. Since packages created with either method are (ideally) the same (bit for bit), align the content of SOURCE. To do so this commit creates a symlink from `feeds/base` to `$(TOPDIR)/package` and adopts the SOURCE when building from inside the build system. Signed-off-by: Paul Spooren <mail@aparcar.org>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
The rss variant should conflict with the default. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn> Link: openwrt#16460 (cherry picked from d39078c) Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
The rss variant should conflict with the default. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn> Link: openwrt#16460 (cherry picked from b83c744) Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thanks for your contribution to OpenWrt!
To help keep the codebase consistent and readable,
and to help people review your contribution,
we ask you to follow the rules you find in the wiki at this link
https://openwrt.org/submitting-patches
Please remove this message before posting the pull request.