[barrier_breaker] Add 'kmod-fs-hfs', set 'u-boot' partition writable, 'bdinfo' read-only.

This commit is contained in:
Justin Liu
2015-01-01 19:49:52 +08:00
parent c601af2130
commit 0dcf71ae93
4 changed files with 2 additions and 2 deletions

0
Makefile Executable file → Normal file
View File

View File

@@ -1277,7 +1277,7 @@ CONFIG_PACKAGE_kmod-fs-cifs=y
# CONFIG_PACKAGE_kmod-fs-exportfs is not set
CONFIG_PACKAGE_kmod-fs-ext4=y
# 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-isofs is not set
# CONFIG_PACKAGE_kmod-fs-jfs is not set

View File

@@ -65,7 +65,6 @@ Index: target/linux/ramips/dts/HiWiFi-HC5761.dts
+ partition@0 {
+ label = "u-boot";
+ reg = <0x0 0x30000>;
+ read-only;
+ };
+
+ partition@30000 {
@@ -93,6 +92,7 @@ Index: target/linux/ramips/dts/HiWiFi-HC5761.dts
+ bdinfo: partition@fe0000 {
+ label = "bdinfo";
+ reg = <0xfe0000 0x10000>;
+ read-only;
+ };
+
+ partition@ff0000 {

0
recovery.bin/Makefile Executable file → Normal file
View File