diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index aaffb57df..ffdd7aa1c 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -5,16 +5,14 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git -PKG_SOURCE_DATE:=2021-06-04 -PKG_SOURCE_VERSION:=50381d0a2998f6c0fc4823f0c2aa4206063d549e -PKG_MIRROR_HASH:=2718df3d3538c93ac77accf55716fb341741df3d231aac59e04dd1f80f558889 +PKG_SOURCE_DATE:=2022-02-20 +PKG_SOURCE_VERSION:=136006b88826feff4f0a36ffab511d1366483cf2 +PKG_MIRROR_HASH:=6358738d20e6df27b82c3bdb575fba0fdad8bef45a3c7479b93a5587c465dba4 PKG_MAINTAINER:=Felix Fietkau PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:= -PKG_BUILD_PARALLEL:=1 - include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk diff --git a/package/network/config/netifd/files/lib/netifd/dhcp.script b/package/network/config/netifd/files/lib/netifd/dhcp.script index e46005d84..6fcf139be 100755 --- a/package/network/config/netifd/files/lib/netifd/dhcp.script +++ b/package/network/config/netifd/files/lib/netifd/dhcp.script @@ -60,6 +60,7 @@ setup_interface () { [ -n "$message" ] && json_add_string message "$message" [ -n "$timezone" ] && json_add_int timezone "$timezone" [ -n "$lease" ] && json_add_int leasetime "$lease" + [ -n "$serverid" ] && json_add_string dhcpserver "$serverid" proto_close_data proto_send_update "$INTERFACE" diff --git a/target/linux/ipq806x/base-files/etc/init.d/cpu_freq b/target/linux/ipq806x/base-files/etc/init.d/cpu_freq index 90f28e5b3..ecd253cc0 100755 --- a/target/linux/ipq806x/base-files/etc/init.d/cpu_freq +++ b/target/linux/ipq806x/base-files/etc/init.d/cpu_freq @@ -9,14 +9,12 @@ boot() { if [ "$governor" = "ondemand" ]; then # Effective only with ondemand - echo 600000 > /sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq - echo 600000 > /sys/devices/system/cpu/cpufreq/policy1/scaling_min_freq echo 10 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor echo 50 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold fi - echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq - echo 600000 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq + echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq + echo 1000000 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq sysctl -w vm.min_free_kbytes=65536 sysctl -w net.netfilter.nf_conntrack_max=65535 diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index f2a9fe773..12f49a3d5 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -205,7 +205,7 @@ define Device/linksys_ea7500-v1 UBINIZE_OPTS := -E 5 IMAGES := factory.bin sysupgrade.bin IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi | pad-to $$$$(PAGESIZE) - DEVICE_PACKAGES := -kmod-ath10k-ct kmod-ath10k-smallbuffers ath10k-firmware-qca99x0 luci-app-advanced-reboot + DEVICE_PACKAGES := -kmod-ath10k-ct kmod-ath10k-ct-smallbuffers ath10k-firmware-qca99x0-ct luci-app-advanced-reboot endef TARGET_DEVICES += linksys_ea7500-v1