Skip to content

Commit

Permalink
[barrier_breaker] Add 'kmod-fs-hfs', set 'u-boot' partition writable,…
Browse files Browse the repository at this point in the history
… 'bdinfo' read-only.
  • Loading branch information
Justin Liu committed Jan 1, 2015
1 parent c601af2 commit 0dcf71a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Empty file modified Makefile
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion config-hiwifi-hc5761
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hiwifi-hc5761.patch
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ Index: target/linux/ramips/dts/HiWiFi-HC5761.dts
+ partition@0 {
+ label = "u-boot";
+ reg = <0x0 0x30000>;
+ read-only;
+ };
+
+ partition@30000 {
Expand Down Expand Up @@ -93,6 +92,7 @@ Index: target/linux/ramips/dts/HiWiFi-HC5761.dts
+ bdinfo: partition@fe0000 {
+ label = "bdinfo";
+ reg = <0xfe0000 0x10000>;
+ read-only;
+ };
+
+ partition@ff0000 {
Expand Down
Empty file modified recovery.bin/Makefile
100755 → 100644
Empty file.

0 comments on commit 0dcf71a

Please sign in to comment.