-
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
Commits on Sep 22, 2024
-
ramips: tp-link er605-v2: Remove sysupgrade-tar image
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)
Configuration menu - View commit details
-
Copy full SHA for 4d4d260 - Browse repository at this point
Copy the full SHA 4d4d260View commit details -
ath79: fix I2C pins on GL-AR750
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>
Configuration menu - View commit details
-
Copy full SHA for 8e75eed - Browse repository at this point
Copy the full SHA 8e75eedView commit details -
realtek: 5.15: backport VLAN fix
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>
Configuration menu - View commit details
-
Copy full SHA for ace0131 - Browse repository at this point
Copy the full SHA ace0131View commit details -
firmware-utils: bump to latest openwrt-23.05
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>
Configuration menu - View commit details
-
Copy full SHA for a2a6780 - Browse repository at this point
Copy the full SHA a2a6780View commit details
Commits on Sep 23, 2024
-
ipq40xx: re-add label MAC address for FritzBox 4040
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>
Configuration menu - View commit details
-
Copy full SHA for 87fbb50 - Browse repository at this point
Copy the full SHA 87fbb50View commit details -
build: align SOURCE path for build system and SDK
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>
Configuration menu - View commit details
-
Copy full SHA for 10cc5fc - Browse repository at this point
Copy the full SHA 10cc5fcView commit details -
OpenWrt v23.05.5: adjust config defaults
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Configuration menu - View commit details
-
Copy full SHA for 28cf53e - Browse repository at this point
Copy the full SHA 28cf53eView commit details -
OpenWrt v23.05.5: revert to branch defaults
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Configuration menu - View commit details
-
Copy full SHA for dced292 - Browse repository at this point
Copy the full SHA dced292View commit details
Commits on Sep 24, 2024
-
kernel: r8125: add CONFLICT to rss variant
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>
Configuration menu - View commit details
-
Copy full SHA for 1d9f6d3 - Browse repository at this point
Copy the full SHA 1d9f6d3View commit details -
kernel: r8126: add CONFLICT to rss variant
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>
Configuration menu - View commit details
-
Copy full SHA for 6e561fe - Browse repository at this point
Copy the full SHA 6e561feView commit details