Skip to content

Commit

Permalink
Merge branch 'openwrt:main' into v15-luci-eht-rmadrad
Browse files Browse the repository at this point in the history
  • Loading branch information
nextgen-networks authored Oct 10, 2024
2 parents d89cc43 + 3f6e087 commit 7bc859e
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 72 deletions.
17 changes: 17 additions & 0 deletions package/kernel/linux/modules/netdevices.mk
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,23 @@ endef
$(eval $(call KernelPackage,r6040))


define KernelPackage/rmnet
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=RmNet MAP support
KCONFIG:=CONFIG_RMNET
FILES:=$(LINUX_DIR)/drivers/net/ethernet/qualcomm/rmnet/rmnet.ko
AUTOLOAD:=$(call AutoLoad,30,rmnet)
endef

define KernelPackage/rmnet/description
Kernel support for RMNET module which is used for handling data in the
multiplexing and aggregation protocol (MAP) format in the embedded data
path. RMNET devices can be attached to any IP mode physical device.
endef

$(eval $(call KernelPackage,rmnet))


define KernelPackage/niu
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=Sun Neptune 10Gbit Ethernet support
Expand Down
6 changes: 3 additions & 3 deletions package/kernel/mt76/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ PKG_LICENSE_FILES:=

PKG_SOURCE_URL:=https://github.com/openwrt/mt76
PKG_SOURCE_PROTO:=git
PKG_SOURCE_DATE:=2024-09-29
PKG_SOURCE_VERSION:=680bc70f161fde0f167e2ae50c771be4775eb50a
PKG_MIRROR_HASH:=bcdb95e40cfceba56a565ad6b6d9f92a122e7230d0f7f950b3d39e4280723cca
PKG_SOURCE_DATE:=2024-10-10
PKG_SOURCE_VERSION:=6a1199463fc8f7758c32122613288ed95c09e3bd
PKG_MIRROR_HASH:=4b42a586e098c1dc5970fbd3190ac2faf67992c7357161a3ef3040817a8ed8d6

PKG_MAINTAINER:=Felix Fietkau <[email protected]>
PKG_USE_NINJA:=0
Expand Down
64 changes: 0 additions & 64 deletions package/kernel/mt76/patches/100-api_update.patch

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ enterasys,ws-ap3710i|\
extreme-networks,ws-ap3825i)
mtd_get_mac_ascii cfg2 RADIOADDR${PHYNBR} > /sys${DEVPATH}/macaddress
;;
hpe,msm460)
wifi_mac=$(mtd_get_mac_binary colubris-bid 0x1f9bd)
[ "$PHYNBR" -eq 0 ] && echo "$wifi_mac" > /sys${DEVPATH}/macaddress
[ "$PHYNBR" -eq 1 ] && echo "$(macaddr_add $wifi_mac 16)" > /sys${DEVPATH}/macaddress
;;
ocedo,panda)
mtd_get_mac_ascii uboot-env0 wmac$(($PHYNBR + 1)) > /sys${DEVPATH}/macaddress
;;
Expand Down
12 changes: 12 additions & 0 deletions target/linux/mpc85xx/files/arch/powerpc/boot/dts/msm460.dts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@
0x1000000 0x0 0x0
0x1000000 0x0 0x0
0x0 0x100000>;

wifi@0,0 {
reg = <0x0000 0 0 0 0>;
nvmem-cells = <&macaddr_hwinfo_1f9bd 0>;
nvmem-cell-names = "mac-address";
};
};
};

Expand All @@ -190,6 +196,12 @@
0x1000000 0x0 0x0
0x1000000 0x0 0x0
0x0 0x100000>;

wifi@0,0 {
reg = <0x0000 0 0 0 0>;
nvmem-cells = <&macaddr_hwinfo_1f9bd 16>;
nvmem-cell-names = "mac-address";
};
};
};

Expand Down

0 comments on commit 7bc859e

Please sign in to comment.