commit | 159251602e043e93ff030aac526b0f3b4157b52d | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Fri Nov 01 14:00:10 2024 +0800 |
committer | developer <developer@mediatek.com> | Fri Nov 01 16:24:23 2024 +0800 |
tree | 92a86cdb39cfb0b073bc88c5247e19b2d9fd9f1e | |
parent | b8cfcf6883c82493bcd0c730610e593a3cbd19a7 [diff] |
[][kernel-6.6][mt7988][eth][Change hardware configuration for the NETSYSv3] [Description] Change hardware configuration for the NETSYSv3. - Enable PSE dummy page mechanism for the GDM1/2/3 - Enable PSE drop mechanism when the WDMA Rx ring full - Correct PSE_NO_DROP configuration - Correct CDMA_HIGH_THRESHOLD configuration [Release-log] N/A Change-Id: Id6e1690beecf343d031f68574b878c2e075b41b3 Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/9831187
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)