diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-07-03 15:01:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-07-03 15:01:53 +0000 |
commit | 575a5286c89bf5ca0d3f0c66b51aab8566ff8212 (patch) | |
tree | 190dec530c9bd339104c83cafc4e478d3fe08920 /target/linux/ramips/image | |
parent | 31facf0b75459b68a862104779c0e189b17b7b9a (diff) | |
download | upstream-575a5286c89bf5ca0d3f0c66b51aab8566ff8212.tar.gz upstream-575a5286c89bf5ca0d3f0c66b51aab8566ff8212.tar.bz2 upstream-575a5286c89bf5ca0d3f0c66b51aab8566ff8212.zip |
ramips: use lowercase partiion names on the WCR150GN board
SVN-Revision: 27387
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index bab12c2e8a..98dbdfb703 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -115,7 +115,7 @@ define Image/Build/Profile/MOFI35003GN $(call Image/Build/Template/GENERIC_8M,$(1),mofi3500-3gn,MOFI3500-3GN) endef -mtdlayout_wcr150gn=mtdparts=physmap-flash.0:192k(Bootloader)ro,64k(Config),64k(Factory),832k(Kernel),2944k(rootfs),3776k@0x50000(firmware) +mtdlayout_wcr150gn=mtdparts=physmap-flash.0:192k(bootloader)ro,64k(config),64k(factory),832k(kernel),2944k(rootfs),3776k@0x50000(firmware) mtd_wcr150gn_kernel_part_size=851968 mtd_wcr150gn_rootfs_part_size=3014656 define Image/Build/Template/WCR150GN |