From 0dcf71ae93593506cf6f9d3e22bef20649b3998c Mon Sep 17 00:00:00 2001 From: Justin Liu Date: Thu, 1 Jan 2015 19:49:52 +0800 Subject: [PATCH] [barrier_breaker] Add 'kmod-fs-hfs', set 'u-boot' partition writable, 'bdinfo' read-only. --- Makefile | 0 config-hiwifi-hc5761 | 2 +- hiwifi-hc5761.patch | 2 +- recovery.bin/Makefile | 0 4 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 Makefile mode change 100755 => 100644 recovery.bin/Makefile diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 diff --git a/config-hiwifi-hc5761 b/config-hiwifi-hc5761 index 0fd5536..200c9c7 100644 --- a/config-hiwifi-hc5761 +++ b/config-hiwifi-hc5761 @@ -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 diff --git a/hiwifi-hc5761.patch b/hiwifi-hc5761.patch index 5904b38..0b93df5 100644 --- a/hiwifi-hc5761.patch +++ b/hiwifi-hc5761.patch @@ -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 { diff --git a/recovery.bin/Makefile b/recovery.bin/Makefile old mode 100755 new mode 100644