Skip to content

Commit

Permalink
modules: update openwrt
Browse files Browse the repository at this point in the history
ed12436ee9 toolchain/gdb: backport patch for macOS to fix invalid range
2541ff391f procd: make mDNS TXT record parsing more solid
8695bc3442 Revert "uboot-mediatek: fix build on Mac OS X"
c19f5076a5 Revert "uboot-sunxi: add missing type __u64"
3d037b8c5f tools: macOS: types.h: fix missing unsigned types
7c7cc28485 toolchain: kernel-headers: remove debugging env dump
c3372266ba toolchain: kernel-headers: fix check target for external Git trees
c69482a912 mac80211: backport ieee80211_set_sband_iftype_data()
17501f822f mac80211: backport ieee80211_vif_is_mld()
a48786ef40 tools: b43-tools: fix compilation with GCC14
82ba1d2635 tools/cpio: update to 2.15
675d9a2d41 sunxi: fix network bringup on Olinuxino Micro boards
2b6b6e2f3c kernel: backport ipeth CDC NCM support
9b33b74ef7 bcm27xx: refresh kernel patches
afb5fdd79a netifd: packet-steering: silence error on applying queue mask
e8cc17e147 config: fix CONFIG_GDB appearing in main menuconfig menu
915dfbdbb1 config: select KERNEL_WERROR if building with default GCC version
33612fdb92 kernel: introduce KERNEL_WERROR config option
677ecd09d2 ipq40xx: whw03v2: enable additional 5 GHz channels
26e882f06f ipq807x: prpl-haze: enable LED driver on device tree
726d4be297 kernel: add kmod-leds-lp5562 and kmod-leds-lp55xx-common
f2366d75cf .gitignore: ignore link if target is included from feed
340e3dc453 build: fix kernel component in CycloneDX SBOM
5cae98c25d mvebu: puzzle-m90x: wipe rootfs_data on sysupgrade
  • Loading branch information
herbetom committed Apr 30, 2024
1 parent 117a32a commit 167b4ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GLUON_FEEDS='gluon packages routing'

OPENWRT_REPO=https://github.com/openwrt/openwrt.git
OPENWRT_BRANCH=openwrt-23.05
OPENWRT_COMMIT=817a1cb2bf09786990f4a5aa7247e42a78e4281f
OPENWRT_COMMIT=ed12436ee92ea29375dc0b4d592063636cc83ccc

PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git
PACKAGES_GLUON_COMMIT=3d08b0fee8dc5d96d8bcdb985fad1d5564de4022
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ index 0000000000000000000000000000000000000000..077a563b6066cd1d3aee4b1e82328e8c
+
+ int system_bridge_addif(struct device *bridge, struct device *dev)
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index e9b8fc42cde92fc88e92f70662faaad858662204..7542451ec73b20dd754c519167d5bca5a7c6c7a7 100644
index f527a6fb51d84f7e6ea245e48a8d9ee5a5ac25e3..7987e652c48491f4b46a12ed363c3de3fa310e60 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -761,6 +761,7 @@ CONFIG_BRIDGE=y
Expand Down

0 comments on commit 167b4ee

Please sign in to comment.