ramips: important patch for HG255D
r37505 add support for Huawei HG255D, but it only tested under a community hacked u-boot ("lintel u-boot"), which has a different mtd layout compared to origin one. If you install it on a box with origin u-boot, the origin factory part will be destroyed, and your wifi interface will never up!!!
This patch shrink firmware part in mtd layout to exclude origin factory part, and I will prepare another patch to fix the eeprom extract issue for box with origin u-boot.
Signed-off-by: Leon Xu <ylxu72@gmail.com>
SVN-Revision: 37530
This commit is contained in:
@@ -47,7 +47,13 @@
|
||||
|
||||
partition@80000 {
|
||||
label = "firmware";
|
||||
reg = <0x80000 0xf80000>;
|
||||
reg = <0x80000 0xf60000>;
|
||||
};
|
||||
|
||||
partition@fa0000 {
|
||||
label = "factory-orig";
|
||||
reg = <0xfa0000 0x20000>;
|
||||
read-only;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user