[barrier_breaker] Add 'kmod-fs-hfs', set 'u-boot' partition writable, 'bdinfo' read-only.
This commit is contained in:
@@ -1277,7 +1277,7 @@ CONFIG_PACKAGE_kmod-fs-cifs=y
|
|||||||
# CONFIG_PACKAGE_kmod-fs-exportfs is not set
|
# CONFIG_PACKAGE_kmod-fs-exportfs is not set
|
||||||
CONFIG_PACKAGE_kmod-fs-ext4=y
|
CONFIG_PACKAGE_kmod-fs-ext4=y
|
||||||
# CONFIG_PACKAGE_kmod-fs-fscache is not set
|
# CONFIG_PACKAGE_kmod-fs-fscache is not set
|
||||||
# CONFIG_PACKAGE_kmod-fs-hfs is not set
|
CONFIG_PACKAGE_kmod-fs-hfs=y
|
||||||
# CONFIG_PACKAGE_kmod-fs-hfsplus is not set
|
# CONFIG_PACKAGE_kmod-fs-hfsplus is not set
|
||||||
# CONFIG_PACKAGE_kmod-fs-isofs is not set
|
# CONFIG_PACKAGE_kmod-fs-isofs is not set
|
||||||
# CONFIG_PACKAGE_kmod-fs-jfs is not set
|
# CONFIG_PACKAGE_kmod-fs-jfs is not set
|
||||||
|
|||||||
@@ -65,7 +65,6 @@ Index: target/linux/ramips/dts/HiWiFi-HC5761.dts
|
|||||||
+ partition@0 {
|
+ partition@0 {
|
||||||
+ label = "u-boot";
|
+ label = "u-boot";
|
||||||
+ reg = <0x0 0x30000>;
|
+ reg = <0x0 0x30000>;
|
||||||
+ read-only;
|
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
+ partition@30000 {
|
+ partition@30000 {
|
||||||
@@ -93,6 +92,7 @@ Index: target/linux/ramips/dts/HiWiFi-HC5761.dts
|
|||||||
+ bdinfo: partition@fe0000 {
|
+ bdinfo: partition@fe0000 {
|
||||||
+ label = "bdinfo";
|
+ label = "bdinfo";
|
||||||
+ reg = <0xfe0000 0x10000>;
|
+ reg = <0xfe0000 0x10000>;
|
||||||
|
+ read-only;
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
+ partition@ff0000 {
|
+ partition@ff0000 {
|
||||||
|
|||||||
0
recovery.bin/Makefile
Executable file → Normal file
0
recovery.bin/Makefile
Executable file → Normal file
Reference in New Issue
Block a user