diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-30 12:38:06 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-30 12:58:20 +0100 |
commit | 4731f02fa2c24fad4179fb8f756ecc40f26b6916 (patch) | |
tree | 4f6eb378055c80c78f8699ad131a8545720d93c2 /target/linux/kirkwood/patches-4.4/190-nsa310s.patch | |
parent | 83d59453c0eb561692298ee59423ba5798ee1887 (diff) | |
download | upstream-4731f02fa2c24fad4179fb8f756ecc40f26b6916.tar.gz upstream-4731f02fa2c24fad4179fb8f756ecc40f26b6916.tar.bz2 upstream-4731f02fa2c24fad4179fb8f756ecc40f26b6916.zip |
kirkwood: fix ubi partition name
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/kirkwood/patches-4.4/190-nsa310s.patch')
-rw-r--r-- | target/linux/kirkwood/patches-4.4/190-nsa310s.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/kirkwood/patches-4.4/190-nsa310s.patch b/target/linux/kirkwood/patches-4.4/190-nsa310s.patch index 54c0e81510..d88cd74e99 100644 --- a/target/linux/kirkwood/patches-4.4/190-nsa310s.patch +++ b/target/linux/kirkwood/patches-4.4/190-nsa310s.patch @@ -260,7 +260,7 @@ + }; + + partition@200000 { -+ label = "root"; ++ label = "ubi"; + reg = <0x200000 0x7e00000>; + }; +}; |