From 8410ddef91cc06f750cfa78eb1a90007a236c815 Mon Sep 17 00:00:00 2001 From: hugoyue Date: Sat, 29 Jan 2022 17:45:34 +0800 Subject: [PATCH] =?UTF-8?q?add:=E6=B7=BB=E5=8A=A0K2P=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{build-hc5962.yml => Build-K2P.yml} | 12 +- .../{build-x86_64.yml => Build-x86_64.yml} | 12 +- LICENSE | 0 README.md | 20 +- config/K2P.config | 99 +++++++ config/x86_64.config | 267 ++++++++++++++++++ devices/.DS_Store | Bin 6148 -> 0 bytes devices/{hc5962 => K2P}/diy-part1.sh | 4 +- devices/{hc5962 => K2P}/diy-part2.sh | 3 +- devices/hc5962/hc5962.config | 194 ------------- devices/x86_64/diy-part1.sh | 0 devices/x86_64/diy-part2.sh | 4 +- 12 files changed, 396 insertions(+), 219 deletions(-) rename .github/workflows/{build-hc5962.yml => Build-K2P.yml} (95%) mode change 100755 => 100644 rename .github/workflows/{build-x86_64.yml => Build-x86_64.yml} (95%) mode change 100755 => 100644 mode change 100755 => 100644 LICENSE mode change 100755 => 100644 README.md create mode 100644 config/K2P.config create mode 100644 config/x86_64.config delete mode 100644 devices/.DS_Store rename devices/{hc5962 => K2P}/diy-part1.sh (87%) mode change 100755 => 100644 rename devices/{hc5962 => K2P}/diy-part2.sh (89%) mode change 100755 => 100644 delete mode 100644 devices/hc5962/hc5962.config mode change 100755 => 100644 devices/x86_64/diy-part1.sh mode change 100755 => 100644 devices/x86_64/diy-part2.sh diff --git a/.github/workflows/build-hc5962.yml b/.github/workflows/Build-K2P.yml old mode 100755 new mode 100644 similarity index 95% rename from .github/workflows/build-hc5962.yml rename to .github/workflows/Build-K2P.yml index f90759c..dbb71ce --- a/.github/workflows/build-hc5962.yml +++ b/.github/workflows/Build-K2P.yml @@ -8,7 +8,7 @@ # Description: Build OpenWrt using GitHub Actions # -name: Build OpenWrt +name: Build K2P on: repository_dispatch: @@ -23,12 +23,12 @@ env: REPO_URL: https://github.com/coolsnowwolf/openwrt REPO_BRANCH: lede-17.01 FEEDS_CONF: feeds.conf.default - CONFIG_FILE: devices/hc5962.config - DIY_P1_SH: devices/hc5962/diy-part1.sh - DIY_P2_SH: devices/hc5962/diy-part2.sh + CONFIG_FILE: K2P.config + DIY_P1_SH: devices/K2P/diy-part1.sh + DIY_P2_SH: devices/K2P/diy-part2.sh UPLOAD_BIN_DIR: false UPLOAD_FIRMWARE: true - UPLOAD_COWTRANSFER: false + UPLOAD_COWTRANSFER: true UPLOAD_WETRANSFER: true UPLOAD_RELEASE: false TZ: Asia/Shanghai @@ -77,7 +77,7 @@ jobs: - name: Load custom configuration run: | [ -e files ] && mv files openwrt/files - [ -e $CONFIG_FILE ] && mv $CONFIG_FILE openwrt/.config + [ -e $GITHUB_WORKSPACE/config/$CONFIG_FILE ] && mv $GITHUB_WORKSPACE/config/$CONFIG_FILE openwrt/.config chmod +x $DIY_P2_SH cd openwrt $GITHUB_WORKSPACE/$DIY_P2_SH diff --git a/.github/workflows/build-x86_64.yml b/.github/workflows/Build-x86_64.yml old mode 100755 new mode 100644 similarity index 95% rename from .github/workflows/build-x86_64.yml rename to .github/workflows/Build-x86_64.yml index 41a74bf..aaa597a --- a/.github/workflows/build-x86_64.yml +++ b/.github/workflows/Build-x86_64.yml @@ -8,7 +8,7 @@ # Description: Build OpenWrt using GitHub Actions # -name: Build OpenWrt +name: Build x86_64 on: repository_dispatch: @@ -20,15 +20,15 @@ on: default: 'false' env: - REPO_URL: https://github.com/openwrt/openwrt.git - REPO_BRANCH: openwrt-21.02 + REPO_URL: https://github.com/coolsnowwolf/lede.git + REPO_BRANCH: master FEEDS_CONF: feeds.conf.default - CONFIG_FILE: devices/x86_64.config + CONFIG_FILE: x86_64.config DIY_P1_SH: devices/x86_64/diy-part1.sh DIY_P2_SH: devices/x86_64/diy-part2.sh UPLOAD_BIN_DIR: false UPLOAD_FIRMWARE: true - UPLOAD_COWTRANSFER: false + UPLOAD_COWTRANSFER: true UPLOAD_WETRANSFER: true UPLOAD_RELEASE: false TZ: Asia/Shanghai @@ -77,7 +77,7 @@ jobs: - name: Load custom configuration run: | [ -e files ] && mv files openwrt/files - [ -e $CONFIG_FILE ] && mv $CONFIG_FILE openwrt/.config + [ -e $GITHUB_WORKSPACE/config/$CONFIG_FILE ] && mv $GITHUB_WORKSPACE/config/$CONFIG_FILE openwrt/.config chmod +x $DIY_P2_SH cd openwrt $GITHUB_WORKSPACE/$DIY_P2_SH diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 index 5561cb2..36acfcb --- a/README.md +++ b/README.md @@ -1,16 +1,24 @@ # Build-OpenWrt -Auto Build OpenWrt for x86_64 / HC5962(OpenWrt 固件云编译) +Auto Build OpenWrt for x86_64/HC5962/C526a/K2p(OpenWrt 固件云编译) + + ## 介绍 -- X86_64 固件大小 832MB (squashfs+EXT4) -- 默认主题为 Argon ,除了对PassWall、Clash、AdGuardHome(广告拦截)、Appfilter(应用过滤)、ZeroTier 等热门插件的支持外,集成了常用的命令行工具如socat\iper3\curl\nano等便于自身维护。 +- X86_64 固件大小 832MB (squashfs+EXT4);默认主题为 Argon ,x86_64 固件除了对PassWall、Clash、AdGuardHome(广告拦截)、Appfilter(应用过滤)、ZeroTier 等热门插件的支持外,集成了常用的命令行工具,如socat、iper3、curl、nano 等便于自身维护。 +- 除 x86_64 平台外的其它固件均有所精简。 - 默认 Lan IP: `192.168.199.1 ` 账号/密码 `root / password` -- 每月一号自动编译一次新固件,编译成功后Telegram通知(需要在`setting->secrets`添加相应的值) + + --- -## 版权 -[MIT](https://github.com/P3TERX/Actions-OpenWrt/blob/main/LICENSE) © [**P3TERX**](https://p3terx.com) + +## 鸣谢 + +- [immortalwrt/immortalwrt](https://github.com/immortalwrt/immortalwrt/) +- [coolsnowwolf/lede](https://github.com/coolsnowwolf/lede) +- [P3TERX/Actions-OpenWrt](https://github.com/P3TERX/Actions-OpenWrt) + diff --git a/config/K2P.config b/config/K2P.config new file mode 100644 index 0000000..5600563 --- /dev/null +++ b/config/K2P.config @@ -0,0 +1,99 @@ +CONFIG_TARGET_ramips=y +CONFIG_TARGET_ramips_mt7621=y +CONFIG_TARGET_ramips_mt7621_DEVICE_phicomm_k2p=y +CONFIG_LIBCURL_COOKIES=y +CONFIG_LIBCURL_FILE=y +CONFIG_LIBCURL_FTP=y +CONFIG_LIBCURL_HTTP=y +CONFIG_LIBCURL_NO_SMB="!" +CONFIG_LIBCURL_OPENSSL=y +CONFIG_LIBCURL_PROXY=y +CONFIG_PACKAGE_6in4=y +CONFIG_PACKAGE_ca-bundle=y +# CONFIG_PACKAGE_coreutils is not set +CONFIG_PACKAGE_curl=y +CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y +# CONFIG_PACKAGE_dns2socks is not set +# CONFIG_PACKAGE_etherwake is not set +CONFIG_PACKAGE_ip6tables=y +# CONFIG_PACKAGE_iptables-mod-tproxy is not set +CONFIG_PACKAGE_iputils-arping=y +CONFIG_PACKAGE_ipv6helper=y +CONFIG_PACKAGE_jq=y +# CONFIG_PACKAGE_kmod-fast-classifier is not set +CONFIG_PACKAGE_kmod-ipt-nat6=y +# CONFIG_PACKAGE_kmod-ipt-tproxy is not set +CONFIG_PACKAGE_kmod-iptunnel=y +CONFIG_PACKAGE_kmod-iptunnel4=y +# CONFIG_PACKAGE_kmod-nf-conntrack-netlink is not set +CONFIG_PACKAGE_kmod-nf-nat6=y +# CONFIG_PACKAGE_kmod-shortcut-fe is not set +CONFIG_PACKAGE_kmod-sit=y +CONFIG_PACKAGE_kmod-tun=y +CONFIG_PACKAGE_libcurl=y +# CONFIG_PACKAGE_libev is not set +CONFIG_PACKAGE_libminiupnpc=y +CONFIG_PACKAGE_libnatpmp=y +CONFIG_PACKAGE_libncurses=y +# CONFIG_PACKAGE_libsodium is not set +CONFIG_PACKAGE_libstdcpp=y +CONFIG_PACKAGE_libsysfs=y +# CONFIG_PACKAGE_libudns is not set +# CONFIG_PACKAGE_luci-app-adguardhome_INCLUDE_binary is not set +CONFIG_PACKAGE_luci-app-aliddns=y +CONFIG_PACKAGE_luci-app-argon-config=y +# CONFIG_PACKAGE_luci-app-bypass_INCLUDE_ShadowsocksR_Libev_Client is not set +# CONFIG_PACKAGE_luci-app-bypass_INCLUDE_ShadowsocksR_Libev_Server is not set +# CONFIG_PACKAGE_luci-app-bypass_INCLUDE_Shadowsocks_Libev_Client is not set +# CONFIG_PACKAGE_luci-app-bypass_INCLUDE_Shadowsocks_Libev_Server is not set +# CONFIG_PACKAGE_luci-app-bypass_INCLUDE_Simple_obfs is not set +# CONFIG_PACKAGE_luci-app-bypass_INCLUDE_Socks5_Proxy is not set +# CONFIG_PACKAGE_luci-app-bypass_INCLUDE_Socks_Server is not set +# CONFIG_PACKAGE_luci-app-bypass_INCLUDE_Trojan is not set +# CONFIG_PACKAGE_luci-app-bypass_INCLUDE_Trojan-Go is not set +# CONFIG_PACKAGE_luci-app-bypass_INCLUDE_Xray is not set +# CONFIG_PACKAGE_luci-app-filetransfer is not set +# CONFIG_PACKAGE_luci-app-nlbwmon is not set +# CONFIG_PACKAGE_luci-app-passwall_INCLUDE_ChinaDNS_NG is not set +# CONFIG_PACKAGE_luci-app-passwall_INCLUDE_PDNSD is not set +# CONFIG_PACKAGE_luci-app-passwall_INCLUDE_ShadowsocksR_Libev_Client is not set +# CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Shadowsocks_Libev_Client is not set +# CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Simple_Obfs is not set +# CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Trojan_Plus is not set +CONFIG_PACKAGE_luci-app-pushbot=y +# CONFIG_PACKAGE_luci-app-sfe is not set +# CONFIG_PACKAGE_luci-app-ssr-plus is not set +# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Client is not set +CONFIG_PACKAGE_luci-app-tencentddns=y +CONFIG_PACKAGE_luci-app-uhttpd=y +# CONFIG_PACKAGE_luci-app-unblockmusic is not set +# CONFIG_PACKAGE_luci-app-vsftpd is not set +CONFIG_PACKAGE_luci-app-watchcat=y +# CONFIG_PACKAGE_luci-app-wol is not set +CONFIG_PACKAGE_luci-app-zerotier=y +CONFIG_PACKAGE_luci-compat=y +CONFIG_PACKAGE_luci-i18n-aliddns-zh-cn=y +CONFIG_PACKAGE_luci-i18n-argon-config-zh-cn=y +CONFIG_PACKAGE_luci-i18n-uhttpd-zh-cn=y +CONFIG_PACKAGE_luci-i18n-watchcat-zh-cn=y +CONFIG_PACKAGE_luci-i18n-zerotier-zh-cn=y +# CONFIG_PACKAGE_luci-lib-fs is not set +CONFIG_PACKAGE_luci-proto-ipv6=y +# CONFIG_PACKAGE_microsocks is not set +CONFIG_PACKAGE_nano=y +# CONFIG_PACKAGE_nlbwmon is not set +CONFIG_PACKAGE_odhcp6c=y +CONFIG_PACKAGE_odhcp6c_ext_cer_id=0 +CONFIG_PACKAGE_odhcpd-ipv6only=y +CONFIG_PACKAGE_odhcpd_ipv6only_ext_cer_id=0 +# CONFIG_PACKAGE_resolveip is not set +# CONFIG_PACKAGE_shadowsocksr-libev-ssr-check is not set +# CONFIG_PACKAGE_shadowsocksr-libev-ssr-local is not set +# CONFIG_PACKAGE_shadowsocksr-libev-ssr-redir is not set +# CONFIG_PACKAGE_tcping is not set +CONFIG_PACKAGE_terminfo=y +# CONFIG_PACKAGE_vsftpd-alt is not set +CONFIG_PACKAGE_watchcat=y +# CONFIG_PACKAGE_wol is not set +CONFIG_PACKAGE_zerotier=y +# CONFIG_TARGET_ROOTFS_INITRAMFS is not set diff --git a/config/x86_64.config b/config/x86_64.config new file mode 100644 index 0000000..967ba7d --- /dev/null +++ b/config/x86_64.config @@ -0,0 +1,267 @@ +CONFIG_TARGET_x86=y +CONFIG_TARGET_x86_64=y +CONFIG_TARGET_x86_64_DEVICE_generic=y +CONFIG_ARIA2_BITTORRENT=y +CONFIG_ARIA2_NOXML=y +CONFIG_ARIA2_OPENSSL=y +CONFIG_ARIA2_WEBSOCKET=y +CONFIG_DOCKER_CGROUP_OPTIONS=y +CONFIG_DOCKER_NET_MACVLAN=y +CONFIG_DOCKER_STO_EXT4=y +# CONFIG_GRUB_EFI_IMAGES is not set +CONFIG_GRUB_IMAGES=y +CONFIG_KERNEL_CGROUP_DEVICE=y +CONFIG_KERNEL_CGROUP_FREEZER=y +CONFIG_KERNEL_CGROUP_NET_PRIO=y +CONFIG_KERNEL_EXT4_FS_POSIX_ACL=y +CONFIG_KERNEL_EXT4_FS_SECURITY=y +CONFIG_KERNEL_FS_POSIX_ACL=y +CONFIG_KERNEL_NET_CLS_CGROUP=y +CONFIG_PACKAGE_6in4=y +# CONFIG_PACKAGE_UnblockNeteaseMusic-Go is not set +CONFIG_PACKAGE_adguardhome=y +CONFIG_PACKAGE_alsa-lib=y +CONFIG_PACKAGE_alsa-ucm-conf=y +CONFIG_PACKAGE_alsa-utils=y +CONFIG_PACKAGE_appfilter=y +CONFIG_PACKAGE_aria2=y +CONFIG_PACKAGE_ariang=y +CONFIG_PACKAGE_avahi-dbus-daemon=y +CONFIG_PACKAGE_bash=y +CONFIG_PACKAGE_bind-dig=y +CONFIG_PACKAGE_bind-libs=y +CONFIG_PACKAGE_boost=y +CONFIG_PACKAGE_boost-program_options=y +CONFIG_PACKAGE_boost-system=y +CONFIG_PACKAGE_brook=y +CONFIG_PACKAGE_btrfs-progs=y +CONFIG_PACKAGE_ca-certificates=y +CONFIG_PACKAGE_cgroupfs-mount=y +CONFIG_PACKAGE_chinadns-ng=y +CONFIG_PACKAGE_containerd=y +CONFIG_PACKAGE_coreutils-nohup=y +CONFIG_PACKAGE_dbus=y +CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y +CONFIG_PACKAGE_docker=y +CONFIG_PACKAGE_dockerd=y +CONFIG_PACKAGE_fdisk=y +CONFIG_PACKAGE_frpc=y +CONFIG_PACKAGE_fuse-utils=y +CONFIG_PACKAGE_gdisk=y +# CONFIG_PACKAGE_grub2-efi is not set +CONFIG_PACKAGE_haproxy=y +CONFIG_PACKAGE_hysteria=y +CONFIG_PACKAGE_ip6tables=y +CONFIG_PACKAGE_iperf3=y +CONFIG_PACKAGE_ipt2socks=y +CONFIG_PACKAGE_iptables-mod-conntrack-extra=y +CONFIG_PACKAGE_iptables-mod-extra=y +CONFIG_PACKAGE_iptables-mod-ipopt=y +CONFIG_PACKAGE_iptables-mod-iprange=y +CONFIG_PACKAGE_iputils-arping=y +CONFIG_PACKAGE_ipv6helper=y +CONFIG_PACKAGE_jq=y +CONFIG_PACKAGE_kcptun-client=y +CONFIG_PACKAGE_kcptun-config=y +CONFIG_PACKAGE_kmod-ac97=y +CONFIG_PACKAGE_kmod-br-netfilter=y +# CONFIG_PACKAGE_kmod-crypto-kpp is not set +CONFIG_PACKAGE_kmod-crypto-rng=y +CONFIG_PACKAGE_kmod-crypto-sha256=y +CONFIG_PACKAGE_kmod-dax=y +CONFIG_PACKAGE_kmod-dm=y +CONFIG_PACKAGE_kmod-dummy=y +CONFIG_PACKAGE_kmod-fs-btrfs=y +CONFIG_PACKAGE_kmod-fuse=y +CONFIG_PACKAGE_kmod-ifb=y +CONFIG_PACKAGE_kmod-ikconfig=y +CONFIG_PACKAGE_kmod-ipt-conntrack-extra=y +CONFIG_PACKAGE_kmod-ipt-extra=y +CONFIG_PACKAGE_kmod-ipt-ipopt=y +CONFIG_PACKAGE_kmod-ipt-iprange=y +CONFIG_PACKAGE_kmod-ipt-nat6=y +CONFIG_PACKAGE_kmod-iptunnel=y +CONFIG_PACKAGE_kmod-keys-encrypted=y +CONFIG_PACKAGE_kmod-keys-trusted=y +CONFIG_PACKAGE_kmod-ledtrig-audio=y +CONFIG_PACKAGE_kmod-lib-raid6=y +CONFIG_PACKAGE_kmod-lib-xor=y +CONFIG_PACKAGE_kmod-lib-zstd=y +CONFIG_PACKAGE_kmod-nf-ipvs=y +CONFIG_PACKAGE_kmod-nf-nat6=y +CONFIG_PACKAGE_kmod-oaf=y +CONFIG_PACKAGE_kmod-random-core=y +CONFIG_PACKAGE_kmod-regmap-core=y +CONFIG_PACKAGE_kmod-sched-cake=y +CONFIG_PACKAGE_kmod-sched-core=y +CONFIG_PACKAGE_kmod-sit=y +CONFIG_PACKAGE_kmod-sound-core=y +CONFIG_PACKAGE_kmod-sound-hda-codec-hdmi=y +CONFIG_PACKAGE_kmod-sound-hda-codec-realtek=y +CONFIG_PACKAGE_kmod-sound-hda-codec-via=y +CONFIG_PACKAGE_kmod-sound-hda-core=y +CONFIG_PACKAGE_kmod-sound-hda-intel=y +CONFIG_PACKAGE_kmod-sound-i8x0=y +CONFIG_PACKAGE_kmod-sound-mpu401=y +CONFIG_PACKAGE_kmod-sound-via82xx=y +CONFIG_PACKAGE_kmod-tpm=y +CONFIG_PACKAGE_kmod-usb-audio=y +CONFIG_PACKAGE_kmod-veth=y +# CONFIG_PACKAGE_kmod-wireguard is not set +CONFIG_PACKAGE_libatomic=y +CONFIG_PACKAGE_libattr=y +CONFIG_PACKAGE_libavahi-client=y +CONFIG_PACKAGE_libavahi-dbus-support=y +CONFIG_PACKAGE_libcap-bin=y +CONFIG_PACKAGE_libcap-bin-capsh-shell="/bin/sh" +CONFIG_PACKAGE_libconfig=y +CONFIG_PACKAGE_libdaemon=y +CONFIG_PACKAGE_libdb47=y +CONFIG_PACKAGE_libdbus=y +CONFIG_PACKAGE_libdevmapper=y +CONFIG_PACKAGE_libexpat=y +CONFIG_PACKAGE_libfuse=y +CONFIG_PACKAGE_libltdl=y +CONFIG_PACKAGE_liblua5.3=y +CONFIG_PACKAGE_liblzo=y +CONFIG_PACKAGE_libnetwork=y +CONFIG_PACKAGE_libnghttp2=y +CONFIG_PACKAGE_libpopt=y +CONFIG_PACKAGE_libruby=y +CONFIG_PACKAGE_libseccomp=y +CONFIG_PACKAGE_libsoxr=y +CONFIG_PACKAGE_libyaml=y +CONFIG_PACKAGE_libzstd=y +CONFIG_PACKAGE_lsblk=y +CONFIG_PACKAGE_luci-app-adguardhome=y +CONFIG_PACKAGE_luci-app-advanced=y +CONFIG_PACKAGE_luci-app-airplay2=y +CONFIG_PACKAGE_luci-app-aliddns=y +CONFIG_PACKAGE_luci-app-argon-config=y +CONFIG_PACKAGE_luci-app-aria2=y +# CONFIG_PACKAGE_luci-app-bypass_INCLUDE_ShadowsocksR_Libev_Client is not set +# CONFIG_PACKAGE_luci-app-bypass_INCLUDE_ShadowsocksR_Libev_Server is not set +# CONFIG_PACKAGE_luci-app-bypass_INCLUDE_Shadowsocks_Libev_Client is not set +# CONFIG_PACKAGE_luci-app-bypass_INCLUDE_Shadowsocks_Libev_Server is not set +# CONFIG_PACKAGE_luci-app-bypass_INCLUDE_Simple_obfs is not set +# CONFIG_PACKAGE_luci-app-bypass_INCLUDE_Socks5_Proxy is not set +# CONFIG_PACKAGE_luci-app-bypass_INCLUDE_Socks_Server is not set +# CONFIG_PACKAGE_luci-app-bypass_INCLUDE_Trojan is not set +# CONFIG_PACKAGE_luci-app-bypass_INCLUDE_Trojan-Go is not set +# CONFIG_PACKAGE_luci-app-bypass_INCLUDE_Xray is not set +# CONFIG_PACKAGE_luci-app-diskman_INCLUDE_btrfs_progs is not set +# CONFIG_PACKAGE_luci-app-diskman_INCLUDE_lsblk is not set +CONFIG_PACKAGE_luci-app-dockerman=y +CONFIG_PACKAGE_luci-app-eqos=y +CONFIG_PACKAGE_luci-app-frpc=y +CONFIG_PACKAGE_luci-app-n2n_v2=y +# CONFIG_PACKAGE_luci-app-nlbwmon is not set +CONFIG_PACKAGE_luci-app-oaf=y +CONFIG_PACKAGE_luci-app-openclash=y +CONFIG_PACKAGE_luci-app-passwall=y +CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Brook=y +CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Hysteria=y +CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Kcptun=y +CONFIG_PACKAGE_luci-app-passwall_INCLUDE_NaiveProxy=y +CONFIG_PACKAGE_luci-app-passwall_INCLUDE_ShadowsocksR_Libev_Server=y +CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Shadowsocks_Rust_Client=y +CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Trojan_GO=y +CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Xray_Plugin=y +CONFIG_PACKAGE_luci-app-pushbot=y +CONFIG_PACKAGE_luci-app-rclone=y +CONFIG_PACKAGE_luci-app-sqm=y +# CONFIG_PACKAGE_luci-app-ssr-plus is not set +# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Client is not set +# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Server is not set +# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Client is not set +# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Server is not set +# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Simple_Obfs is not set +# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray is not set +CONFIG_PACKAGE_luci-app-tencentddns=y +CONFIG_PACKAGE_luci-app-uhttpd=y +# CONFIG_PACKAGE_luci-app-unblockmusic is not set +# CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_Go is not set +# CONFIG_PACKAGE_luci-app-vssr_INCLUDE_ShadowsocksR_Libev_Server is not set +# CONFIG_PACKAGE_luci-app-vssr_INCLUDE_Trojan is not set +# CONFIG_PACKAGE_luci-app-vssr_INCLUDE_Xray is not set +# CONFIG_PACKAGE_luci-app-vssr_INCLUDE_Xray_plugin is not set +CONFIG_PACKAGE_luci-app-watchcat=y +# CONFIG_PACKAGE_luci-app-wireguard is not set +# CONFIG_PACKAGE_luci-app-xlnetacc is not set +CONFIG_PACKAGE_luci-compat=y +CONFIG_PACKAGE_luci-i18n-adguardhome-zh-cn=y +CONFIG_PACKAGE_luci-i18n-airplay2-zh-cn=y +CONFIG_PACKAGE_luci-i18n-aliddns-zh-cn=y +CONFIG_PACKAGE_luci-i18n-argon-config-zh-cn=y +CONFIG_PACKAGE_luci-i18n-aria2-zh-cn=y +CONFIG_PACKAGE_luci-i18n-dockerman-zh-cn=y +CONFIG_PACKAGE_luci-i18n-eqos-zh-cn=y +CONFIG_PACKAGE_luci-i18n-frpc-zh-cn=y +CONFIG_PACKAGE_luci-i18n-n2n_v2-zh-cn=y +CONFIG_PACKAGE_luci-i18n-oaf-zh-cn=y +CONFIG_PACKAGE_luci-i18n-passwall-zh-cn=y +CONFIG_PACKAGE_luci-i18n-rclone-zh-cn=y +CONFIG_PACKAGE_luci-i18n-sqm-zh-cn=y +CONFIG_PACKAGE_luci-i18n-uhttpd-zh-cn=y +CONFIG_PACKAGE_luci-i18n-watchcat-zh-cn=y +CONFIG_PACKAGE_luci-lib-docker=y +CONFIG_PACKAGE_luci-proto-ipv6=y +# CONFIG_PACKAGE_luci-proto-wireguard is not set +CONFIG_PACKAGE_luci-theme-bootstrap=y +CONFIG_PACKAGE_mount-utils=y +CONFIG_PACKAGE_n2n-edge=y +CONFIG_PACKAGE_n2n-supernode=y +CONFIG_PACKAGE_naiveproxy=y +CONFIG_PACKAGE_nano=y +# CONFIG_PACKAGE_nlbwmon is not set +CONFIG_PACKAGE_odhcp6c=y +CONFIG_PACKAGE_odhcp6c_ext_cer_id=0 +CONFIG_PACKAGE_odhcpd-ipv6only=y +CONFIG_PACKAGE_odhcpd_ipv6only_ext_cer_id=0 +CONFIG_PACKAGE_rclone=y +CONFIG_PACKAGE_rclone-config=y +CONFIG_PACKAGE_rclone-ng=y +CONFIG_PACKAGE_rclone-webui-react=y +CONFIG_PACKAGE_resize2fs=y +CONFIG_PACKAGE_ruby=y +CONFIG_PACKAGE_ruby-bigdecimal=y +CONFIG_PACKAGE_ruby-date=y +CONFIG_PACKAGE_ruby-dbm=y +CONFIG_PACKAGE_ruby-digest=y +CONFIG_PACKAGE_ruby-enc=y +CONFIG_PACKAGE_ruby-forwardable=y +CONFIG_PACKAGE_ruby-pstore=y +CONFIG_PACKAGE_ruby-psych=y +CONFIG_PACKAGE_ruby-stringio=y +CONFIG_PACKAGE_ruby-strscan=y +CONFIG_PACKAGE_ruby-yaml=y +CONFIG_PACKAGE_runc=y +CONFIG_PACKAGE_shadowsocks-rust-sslocal=y +# CONFIG_PACKAGE_shadowsocksr-libev-ssr-check is not set +CONFIG_PACKAGE_shairport-sync-openssl=y +CONFIG_PACKAGE_socat=y +CONFIG_PACKAGE_sqm-scripts=y +CONFIG_PACKAGE_tc-mod-iptables=y +CONFIG_PACKAGE_tc-tiny=y +CONFIG_PACKAGE_tini=y +CONFIG_PACKAGE_trojan-go=y +CONFIG_PACKAGE_trojan-plus=y +CONFIG_PACKAGE_unzip=y +CONFIG_PACKAGE_v2ray-core=y +CONFIG_PACKAGE_v2ray-plugin=y +CONFIG_PACKAGE_watchcat=y +# CONFIG_PACKAGE_wireguard-tools is not set +CONFIG_PACKAGE_xray-plugin=y +CONFIG_TARGET_EXT4_BLOCKSIZE=4096 +CONFIG_TARGET_EXT4_BLOCKSIZE_4K=y +CONFIG_TARGET_EXT4_RESERVED_PCT=0 +CONFIG_TARGET_IMAGES_GZIP=y +CONFIG_TARGET_KERNEL_PARTSIZE=32 +CONFIG_TARGET_ROOTFS_EXT4FS=y +CONFIG_TARGET_ROOTFS_PARTSIZE=800 +# CONFIG_VMDK_IMAGES is not set +CONFIG_ZSTD_OPTIMIZE_O3=y +CONFIG_boost-compile-visibility-hidden=y +CONFIG_boost-runtime-shared=y +CONFIG_boost-static-and-shared-libs=y +CONFIG_boost-variant-release=y diff --git a/devices/.DS_Store b/devices/.DS_Store deleted file mode 100644 index 3d8907d6ae5e86cfac295e38a7e4e2787a0c9833..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK!EO^V5FNK6I8;cHpc1`V>a`NtP@+~`wjsUs#3DEV3cJ~;S+QA1*@PfPk@gNB z!xf2J|DkvOgc;irF`?pyP&FfspY54hkKbnP3;>AkJPiPv03cBbYxl7EgOHtcOLpAM z9-=VM=s-JJl#?Xa$(A=yFaylM|Hc4)yLA}B0G`4r_}}lhWRhp)tkt>}JG-?z^}ABa zJ^3yg=|wb)XY;ZfPv6k!rPg_}?#IciY`Ew*A3oQ`EY6DI)C6Sd5MAEB&Wcnox_Vxu zrHPHKK{gtVe)C|tYzLhq6&$x$M`{_gIymT@JXx(8a{uu0vlsmj`MA)ZEsFvV9V7Q0 zuHg%IyiKL$AWtw!3h)g1We^SYcw!?}{JVXudp&oW$*+eO->a*uvu&UBuRfE}<~kuQ z=jHJ+nijb(E^*%G_z6z%ZS+x({T%BLOzehzGe@-j7_W2me17G4laHUHLN}IM%>ez< zP$ZoJEX)8izzl3MK<9%(B@7)_7R}LtjVS>TYdCEL`&3I%jB*${tSq7hMc7b88!B9h zA#6C#E9VzFtSs7a5U%(TZe`&r6k%4!=PTn5BDBaYGr$b^4D8xrlkWfXo9ll+h)2u- zGjOXI5Vc;^>*AK&-MY0ox@#5cdsGtgt1OxjY}|EhI&>93LN$UmMIFS@VPz3#Q2394 Mp@AD_;GZ(^6aA5dp#T5? diff --git a/devices/hc5962/diy-part1.sh b/devices/K2P/diy-part1.sh old mode 100755 new mode 100644 similarity index 87% rename from devices/hc5962/diy-part1.sh rename to devices/K2P/diy-part1.sh index 3513c7c..ba2b1df --- a/devices/hc5962/diy-part1.sh +++ b/devices/K2P/diy-part1.sh @@ -14,8 +14,6 @@ #sed -i 's/^#\(.*helloworld\)/\1/' feeds.conf.default # Add a feed source - cat >> feeds.conf.default <