Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Mar 8, 2025
1 parent 6734b88 commit c5969ca
Show file tree
Hide file tree
Showing 24 changed files with 5,313 additions and 590 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Openwrt-AutoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
TAG_DATE="$( echo ${TAG_INFO} | jq -r '.data.repository.refs.nodes[] | select(.name | startswith("v24")) | .target.tagger.date' | head -n 1)"
if [[ $(( ($(date +%s) - $(date -d "$TAG_DATE" +%s)) / 86400 )) -lt 30 ]]; then
REPO_BRANCH="$( echo ${TAG_INFO} | jq -r '.data.repository.refs.nodes[].name' | grep v24 | head -n 1)"
#REPO_BRANCH="openwrt-24.10"
REPO_BRANCH="openwrt-24.10"
else
REPO_BRANCH="openwrt-24.10"
fi
Expand Down
10 changes: 10 additions & 0 deletions devices/armsr_armv8/.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,14 @@ CONFIG_TARGET_ROOTFS_SQUASHFS=n

CONFIG_PACKAGE_kmod-switch-ar8xxx=n

# DAE
CONFIG_KERNEL_DEBUG_INFO=y
CONFIG_KERNEL_DEBUG_INFO_REDUCED=n
CONFIG_KERNEL_DEBUG_INFO_BTF=y
CONFIG_KERNEL_CGROUPS=y
CONFIG_KERNEL_CGROUP_BPF=y
CONFIG_KERNEL_BPF_EVENTS=y
CONFIG_BPF_TOOLCHAIN_HOST=y
CONFIG_KERNEL_XDP_SOCKETS=y


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

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

sed -i '/# start dockerd/,/# end dockerd/d' .config
sed -i '/# start dockerd/,/# end dockerd/d' .config

rm -rf feeds/kiddin9/xtables-wgobfs
2 changes: 2 additions & 0 deletions devices/bcm27xx_bcm2708/.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ CONFIG_TARGET_DEVICE_bcm27xx_bcm2708_DEVICE_rpi=y
CONFIG_PACKAGE_kmod-codec-bcm2835=n
CONFIG_PACKAGE_kmod-isp-bcm2835=n

CONFIG_PACKAGE_kselftests-bpf=n



4 changes: 3 additions & 1 deletion devices/bcm27xx_bcm2709/.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ CONFIG_TARGET_bcm27xx_bcm2709=y
CONFIG_TARGET_bcm27xx_bcm2709_DEVICE_rpi-2=y

CONFIG_PACKAGE_kmod-codec-bcm2835=n
CONFIG_PACKAGE_kmod-isp-bcm2835=n
CONFIG_PACKAGE_kmod-isp-bcm2835=n

CONFIG_PACKAGE_kselftests-bpf=n
5 changes: 2 additions & 3 deletions devices/common/.config
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ CONFIG_PACKAGE_kmod-pcie_mhi=n

CONFIG_PACKAGE_kmod-rtl8189es=n

CONFIG_PACKAGE_kmod-aic8800=n
CONFIG_PACKAGE_netdata=m

CONFIG_IMAGEOPT=y
CONFIG_VERSIONOPT=y
Expand All @@ -102,8 +102,7 @@ CONFIG_VERSION_MANUFACTURER="Kiddin'"
CONFIG_VERSION_FILENAMES=n
CONFIG_VERSION_CODE_FILENAMES=n

CONFIG_BPF_TOOLCHAIN_HOST=y
CONFIG_BPF_TOOLCHAIN_NONE=n
CONFIG_KERNEL_XDP_SOCKETS=y

CONFIG_ZLIB_OPTIMIZE_SPEED=y
CONFIG_ZSTD_OPTIMIZE_O3=y
Expand Down
3 changes: 0 additions & 3 deletions devices/common/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ sed -i "s/192.168.1/10.0.0/" package/base-files/files/bin/config_generate

wget -N https://github.com/immortalwrt/immortalwrt/raw/refs/heads/openwrt-24.10/package/network/utils/nftables/patches/002-nftables-add-fullcone-expression-support.patch -P package/network/utils/nftables/patches/
wget -N https://github.com/immortalwrt/immortalwrt/raw/refs/heads/openwrt-24.10/package/network/utils/nftables/patches/001-drop-useless-file.patch -P package/network/utils/nftables/patches/
wget -N https://github.com/immortalwrt/immortalwrt/raw/refs/heads/openwrt-24.10/package/system/fstools/patches/100-fstools-support-extroot-for-non-MTD-rootfs_data.patch -P package/system/fstools/patches/
wget -N https://github.com/immortalwrt/immortalwrt/raw/refs/heads/openwrt-24.10/package/libs/libnftnl/patches/001-libnftnl-add-fullcone-expression-support.patch -P package/libs/libnftnl/patches/
wget -N https://github.com/immortalwrt/immortalwrt/raw/refs/heads/openwrt-24.10/package/firmware/wireless-regdb/patches/600-custom-change-txpower-and-dfs.patch -P package/firmware/wireless-regdb/patches/

Expand Down Expand Up @@ -57,8 +56,6 @@ git_clone_path master https://github.com/coolsnowwolf/lede mv target/linux/gener
rm -rf target/linux/generic/hack-6.6/929-Revert-genetlink* target/linux/generic/hack-6.6/767-net-phy-realtek-add-led*
wget -N https://raw.githubusercontent.com/coolsnowwolf/lede/master/target/linux/generic/pending-6.6/613-netfilter_optional_tcp_window_check.patch -P target/linux/generic/pending-6.6/

wget -N https://patch-diff.githubusercontent.com/raw/openwrt/openwrt/pull/16414.patch -P devices/common/patches/

# find target/linux/x86 -name "config*" -exec bash -c 'cat kernel.conf >> "{}"' \;
sed -i 's/max_requests 3/max_requests 20/g' package/network/services/uhttpd/files/uhttpd.config
#rm -rf ./feeds/packages/lang/{golang,node}
Expand Down
14 changes: 0 additions & 14 deletions devices/common/patches/base-files.patch
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
--- a/package/base-files/files/etc/rc.common
+++ b/package/base-files/files/etc/rc.common
@@ -28,7 +28,9 @@ restart() {
}

boot() {
- start "$@"
+ name="$(basename "${initscript}")"
+ name="${name##S[0-9][0-9]}"
+ [[ "$(uci -q get $name.$name[0].enabled)" == 0 || "$(uci -q get $name.config.enabled)" == 0 || "$(uci -q get $name.$name.enabled)" == 0 || "$(uci -q get $name.main.enabled)" == 0 || "$(uci -q get $name.$name[0].enable)" == 0 || "$(uci -q get $name.config.enable)" == 0 || "$(uci -q get $name.$name.enable)" == 0 || "$(uci -q get $name.main.enable)" == 0 ]] || start "$@";
}

shutdown() {

--- a/package/base-files/files/lib/functions.sh
+++ b/package/base-files/files/lib/functions.sh
@@ -395,7 +395,9 @@ default_postinst() {
Expand Down
Loading

0 comments on commit c5969ca

Please sign in to comment.