Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45673
_COMPILE_TARGET = $$(if $(CONFIG_IB)$$(filter $(PROFILE),$$(PROFILES)),compile,compile-disabled)
endef
+ifndef IB
define Device/Build/initramfs
$$(_TARGET): $(BIN_DIR)/$$(KERNEL_INITRAMFS_IMAGE)
@rm -f $$@
$$(call concat_cmd,$$(KERNEL_INITRAMFS))
endef
+endif
define Device/Build/check_size
@[ $$(($(subst k,* 1024,$(subst m, * 1024k,$(1))))) -gt "$$(stat -c%s $@)" ] || { \