diff options
author | John Crispin <john@openwrt.org> | 2015-11-21 21:24:50 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-11-21 21:24:50 +0000 |
commit | edff980107886e469aa6a1030df03e548105a090 (patch) | |
tree | 3be235975507b865cb0403b6a0e770af263605a1 /target/linux/brcm2708/image | |
parent | 223d88f84352b5c7c5959d2c939d7b55f0b42f4d (diff) | |
download | upstream-edff980107886e469aa6a1030df03e548105a090.tar.gz upstream-edff980107886e469aa6a1030df03e548105a090.tar.bz2 upstream-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')
-rw-r--r-- | target/linux/brcm2708/image/Makefile | 4 |
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 |