commit | 3e20879a24702fbdc8312ecffd92f9becb82d3fe | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Tue Jun 25 15:25:33 2024 +0800 |
committer | developer <developer@mediatek.com> | Wed Jun 26 15:16:26 2024 +0800 |
tree | c1e5fd931fe0e0239863ca087dcb435be5853f9f | |
parent | f0fed0c71a39e5a4811fa3df040e9e6ab33c4af4 [diff] |
[][MAC80211][hnat][Fix dscp info didn't fill in ib2 on wifi tx path] [Description] Fix dscp info didn't fill in ib2 on wifi tx path [Release-log] Change-Id: Id9a5bcf7c8f4b16f8408b44290020fb06070a600 Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/9272066
Currently two release branches are supported:
21.02 This is the current in-use branch
git clone -b openwrt-21.02 https://git.openwrt.org/openwrt/openwrt.git
master (will be 24.0x branch later) The next version in development
git clone https://git.openwrt.org/openwrt/openwrt.git
cd openwrt echo "src-git mtk_openwrt_feed https://git01.mediatek.com/openwrt/feeds/mtk-openwrt-feeds" >> feeds.conf.default ./scripts/feeds update -a ./scripts/feeds install -a
21.02 branch
cp -af ./feeds/mtk_openwrt_feed/21.02/files/* . cp -af ./feeds/mtk_openwrt_feed/tools . for file in $(find ./feeds/mtk_openwrt_feed/21.02/patches-base -name "*.patch" | sort); do patch -f -p1 -i ${file}; done for file in $(find ./feeds/mtk_openwrt_feed/21.02/patches-feeds -name "*.patch" | sort); do patch -f -p1 -i ${file}; done
master branch
cp -af ./feeds/mtk_openwrt_feed/master/files/* . for file in $(find ./feeds/mtk_openwrt_feed/master/patches-base -name "*.patch" | sort); do patch -f -p1 -i ${file}; done
make menuconfig
21.02 branch
Target System -> MediaTek Ralink ARM Subtarget -> MT7981 / MT7986 / MT7988 Target Profile -> select as needed
master branch
Target System -> MediaTek Ralink ARM Subtarget -> Filogic 8x0 (MT798x) Target Profile -> select as needed
make V=s -j$(nproc)