From 2bdbea85ef8aea2a53af9d489613c63e78615438 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Mon, 3 Jan 2022 20:26:01 +0100 Subject: [PATCH 1/4] Update OpenWrt --- build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh index df0df843..a4525458 100755 --- a/build.sh +++ b/build.sh @@ -93,12 +93,12 @@ if [ "$OMR_OPENWRT" = "default" ]; then if [ "$OMR_KERNEL" = "5.4" ]; then # Use OpenWrt 21.02 for 5.4 kernel _get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "f441be3921c769b732f0148f005d4f1bbace0508" - _get_repo feeds/packages https://github.com/openwrt/packages "3aa30ceee4fcf7b131bdc0f98658391069573e12" - _get_repo feeds/luci https://github.com/openwrt/luci "f28aaa35cd5c0cbbe59d8cc6a67de88ceeac382e" + _get_repo feeds/packages https://github.com/openwrt/packages "ab94e0709a9c796d34d723ddba44380f7b3d8698" + _get_repo feeds/luci https://github.com/openwrt/luci "0818d835cacd9fa75b8685aabe6378ac09b95145" else - _get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "8a6b1a8d29cbd62f005ba20998ca9c8048ff49fc" - _get_repo feeds/packages https://github.com/openwrt/packages "b5132de5cf4f7d0562445cf3c65f9f1a4bcb1bbf" - _get_repo feeds/luci https://github.com/openwrt/luci "02398a33837d1fe8fd23d933ad7ac32025144805" + _get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "02de391b086dd2b7a72c2394cfb66cec666a51c1" + _get_repo feeds/packages https://github.com/openwrt/packages "7b2dd3e9efbc20ef4e7f47f60c3db9aaef37c0a5" + _get_repo feeds/luci https://github.com/openwrt/luci "73e21c3b5791ac97aa7b437c8e683cdbea407395" fi elif [ "$OMR_OPENWRT" = "master" ]; then _get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "master" From 868f3022b915f097d9dd64d0ba102cdab765acce Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 7 Jan 2022 17:47:04 +0100 Subject: [PATCH 2/4] Fix config --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 4b3a742a..1f7ed841 100644 --- a/config +++ b/config @@ -257,4 +257,4 @@ CONFIG_KERNEL_DEVMEM=y CONFIG_KERNEL_DEVKMEM=y CONFIG_AUTOREMOVE=y # CONFIG_PACKAGE_kmod-sound-core is not set -# CONFIG_PACKAGE_kmod-video-core is not set \ No newline at end of file +# CONFIG_PACKAGE_kmod-video-core is not set From 1c23eeb735c649cff5abf18ea6615d903b8f0f08 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Mon, 10 Jan 2022 08:33:34 +0100 Subject: [PATCH 3/4] Add a line break at end of bpi-r2 config file --- config-bpi-r2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-bpi-r2 b/config-bpi-r2 index b10e222f..a0e4f740 100644 --- a/config-bpi-r2 +++ b/config-bpi-r2 @@ -19,4 +19,4 @@ CONFIG_PACKAGE_mkf2fs=y # CONFIG_PACKAGE_kmod-mt6625l-wlan-gen-2 is not set CONFIG_KERNEL_ARM_MODULE_PLTS=y # CONFIG_PACKAGE_kmod-r8125 is not set -# CONFIG_PACKAGE_kmod-r8168 is not set \ No newline at end of file +# CONFIG_PACKAGE_kmod-r8168 is not set From 713ba5ef2bb1990d34d925626aa1de7e02213392 Mon Sep 17 00:00:00 2001 From: suyuan168 <175338101@qq.com> Date: Mon, 10 Jan 2022 18:14:57 +0800 Subject: [PATCH 4/4] fix --- config | 2 +- config-bpi-r2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 1f7ed841..4b3a742a 100644 --- a/config +++ b/config @@ -257,4 +257,4 @@ CONFIG_KERNEL_DEVMEM=y CONFIG_KERNEL_DEVKMEM=y CONFIG_AUTOREMOVE=y # CONFIG_PACKAGE_kmod-sound-core is not set -# CONFIG_PACKAGE_kmod-video-core is not set +# CONFIG_PACKAGE_kmod-video-core is not set \ No newline at end of file diff --git a/config-bpi-r2 b/config-bpi-r2 index a0e4f740..b10e222f 100644 --- a/config-bpi-r2 +++ b/config-bpi-r2 @@ -19,4 +19,4 @@ CONFIG_PACKAGE_mkf2fs=y # CONFIG_PACKAGE_kmod-mt6625l-wlan-gen-2 is not set CONFIG_KERNEL_ARM_MODULE_PLTS=y # CONFIG_PACKAGE_kmod-r8125 is not set -# CONFIG_PACKAGE_kmod-r8168 is not set +# CONFIG_PACKAGE_kmod-r8168 is not set \ No newline at end of file