commit | 209660e7972f10a4ae1fdbfcedeb0fbf294e9aeb | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Fri Jul 12 09:50:15 2024 +0800 |
committer | developer <developer@mediatek.com> | Fri Jul 12 15:18:00 2024 +0800 |
tree | b6eec71bf9f6d5606d62bc67c67e5a9a88bb494e | |
parent | b2f1e4db0d07302cc7594e2d18bb48f1f378f6df [diff] |
[][HIGH][kernel][mt7988][eth][Add PPE2 case to the SER pending work] [Description] Add PPE2 case to the SER pending work. Without this patch, the PPE2 may not reset successfully because it did not enter idle before executing SER in the 3PPE scenario. [Release-log] N/A Change-Id: I124dd2d0cbf984e0d99f6c733aaf446af1d86ef0 Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/9349463
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)