lantiq: tidy up image/Makefile
This harmonizes indent for Build blocks and removes multiple empty lines. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
719e106855
commit
2dc0a8c180
1 changed files with 5 additions and 7 deletions
|
@ -15,9 +15,9 @@ include $(TOPDIR)/rules.mk
|
||||||
include $(INCLUDE_DIR)/image.mk
|
include $(INCLUDE_DIR)/image.mk
|
||||||
|
|
||||||
ifeq ($(SUBTARGET),xway)
|
ifeq ($(SUBTARGET),xway)
|
||||||
UBIFS_OPTS := -m 512 -e 15872 -c 1959
|
UBIFS_OPTS := -m 512 -e 15872 -c 1959
|
||||||
else
|
else
|
||||||
UBIFS_OPTS := -m 2048 -e 126KiB -c 4096
|
UBIFS_OPTS := -m 2048 -e 126KiB -c 4096
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Build/append-avm-fakeroot
|
define Build/append-avm-fakeroot
|
||||||
|
@ -29,12 +29,12 @@ define Build/dgn3500-sercom-footer
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/mkbrncmdline
|
define Build/mkbrncmdline
|
||||||
mkbrncmdline -i $@ -o $@.new BRN-BOOT
|
mkbrncmdline -i $@ -o $@.new BRN-BOOT
|
||||||
mv $@.new $@
|
mv $@.new $@
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/mkbrnimg
|
define Build/mkbrnimg
|
||||||
mkbrnimg -s $(SIGNATURE) -m $(MAGIC) -p $(CRC32_POLY) -o $@ $(IMAGE_KERNEL) $(IMAGE_ROOTFS)
|
mkbrnimg -s $(SIGNATURE) -m $(MAGIC) -p $(CRC32_POLY) -o $@ $(IMAGE_KERNEL) $(IMAGE_ROOTFS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/fullimage
|
define Build/fullimage
|
||||||
|
@ -126,14 +126,12 @@ include danube.mk
|
||||||
include ar9.mk
|
include ar9.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(SUBTARGET),xrx200)
|
ifeq ($(SUBTARGET),xrx200)
|
||||||
DEFAULT_SOC := vr9
|
DEFAULT_SOC := vr9
|
||||||
include tp-link.mk
|
include tp-link.mk
|
||||||
include vr9.mk
|
include vr9.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(SUBTARGET),falcon)
|
ifeq ($(SUBTARGET),falcon)
|
||||||
DEFAULT_SOC := falcon
|
DEFAULT_SOC := falcon
|
||||||
include falcon.mk
|
include falcon.mk
|
||||||
|
|
Loading…
Reference in a new issue