projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
223d88f
)
brcm2708: revert sd image extension to .img
author
John Crispin
<john@openwrt.org>
Sat, 21 Nov 2015 21:24:50 +0000
(21:24 +0000)
committer
John Crispin
<john@openwrt.org>
Sat, 21 Nov 2015 21:24:50 +0000
(21:24 +0000)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 47559
target/linux/brcm2708/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/brcm2708/image/Makefile
b/target/linux/brcm2708/image/Makefile
index ecf6f71835f237ff08ac34ed28e5b318965acfdf..bfcb522b6469ebbfe2cf4f860559e872e6c9dcff 100644
(file)
--- 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