From c32f7a65447c7ceaf59c9ba272579cab52d0a8ab Mon Sep 17 00:00:00 2001 From: coolsnowwolf <31687149+coolsnowwolf@users.noreply.github.com> Date: Sun, 6 Jan 2019 15:30:38 +0800 Subject: [PATCH 1/3] kmod-fs-exfat 4.19 issue (marked) --- package/lean/automount/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/automount/Makefile b/package/lean/automount/Makefile index db00469a2..e4d20f222 100644 --- a/package/lean/automount/Makefile +++ b/package/lean/automount/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=automount PKG_VERSION:=1 -PKG_RELEASE:=22 +PKG_RELEASE:=23 PKG_ARCH:=all PKG_CONFIG_DEPENDS:= CONFIG_PACKAGE_$(PKG_NAME)_NTFS-3G @@ -25,7 +25,7 @@ endef define Package/automount TITLE:=Mount autoconfig hotplug script. MAINTAINER:=Lean - DEPENDS:=+block-mount +kmod-usb-storage +kmod-usb-storage-extras +kmod-fs-vfat +kmod-fs-ext4 +kmod-fs-exfat +PACKAGE_$(PKG_NAME)_NTFS-3G:ntfs-3g + DEPENDS:=+block-mount +kmod-usb-storage +kmod-usb-storage-extras +kmod-fs-vfat +kmod-fs-ext4 +PACKAGE_$(PKG_NAME)_NTFS-3G:ntfs-3g endef define Package/automount/description From 413c6a4e281d43a23e9edd65a39577442b6295c4 Mon Sep 17 00:00:00 2001 From: a1768623020 <32887476+a1768623020@users.noreply.github.com> Date: Tue, 8 Jan 2019 11:04:31 +0800 Subject: [PATCH 2/3] PBR-M1 firmware change to 32M size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pbr-m1固件大小为32m --- target/linux/ramips/image/mt7621.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 0edc8afca..08e4343c3 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -282,7 +282,7 @@ TARGET_DEVICES += d-team_newifi-d2 define Device/pbr-m1 DTS := PBR-M1 - IMAGE_SIZE := $(ralink_default_fw_size_16M) + IMAGE_SIZE := $(ralink_default_fw_size_32M) DEVICE_TITLE := PBR-M1 DEVICE_PACKAGES := \ kmod-ata-core kmod-ata-ahci kmod-mt7603 kmod-mt76x2 kmod-sdhci-mt7620 \ From c466387e1ea13c154905ea78e05f11cfb07a7212 Mon Sep 17 00:00:00 2001 From: a1768623020 <32887476+a1768623020@users.noreply.github.com> Date: Tue, 8 Jan 2019 11:04:50 +0800 Subject: [PATCH 3/3] PBR-M1 firmware change to 32M size (dts) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 固件大小为32Mb --- target/linux/ramips/dts/PBR-M1.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/PBR-M1.dts b/target/linux/ramips/dts/PBR-M1.dts index 8a915f3c7..f3b85d50a 100644 --- a/target/linux/ramips/dts/PBR-M1.dts +++ b/target/linux/ramips/dts/PBR-M1.dts @@ -146,7 +146,7 @@ partition@50000 { compatible = "denx,uimage"; label = "firmware"; - reg = <0x50000 0xfb0000>; + reg = <0x50000 0x1fb0000>; }; }; };