summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/base-files
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-12-01 16:32:32 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-12-01 16:32:32 +0000
commitd7ebbd0ac7eb6cb5ab017ed3e221e51e15d673e2 (patch)
treef487c50b3b3300bb78166c9ff1522cce8c16167f /target/linux/brcm47xx/base-files
parentf1ef0b92bef17f09fe61e1d2e8275d5fdb4c9cc8 (diff)
downloadmaster-31e0f0ae-d7ebbd0ac7eb6cb5ab017ed3e221e51e15d673e2.tar.gz
master-31e0f0ae-d7ebbd0ac7eb6cb5ab017ed3e221e51e15d673e2.tar.bz2
master-31e0f0ae-d7ebbd0ac7eb6cb5ab017ed3e221e51e15d673e2.zip
brcm47xx: use "firmware" partition name
Some time ago, after switching to the mainline bcm47xxpart driver following patch has been applied: commit 03cef8725d2062335ffc3de50fc037b294fd458c Author: hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> Date: Sat Apr 6 22:22:26 2013 +0000 brcm47xx: use old partition names again for kernel 3.8 This fixes sysupgrade. The partition names are used all over the Internet in various howtos. Thank you russell for spotting this problem. I propose to revert this change and make sysupgrade use "firmware" instead. This makes brcm47xx compatible with widely used ar71xx and after all "firmware" sounds like a much better name for... the firmware. This change doesn't affect "sysupgrade" usage, because it never takes a partition name as a parameter. This change only affects users using mtd tool directly. Hopefully there are not many howtos using "mtd" command. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 38973
Diffstat (limited to 'target/linux/brcm47xx/base-files')
-rw-r--r--target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc2
-rw-r--r--target/linux/brcm47xx/base-files/lib/upgrade/platform.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc b/target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc
index 598f45e81c..346a532998 100644
--- a/target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc
+++ b/target/linux/brcm47xx/base-files/etc/uci-defaults/09_fix_crc
@@ -4,4 +4,4 @@
#
#
-mtd fixtrx linux
+mtd fixtrx firmware
diff --git a/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh b/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh
index 9921cf571a..644f3c1e66 100644
--- a/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh
@@ -1,4 +1,4 @@
-PART_NAME=linux
+PART_NAME=firmware
platform_check_image() {
[ "$ARGC" -gt 1 ] && return 1