Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Feb 21, 2024
1 parent c0cc662 commit 74f4a6e
Show file tree
Hide file tree
Showing 21 changed files with 37 additions and 451 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Openwrt-AutoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ jobs:
env:
DEBIAN_FRONTEND: noninteractive
run: |
sudo mkdir -p -m 777 /mnt/openwrt/dl /mnt/openwrt/bin /mnt/openwrt/staging_dir
sudo mkdir -p -m 777 /mnt/openwrt/dl /mnt/openwrt/staging_dir /mnt/openwrt/build_dir
ln -sf /mnt/openwrt/dl openwrt/dl
ln -sf /mnt/openwrt/bin openwrt/bin
ln -sf /mnt/openwrt/staging_dir openwrt/staging_dir
ln -sf /mnt/openwrt/build_dir openwrt/build_dir
- name: Load custom configuration
run: |
Expand Down
3 changes: 0 additions & 3 deletions devices/common/.config
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ CONFIG_PACKAGE_kmod-pcie_mhi=n

CONFIG_PACKAGE_kmod-mii=n




CONFIG_IMAGEOPT=y
CONFIG_VERSIONOPT=y

Expand Down
1 change: 1 addition & 0 deletions devices/mediatek_filogic/.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ CONFIG_TARGET_DEVICE_mediatek_filogic_DEVICE_cmcc_a10=y
CONFIG_TARGET_DEVICE_mediatek_filogic_DEVICE_konka_komi-a31=y
CONFIG_TARGET_DEVICE_mediatek_filogic_DEVICE_imou_lc-hx3001=y
CONFIG_PACKAGE_luci-ssl=y # uhttpd服务

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/ {
model = "CMCC RAX3000M (NAND version)";
compatible = "cmcc,rax3000m-nand", "mediatek,mt7981";
compatible = "cmcc,rax3000m", "mediatek,mt7981";

aliases {
label-mac-device = &gmac1;
Expand Down
11 changes: 0 additions & 11 deletions devices/mediatek_filogic/patches/08-cmcc_rax3000m.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@
h3c,magic-nx30-pro)
ucidef_set_interfaces_lan_wan "lan1 lan2 lan3" eth1
;;
@@ -103,9 +103,7 @@ mediatek_setup_macs()
wan_mac=$(macaddr_add "$lan_mac" 3)
label_mac=$lan_mac
;;
- cmcc,rax3000m)
- case "$(cmdline_get_var root)" in
- /dev/mmc*)
+ cmcc,rax3000m-emmc)
wan_mac=$(mmc_get_mac_binary factory 0x2a)
lan_mac=$(mmc_get_mac_binary factory 0x24)
label_mac=$wan_mac

--- a/target/linux/mediatek/filogic/base-files/etc/hotplug.d/ieee80211/11_fix_wifi_mac
+++ b/target/linux/mediatek/filogic/base-files/etc/hotplug.d/ieee80211/11_fix_wifi_mac
Expand Down
1 change: 1 addition & 0 deletions devices/mediatek_mt7981/.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ CONFIG_TARGET_DEVICE_mediatek_mt7981_DEVICE_nradio_wt9103_512m=y

CONFIG_VERSION_DIST="OpenWrt"

CONFIG_PACKAGE_dnsmasq_full_nftset=n

CONFIG_DEVEL=y
CONFIG_TOOLCHAINOPTS=y
Expand Down
2 changes: 1 addition & 1 deletion devices/meson_meson8b/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git_clone_path master https://github.com/coolsnowwolf/lede target/linux/generic/

git_clone_path master https://github.com/coolsnowwolf/lede target/linux/meson

rm -rf package/feeds/kiddin9/quectel_Gobinet devices/common/patches/kernel_version.patch devices/common/patches/rootfstargz.patch
rm -rf package/feeds/kiddin9/quectel_Gobinet devices/common/patches/kernel_version.patch devices/common/patches/rootfstargz.patch target/linux/generic/hack-6.1/410-block-fit-partition-parser.patch

curl -sfL https://raw.githubusercontent.com/coolsnowwolf/lede/master/target/linux/generic/pending-6.1/613-netfilter_optional_tcp_window_check.patch -o target/linux/generic/pending-6.1/613-netfilter_optional_tcp_window_check.patch

Expand Down
7 changes: 0 additions & 7 deletions devices/qualcommax_ipq60xx/.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
CONFIG_TARGET_qualcommax=y
CONFIG_TARGET_qualcommax_ipq60xx=y
CONFIG_TARGET_MULTI_PROFILE=y
CONFIG_TARGET_DEVICE_qualcommax_ipq60xx_DEVICE_cmiot_ax18=y
CONFIG_TARGET_DEVICE_qualcommax_ipq60xx_DEVICE_glinet_gl-ax1800=y
CONFIG_TARGET_DEVICE_qualcommax_ipq60xx_DEVICE_glinet_gl-axt1800=y
CONFIG_TARGET_DEVICE_qualcommax_ipq60xx_DEVICE_qihoo_360v6=y
CONFIG_TARGET_DEVICE_qualcommax_ipq60xx_DEVICE_zn_m2=y
CONFIG_TARGET_ALL_PROFILES=y

CONFIG_PACKAGE_kmod-qca-nss-cfi-cryptoapi=n

CONFIG_PACKAGE_luci-ssl=y # uhttpd服务
2 changes: 1 addition & 1 deletion devices/qualcommax_ipq60xx/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
源码来源 https://github.com/JiaY-shi/openwrt 感谢
源码来源 https://github.com/coolsnowwolf/lede 感谢
15 changes: 12 additions & 3 deletions devices/qualcommax_ipq60xx/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ shopt -s extglob

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

git clone https://github.com/JiaY-shi/nss-packages.git package/nss-packages
git_clone_path master https://github.com/coolsnowwolf/lede target/linux/generic/hack-6.1

rm -rf target/linux/qualcommax package/kernel/qca-* package/boot/uboot-envtools package/firmware/ipq-wifi
git_clone_path master https://github.com/coolsnowwolf/lede target/linux/qualcommax
git_clone_path master https://github.com/coolsnowwolf/lede package/qca
git_clone_path master https://github.com/coolsnowwolf/lede package/boot/uboot-envtools
git_clone_path master https://github.com/coolsnowwolf/lede package/firmware/ipq-wifi

rm -rf package/feeds/kiddin9/quectel_Gobinet devices/common/patches/kernel_version.patch devices/common/patches/rootfstargz.patch target/linux/generic/hack-6.1/{410-block-fit-partition-parser.patch,724-net-phy-aquantia*,720-net-phy-add-aqr-phys.patch}

curl -sfL https://raw.githubusercontent.com/coolsnowwolf/lede/master/target/linux/generic/pending-6.1/613-netfilter_optional_tcp_window_check.patch -o target/linux/generic/pending-6.1/613-netfilter_optional_tcp_window_check.patch


rm -rf feeds/kiddin9/{fibocom_QMI_WWAN,quectel_Gobinet,shortcut-fe}

rm -rf devices/common/patches/rootfstargz.patch devices/common/patches/kernel_version.patch
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

0 comments on commit 74f4a6e

Please sign in to comment.