Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed May 28, 2023
1 parent af7fa86 commit 7d7f735
Show file tree
Hide file tree
Showing 59 changed files with 836 additions and 4,369 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Openwrt-AutoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
run: |
sudo -E apt-get -qq update
sudo -E apt-get -qq install build-essential clang flex g++ gawk gcc-multilib gettext \
git libncurses5-dev libssl-dev python3-distutils python3-pyelftools libpython3-dev rsync unzip zlib1g-dev swig aria2 jq subversion qemu-utils ccache rename libelf-dev device-tree-compiler libgnutls28-dev
git libncurses5-dev libssl-dev python3-distutils python3-pyelftools libpython3-dev rsync unzip zlib1g-dev swig aria2 jq subversion qemu-utils ccache rename libelf-dev device-tree-compiler libgnutls28-dev coccinelle
sudo -E apt-get -qq purge azure-cli ghc* zulu* llvm* firefox powershell openjdk* dotnet* google* mysql* php* android*
sudo rm -rf /etc/apt/sources.list.d/* /usr/share/dotnet /usr/local/lib/android /opt/ghc
sudo -E apt-get -qq autoremove --purge
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ X86/64, 友善 NanoPi、R2S、R4S、R4SE、R5S、R2C、R5C、R6S、NEO3, 斐讯
<a href="https://t.me/opwrt" target="_blank">TG通知频道</a>
## 1. **特色**

+ Cutting edge,openwrt官方openwrt-22.03分支版本, Kernel 5.15, 与官方最新源码同步.
+ Cutting edge,openwrt官方openwrt-23.05分支版本, Kernel 5.15, 与官方最新源码同步.

+ 原生极致纯净,固件默认只包含基础上网功能, 后台在线选装插件,系统升级不丢失插件和配置.

Expand Down
3 changes: 1 addition & 2 deletions devices/armvirt_64/diy.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@


SHELL_FOLDER=$(dirname $(readlink -f "$0"))
bash $SHELL_FOLDER/../common/kernel_5.15.sh



sed -i 's/DEFAULT_PACKAGES +=/DEFAULT_PACKAGES += perl btrfs-progs luci-app-amlogic kmod-brcmfmac wpad-basic-wolfssl iw -luci-app-attendedsysupgrade -luci-app-gpsysupgrade fdisk lsblk/' target/linux/armvirt/Makefile
sed -i 's/DEFAULT_PACKAGES +=/DEFAULT_PACKAGES += perl btrfs-progs luci-app-amlogic kmod-brcmfmac wpad-basic-mbedtls iw -luci-app-attendedsysupgrade -luci-app-gpsysupgrade fdisk lsblk/' target/linux/armvirt/Makefile


2 changes: 1 addition & 1 deletion devices/ath79_nand/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
shopt -s extglob

SHELL_FOLDER=$(dirname $(readlink -f "$0"))
#bash $SHELL_FOLDER/../common/kernel_5.15.sh




Expand Down
2 changes: 1 addition & 1 deletion devices/bcm27xx_bcm2708/diy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SHELL_FOLDER=$(dirname $(readlink -f "$0"))
#bash $SHELL_FOLDER/../common/kernel_5.15.sh


sed -i 's/DEFAULT_PACKAGES +=/DEFAULT_PACKAGES += fdisk lsblk kmod-usb-net-asix-ax88179 kmod-usb-net-rtl8152/' target/linux/bcm27xx/Makefile

Expand Down
2 changes: 1 addition & 1 deletion devices/bcm27xx_bcm2709/diy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
SHELL_FOLDER=$(dirname $(readlink -f "$0"))
#bash $SHELL_FOLDER/../common/kernel_5.15.sh


sed -i 's/DEFAULT_PACKAGES +=/DEFAULT_PACKAGES += fdisk lsblk kmod-usb-net-asix-ax88179 kmod-usb-net-rtl8152/' target/linux/bcm27xx/Makefile

Expand Down
1 change: 0 additions & 1 deletion devices/bcm27xx_bcm2710/diy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

SHELL_FOLDER=$(dirname $(readlink -f "$0"))
bash $SHELL_FOLDER/../common/kernel_5.15.sh



Expand Down
1 change: 0 additions & 1 deletion devices/bcm27xx_bcm2711/diy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

SHELL_FOLDER=$(dirname $(readlink -f "$0"))
bash $SHELL_FOLDER/../common/kernel_5.15.sh



Expand Down
2 changes: 1 addition & 1 deletion devices/bcm53xx/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
shopt -s extglob

SHELL_FOLDER=$(dirname $(readlink -f "$0"))
#bash $SHELL_FOLDER/../common/kernel_5.15.sh


sed -i "s/^TARGET_DEVICES /# TARGET_DEVICES /" target/linux/bcm53xx/image/Makefile
sed -i "s/# TARGET_DEVICES += phicomm_k3/TARGET_DEVICES += phicomm_k3/" target/linux/bcm53xx/image/Makefile
Expand Down
14 changes: 12 additions & 2 deletions devices/common/.config
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,17 @@ CONFIG_BUSYBOX_CONFIG_FEATURE_SYSLOG_INFO=y
CONFIG_PACKAGE_bash=y
CONFIG_PACKAGE_ca-bundle=y

CONFIG_PACKAGE_dockerd=m
CONFIG_KERNEL_CGROUP_DEVICE=y
CONFIG_KERNEL_CGROUP_FREEZER=y
CONFIG_KERNEL_NET_CLS_CGROUP=y
CONFIG_KERNEL_CGROUP_NET_PRIO=y
CONFIG_KERNEL_MEMCG_SWAP_ENABLED=y
CONFIG_KERNEL_CFQ_GROUP_IOSCHED=y
CONFIG_KERNEL_CGROUP_PERF=y
CONFIG_KERNEL_CGROUP_HUGETLB=y
CONFIG_KERNEL_EXT4_FS_POSIX_ACL=y
CONFIG_KERNEL_EXT4_FS_SECURITY=y
CONFIG_KERNEL_BTRFS_FS_POSIX_ACL=y

CONFIG_PACKAGE_kmod-drm-nouveau=n
CONFIG_PACKAGE_kmod-rtl8821cu=n
Expand All @@ -98,7 +108,7 @@ CONFIG_PACKAGE_kmod-mii=n

CONFIG_IMAGEOPT=y
CONFIG_VERSIONOPT=y
CONFIG_VERSION_REPO="https://op.supes.top"
CONFIG_VERSION_REPO="https://op.supes.top/23.05"
CONFIG_VERSION_MANUFACTURER="Kiddin'"
CONFIG_VERSION_FILENAMES=n
CONFIG_VERSION_CODE_FILENAMES=n
8 changes: 8 additions & 0 deletions devices/common/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ shopt -s extglob

[ ! -f feeds.conf ] && {
sed -i '$a src-git kiddin9 https://github.com/kiddin9/openwrt-packages.git;master' feeds.conf.default
sed -i "/telephony/d" feeds.conf.default
}

sed -i "s?targets/%S/packages?targets/%S/\$(LINUX_VERSION)?" include/feeds.mk
Expand Down Expand Up @@ -41,6 +42,13 @@ sed -i "s/192.168.1/10.0.0/" package/base-files/files/bin/config_generate
(
svn co https://github.com/coolsnowwolf/lede/trunk/target/linux/generic/hack-5.10 target/linux/generic/hack-5.10
rm -rf target/linux/generic/hack-5.10/{220-gc_sections*,781-dsa-register*,780-drivers-net*,996-fs-ntfs3*,100-update-mtk_wed_h.patch}

svn co https://github.com/coolsnowwolf/lede/trunk/target/linux/generic/hack-5.15 target/linux/generic/hack-5.15
svn co https://github.com/coolsnowwolf/lede/trunk/target/linux/generic/backport-5.15 target/linux/generic/backport-5.15
find target/linux/generic/backport-5.15 -name "[0-9][0-9][0-9]-[a-z][a-z]*" -exec rm -f {} \;
rm -rf target/linux/generic/backport-5.15/{799-v6.0-net-mii*,802-v6.1-nvmem*,803-v5.19-nvmem*,733-v6.2-02-net-mediatek-sgmii-ensure*,733-v6.2-03-net-mediatek*,733-v6.2-04-mtk_sgmii-enable*,730-11-v6.3-net-ethernet-mtk_eth*,775-v5.16-net-phylink*,776-v5.16-net-ethernet-*,612-v6.3-skbuff-Fix*}
curl -sfL https://raw.githubusercontent.com/coolsnowwolf/lede/master/target/linux/generic/pending-5.15/613-netfilter_optional_tcp_window_check.patch -o target/linux/generic/pending-5.15/613-netfilter_optional_tcp_window_check.patch
sed -i "s/CONFIG_WERROR=y/CONFIG_WERROR=n/" target/linux/generic/config-5.15
) &

curl -sfL https://raw.githubusercontent.com/coolsnowwolf/lede/master/target/linux/generic/pending-5.10/613-netfilter_optional_tcp_window_check.patch -o target/linux/generic/pending-5.10/613-netfilter_optional_tcp_window_check.patch
Expand Down
4 changes: 0 additions & 4 deletions devices/common/feeds.conf

This file was deleted.

38 changes: 0 additions & 38 deletions devices/common/kernel_5.15.sh

This file was deleted.

4 changes: 2 additions & 2 deletions devices/common/patches/imagebuilder.patch
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
$(call FeedSourcesAppend,$(PKG_BUILD_DIR)/repositories.conf)
$(VERSION_SED_SCRIPT) $(PKG_BUILD_DIR)/repositories.conf
-endif
+ $(SED) 's/^src\/gz \(.*\) https.*top\/\(packages.*\)/src \1 file:\/\/www\/wwwroot\/op.supes.top\/\2/' $(PKG_BUILD_DIR)/repositories.conf
+ $(SED) 's/^src\/gz \(.*\) https.*top\/\(targets.*\)/src \1 file:\/\/www\/wwwroot\/op.supes.top\/releases\/\2/' $(PKG_BUILD_DIR)/repositories.conf
+ $(SED) 's/^src\/gz \(.*\) https.*top\/\(.*packages.*\)/src \1 file:\/\/www\/wwwroot\/op.supes.top\/\2/' $(PKG_BUILD_DIR)/repositories.conf
+ $(SED) 's/^src\/gz \(.*\) https.*top\/\(.*targets.*\)/src \1 file:\/\/www\/wwwroot\/op.supes.top\/\2/' $(PKG_BUILD_DIR)/repositories.conf
+ $(SED) 's/\/kiddin9//' $(PKG_BUILD_DIR)/repositories.conf
+ $(SED) '/openwrt_core/d' $(PKG_BUILD_DIR)/repositories.conf

Expand Down
2 changes: 1 addition & 1 deletion devices/common/settings.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REPO_URL="https://github.com/openwrt/openwrt"
REPO_BRANCH=""
REPO_BRANCH="openwrt-23.05"
CONFIG_FILE=".config"
DIY_SH="diy.sh"
FREE_UP_DISK="false"
Expand Down
2 changes: 0 additions & 2 deletions devices/ipq40xx_generic/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ shopt -s extglob

SHELL_FOLDER=$(dirname $(readlink -f "$0"))

bash $SHELL_FOLDER/../common/kernel_5.15.sh



svn export --force https://github.com/openwrt/openwrt/trunk/package/firmware/ipq-wifi package/firmware/ipq-wifi
Expand Down
2 changes: 0 additions & 2 deletions devices/ipq50xx_arm/.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ CONFIG_TARGET_ALL_PROFILES=y

CONFIG_PACKAGE_luci-ssl=y # uhttpd服务

CONFIG_PACKAGE_kmod-mdio-netlink=n
CONFIG_PACKAGE_kmod-jool-netfilter=n
CONFIG_PACKAGE_perf=n

CONFIG_PACKAGE_kmod-netem=n
Expand Down
15 changes: 5 additions & 10 deletions devices/ipq50xx_arm/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,13 @@ shopt -s extglob

SHELL_FOLDER=$(dirname $(readlink -f "$0"))

sed -i '/postgres=5432/d' feeds/packages.index
sed -i '/postgres=5432/d' feeds/packages/net/gnunet/Makefile
./scripts/feeds install -a

sed -i "s/make-ext4fs missing-macros/make-ext4fs meson missing-macros/" tools/Makefile
curl -sfL https://raw.githubusercontent.com/openwrt/openwrt/openwrt-22.03/include/meson.mk -o include/meson.mk
svn co https://github.com/openwrt/openwrt/branches/openwrt-22.03/tools/meson tools/meson

rm -rf package/feeds/kiddin9/rtl* feeds/kiddin9/{shortcut-fe,fullconenat-nft} package/kernel/mt76 package/kernel/exfat package/feeds/packages/fuse*

rm -rf devices/common/patches/{fix.patch,iptables.patch,kernel-defaults.patch,targets.patch}

rm -rf toolchain/musl
rm -rf toolchain/musl package/utils/e2fsprogs package/libs/libselinux package/feeds/packages/acl

svn co https://github.com/openwrt/openwrt/branches/openwrt-22.03/toolchain/musl toolchain/musl
svn co https://github.com/openwrt/openwrt/branches/openwrt-23.05/toolchain/musl toolchain/musl
svn co https://github.com/openwrt/openwrt/branches/openwrt-23.05/package/utils/e2fsprogs package/utils/e2fsprogs
svn co https://github.com/openwrt/openwrt/branches/openwrt-23.05/package/libs/libselinux package/libs/libselinux
ln -sf $(pwd)/feeds/luci/modules/luci-base package/feeds/kiddin9/
8 changes: 4 additions & 4 deletions devices/ipq50xx_arm/feeds.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
src-git packages https://git.openwrt.org/feed/packages.git;openwrt-22.03
src-git luci https://git.openwrt.org/project/luci.git;openwrt-22.03
src-git routing https://git.openwrt.org/feed/routing.git;openwrt-22.03
src-git kiddin9 https://github.com/kiddin9/openwrt-packages.git;master
src-git packages https://git.openwrt.org/feed/packages.git;openwrt-21.02
src-git luci https://github.com/openwrt/luci.git;openwrt-22.03
src-git routing https://git.openwrt.org/feed/routing.git;openwrt-21.02
src-git kiddin9 https://github.com/kiddin9/openwrt-packages.git;master
4 changes: 3 additions & 1 deletion devices/ipq60xx_generic/.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CONFIG_TARGET_DEVICE_ipq60xx_generic_DEVICE_glinet_gl-axt1800=n

CONFIG_TARGET_ROOTFS_INITRAMFS=n

CONFIG_PACKAGE_dockerd=n
CONFIG_PACKAGE_perf=n

CONFIG_GCC_USE_VERSION_7=y
CONFIG_PACKAGE_kmod-dm-raid=n
Expand Down Expand Up @@ -56,6 +56,8 @@ CONFIG_PACKAGE_kmod-batman-adv=n
CONFIG_PACKAGE_kmod-rtl8812au-ct=n
CONFIG_PACKAGE_kmod-rtl8821cu=n
CONFIG_PACKAGE_kmod-rtl88x2bu=n
CONFIG_PACKAGE_kmod-pf-ring=n
CONFIG_PACKAGE_kmod-netatop=n


CONFIG_SECCOMP=n
Expand Down
11 changes: 8 additions & 3 deletions devices/ipq60xx_generic/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,14 @@ curl -sfL https://raw.githubusercontent.com/coolsnowwolf/openwrt-gl-ax1800/maste
curl -sfL https://raw.githubusercontent.com/coolsnowwolf/openwrt-gl-ax1800/master/include/quilt.mk -o include/quilt.mk

rm -rf toolchain/.svn
rm -rf feeds/kiddin9/{rtl*,fullconenat-nft,shortcut-fe,netifd} package/kernel/mt76 toolchain/musl package/feeds/packages/{xtables-addons,openvswitch}
svn co https://github.com/openwrt/openwrt/branches/openwrt-22.03/toolchain/musl toolchain/musl
svn co https://github.com/openwrt/openwrt/branches/openwrt-22.03/toolchain/glibc toolchain/glibc
rm -rf feeds/kiddin9/{rtl*,fullconenat-nft,shortcut-fe,netifd} package/kernel/mt76 toolchain/musl package/feeds/packages/{xtables-addons,openvswitch} package/libs/elfutils package/utils/util-linux package/feeds/luci/ucode-mod-html package/libs/openssl package/network/utils/iptables package/feeds/packages/v4l2loopback package/feeds/packages/jool package/network/utils/uqmi
svn co https://github.com/openwrt/openwrt/branches/openwrt-23.05/toolchain/musl toolchain/musl
svn co https://github.com/openwrt/openwrt/branches/openwrt-23.05/toolchain/glibc toolchain/glibc
svn co https://github.com/openwrt/openwrt/branches/openwrt-22.03/package/libs/elfutils package/libs/elfutils
svn co https://github.com/openwrt/openwrt/branches/openwrt-22.03/package/utils/util-linux package/utils/util-linux
svn co https://github.com/openwrt/openwrt/branches/openwrt-22.03/package/libs/openssl package/libs/openssl
svn co https://github.com/openwrt/openwrt/branches/openwrt-22.03/package/network/utils/iptables package/network/utils/iptables
svn co https://github.com/openwrt/openwrt/branches/openwrt-22.03/package/network/utils/uqmi package/network/utils/uqmi

sed -i "s/5.4.0/4.4.0/" toolchain/glibc/common.mk

Expand Down
2 changes: 1 addition & 1 deletion devices/ipq60xx_generic/patches/fix.patch
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
kmod-qca-nss-dp kmod-qca-nss-drv kmod-qca-ssdk \
- kmod-ath11k-ahb qca-ssdk-shell wpad-openssl \
+ kmod-ath11k-ahb qca-ssdk-shell wpad-basic-wolfssl \
+ kmod-ath11k-ahb qca-ssdk-shell wpad-basic-mbedtls \
ath11k-firmware-ipq6018 nss-firmware-ipq6018 \
kmod-qca-nss-drv-pppoe kmod-qca-nss-ecm uboot-envtools

Expand Down
1 change: 0 additions & 1 deletion devices/ipq807x_generic/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions devices/ipq807x_generic/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ shopt -s extglob

SHELL_FOLDER=$(dirname $(readlink -f "$0"))

bash $SHELL_FOLDER/../common/kernel_5.15.sh

svn co https://github.com/robimarko/nss-packages/trunk/qca/qca-ssdk-shell package/network/utils/qca-ssdk-shell

sh -c "curl -sfL https://github.com/robimarko/openwrt/commit/23fa931934151f72c1655ffa62ff1a979575f07e.patch | patch -d './' -p1 --forward"
Expand Down
4 changes: 0 additions & 4 deletions devices/ipq807x_generic/feeds.conf

This file was deleted.

2 changes: 0 additions & 2 deletions devices/ipq807x_generic/settings.ini

This file was deleted.

5 changes: 1 addition & 4 deletions devices/ipq807x_ipq60xx/.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ CONFIG_TARGET_DEVICE_ipq807x_ipq60xx_DEVICE_glinet_ax1800=y

CONFIG_CCACHE=n

CONFIG_PACKAGE_dockerd=n
CONFIG_PACKAGE_kmod-mdio-netlink=n
CONFIG_PACKAGE_kmod-jool-netfilter=n
CONFIG_PACKAGE_kmod-ovpn-dco=n
CONFIG_PACKAGE_perf=n

CONFIG_PACKAGE_kmod-dm-raid=n
CONFIG_PACKAGE_kmod-dm=n
Expand Down
13 changes: 6 additions & 7 deletions devices/ipq807x_ipq60xx/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ rm -rf package/feeds
./scripts/feeds install -a -p wifi_ax -f
./scripts/feeds install -a -p gl_feeds_common -f
./scripts/feeds install -a -p kiddin9 -f
sed -i '/postgres=5432/d' feeds/packages.index
sed -i '/postgres=5432/d' feeds/packages/net/gnunet/Makefile
./scripts/feeds install -a

sed -i "s/make-ext4fs missing-macros/make-ext4fs meson missing-macros/" tools/Makefile
curl -sfL https://raw.githubusercontent.com/openwrt/openwrt/openwrt-22.03/include/meson.mk -o include/meson.mk
svn co https://github.com/openwrt/openwrt/branches/openwrt-22.03/tools/meson tools/meson
sed -i "/CONFIG_KERNEL_/d" devices/common/.config

echo "
CONFIG_FEED_gl_feeds_common=n
Expand All @@ -39,6 +35,9 @@ rm -rf package/kernel/exfat

rm -rf devices/common/patches/{glinet,fix.patch,iptables.patch,targets.patch,kernel-defaults.patch,disable_flock.patch}

rm -rf toolchain/musl
rm -rf toolchain/musl package/utils/e2fsprogs package/libs/libselinux package/feeds/packages/acl

svn co https://github.com/openwrt/openwrt/branches/openwrt-22.03/toolchain/musl toolchain/musl
svn co https://github.com/openwrt/openwrt/branches/openwrt-23.05/toolchain/musl toolchain/musl
svn co https://github.com/openwrt/openwrt/branches/openwrt-23.05/package/utils/e2fsprogs package/utils/e2fsprogs
svn co https://github.com/openwrt/openwrt/branches/openwrt-23.05/package/libs/libselinux package/libs/libselinux
ln -sf $(pwd)/feeds/luci/modules/luci-base package/feeds/kiddin9/
4 changes: 2 additions & 2 deletions devices/ipq807x_ipq60xx/feeds.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src-git packages https://git.openwrt.org/feed/packages.git;openwrt-22.03
src-git packages https://git.openwrt.org/feed/packages.git;openwrt-21.02
src-git luci https://github.com/openwrt/luci.git;openwrt-22.03
src-git routing https://git.openwrt.org/feed/routing.git;openwrt-22.03
src-git routing https://git.openwrt.org/feed/routing.git;openwrt-21.02
src-git kiddin9 https://github.com/kiddin9/openwrt-packages.git;master
src-git gl_feeds_common https://github.com/gl-inet/gl-feeds.git;common
src-link ipq807x ../../feeds/ipq807x
Expand Down
2 changes: 1 addition & 1 deletion devices/kirkwood_generic/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
shopt -s extglob

SHELL_FOLDER=$(dirname $(readlink -f "$0"))
#bash $SHELL_FOLDER/../common/kernel_5.15.sh



2 changes: 1 addition & 1 deletion devices/mediatek_filogic/.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ CONFIG_TARGET_DEVICE_mediatek_filogic_DEVICE_bananapi_bpi-r3=y
CONFIG_TARGET_DEVICE_mediatek_filogic_DEVICE_tplink_tl-xdr4288=y
CONFIG_TARGET_DEVICE_mediatek_filogic_DEVICE_tplink_tl-xdr6086=y
CONFIG_TARGET_DEVICE_mediatek_filogic_DEVICE_tplink_tl-xdr6088=y

CONFIG_TARGET_DEVICE_mediatek_filogic_DEVICE_glinet_gl-mt3000=y
CONFIG_PACKAGE_luci-ssl=y # uhttpd服务
8 changes: 1 addition & 7 deletions devices/mediatek_filogic/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,4 @@

shopt -s extglob

SHELL_FOLDER=$(dirname $(readlink -f "$0"))
bash $SHELL_FOLDER/../common/kernel_5.15.sh

rm -rf tools/mkimage
svn co https://github.com/openwrt/openwrt/trunk/tools/mkimage tools/mkimage

curl -sfL https://raw.githubusercontent.com/openwrt/openwrt/master/scripts/mkits.sh -o scripts/mkits.sh
sh -c "curl -sfL https://patch-diff.githubusercontent.com/raw/openwrt/openwrt/pull/11115.patch | patch -d './' -p1 --forward"
Loading

0 comments on commit 7d7f735

Please sign in to comment.