diff --git a/package/emortal/autocore/files/tempinfo b/package/emortal/autocore/files/tempinfo index 1a366d0198..cc3760539a 100755 --- a/package/emortal/autocore/files/tempinfo +++ b/package/emortal/autocore/files/tempinfo @@ -11,7 +11,7 @@ fi if grep -q "ipq40xx" "/etc/openwrt_release"; then if [ -e "$IEEE_PATH/phy0/hwmon0/temp1_input" ]; then - mt76_temp=" $(awk -F ': ' '{print $2}' "$IEEE_PATH/phy0/hwmon0/temp1_input" 2>"/dev/null")°C" + mt76_temp="$(awk -F ': ' '{print $2}' "$IEEE_PATH/phy0/hwmon0/temp1_input" 2>"/dev/null")°C" fi [ -z "$mt76_temp" ] || wifi_temp="${wifi_temp:+$wifi_temp }$mt76_temp" else diff --git a/package/emortal/automount/Makefile b/package/emortal/automount/Makefile index 01d562eddd..15a66d7894 100644 --- a/package/emortal/automount/Makefile +++ b/package/emortal/automount/Makefile @@ -12,7 +12,6 @@ PKG_FLAGS:=nonshared PKG_RELEASE:=$(COMMITCOUNT) PKG_CONFIG_DEPENDS:= \ - CONFIG_LINUX_5_10 \ CONFIG_TARGET_ramips include $(INCLUDE_DIR)/package.mk @@ -29,8 +28,7 @@ define Package/automount +kmod-fs-ext4 \ +kmod-fs-exfat \ +kmod-fs-vfat \ - +LINUX_5_10:ntfs-3g \ - +!LINUX_5_10:ntfs3-mount + +ntfs3-mount PKGARCH:=all endef