summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/image/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-11-21 21:24:50 +0000
committerJohn Crispin <john@openwrt.org>2015-11-21 21:24:50 +0000
commitedff980107886e469aa6a1030df03e548105a090 (patch)
tree3be235975507b865cb0403b6a0e770af263605a1 /target/linux/brcm2708/image/Makefile
parent223d88f84352b5c7c5959d2c939d7b55f0b42f4d (diff)
downloadopenwrt-edff980107886e469aa6a1030df03e548105a090.tar.gz
openwrt-edff980107886e469aa6a1030df03e548105a090.tar.bz2
openwrt-edff980107886e469aa6a1030df03e548105a090.zip
brcm2708: revert sd image extension to .img
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 47559
Diffstat (limited to 'target/linux/brcm2708/image/Makefile')
-rw-r--r--target/linux/brcm2708/image/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm2708/image/Makefile b/target/linux/brcm2708/image/Makefile
index ecf6f71835..bfcb522b64 100644
--- a/target/linux/brcm2708/image/Makefile
+++ b/target/linux/brcm2708/image/Makefile
@@ -47,8 +47,8 @@ define Device/Default
FILESYSTEMS := ext4
PROFILES = Default $$(DEVICE_PROFILE)
KERNEL := kernel-bin
- IMAGES := sdcard.bin
- IMAGE/sdcard.bin := gen-cfg | boot-img | sdcard-img
+ IMAGES := sdcard.img
+ IMAGE/sdcard.img := gen-cfg | boot-img | sdcard-img
DEVICE_PROFILE :=
DEVICE_DTS :=
endef