Skip to content

Commit

Permalink
Merge remote-tracking branch 'klever1988/master' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
biliwala committed Nov 30, 2021
2 parents e078d1a + a384e4f commit 86d131a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions common.seed
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ CONFIG_PACKAGE_luci-app-filetransfer=y
CONFIG_PACKAGE_luci-app-frpc=y
CONFIG_PACKAGE_luci-app-jd-dailybonus=y
CONFIG_PACKAGE_luci-app-ksmbd=y
CONFIG_PACKAGE_luci-app-linkease=y
CONFIG_PACKAGE_luci-app-mosdns=y
CONFIG_PACKAGE_luci-app-openvpn=y
CONFIG_PACKAGE_luci-app-serverchan=y #
Expand Down
3 changes: 1 addition & 2 deletions extra_packages.seed
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
CONFIG_DEFAULT_SETTINGS_OPTIMIZE_FOR_CHINESE=y
CONFIG_PACKAGE_default-settings-chn=y
CONFIG_PACKAGE_kmod-ebtables-ipv6=m
CONFIG_PACKAGE_kmod-ipt-raw6=m
CONFIG_PACKAGE_kmod-usb2=m
CONFIG_PACKAGE_kmod-usb3=m
CONFIG_PACKAGE_kmod-usb-net-asix-ax88179=m
CONFIG_PACKAGE_kmod-usb-net-rndis=m
CONFIG_PACKAGE_ksmbd-utils=m
CONFIG_PACKAGE_luci-app-linkease=m
CONFIG_PACKAGE_luci-app-openvpn=m
CONFIG_PACKAGE_luci-app-udpxy=m
CONFIG_PACKAGE_luci-app-vssr=m
Expand Down
2 changes: 1 addition & 1 deletion scripts/merge_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ merge_package https://github.com/klever1988/helloworld/branches/tmp/luci-app-ssr
merge_package https://github.com/klever1988/helloworld/branches/tmp/mosdns
#merge_package https://github.com/klever1988/openwrt-mos/trunk/luci-app-mosdns
merge_package https://github.com/project-lede/luci-app-godproxy
merge_package https://github.com/sundaqiang/openwrt-packages/trunk/luci-app-services-wolplus
merge_package https://github.com/sundaqiang/openwrt-packages/trunk/luci-app-wolplus
merge_package https://github.com/coolsnowwolf/lede/trunk/package/lean/ntfs3-mount
merge_package https://github.com/coolsnowwolf/lede/trunk/package/lean/ntfs3
merge_package https://github.com/coolsnowwolf/lede/trunk/package/lean/uugamebooster
Expand Down
4 changes: 4 additions & 0 deletions scripts/patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ sed -i 's/5.0/1.0/' .ccache/ccache.conf || true

if [ $BRANCH == 'master' ]; then

git checkout target/linux/rockchip
git checkout target/linux/x86
sed -i 's/5.10/5.4/' target/linux/rockchip/Makefile
git revert --no-commit -X theirs 91eed5d9fb74e6c740291362ba12e11a2222a9fd

echo '# CONFIG_KCSAN is not set' >> target/linux/x86/config-5.10
echo '# CONFIG_CRYPTO_GHASH_ARM_CE is not set' >> target/linux/sunxi/cortexa7/config-5.10
echo '# CONFIG_CRYPTO_CRCT10DIF_ARM_CE is not set' >> target/linux/sunxi/cortexa7/config-5.10
echo '# CONFIG_SUN50I_IOMMU is not set' >> target/linux/sunxi/cortexa7/config-5.10
Expand Down Expand Up @@ -65,6 +68,7 @@ if [ $BRANCH == 'master' ]; then
wget https://github.com/friendlyarm/friendlywrt/commit/cebdc1f94dcd6363da3a5d7e1e69fd741b8b718e.patch
git apply cebdc1f94dcd6363da3a5d7e1e69fd741b8b718e.patch
rm cebdc1f94dcd6363da3a5d7e1e69fd741b8b718e.patch
sed -i 's/pwmchip1/pwmchip0/' target/linux/rockchip/armv8/base-files/usr/bin/fa-fancontrol.sh target/linux/rockchip/armv8/base-files/usr/bin/fa-fancontrol-direct.sh

#this is a ugly fix
sed -i '/procd-ujail/d' include/target.mk
Expand Down

0 comments on commit 86d131a

Please sign in to comment.