commit | 8f38ed3cbd157761f511f88c66e19aed8fbfa549 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Mon Oct 07 16:16:17 2024 +0800 |
committer | developer <developer@mediatek.com> | Wed Oct 09 09:09:20 2024 +0800 |
tree | e2ce32599f5cc7015b405fbe3c38c528694e3f14 | |
parent | 36c36125a5ac2798b2e78e89c9c73b07d09458dc [diff] |
[][kernel][mt7988][eth][Change the PSE_NO_DROP configuration to disable No Drop on the P1] [Description] Change the PSE_NO_DROP configuration to disable No Drop on the P1. DE suggests disabling No Dop on the PSE_P1. [Release-log] N/A Change-Id: If247e46b1b64c8294ddd03857318d203ef0471f9 Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/9716168
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)