X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=include%2Fimage-commands.mk;h=56bad539b32a7fae10b1dcd094567c9db6decc07;hb=892d741259ae1f8c4b18ba8ae26c7f85f83f6340;hp=70c09ad90cdd6f2454f90dd8c4087c55ed2245be;hpb=c43acdf34201c33a6139eca7d3e9e3913e841b59;p=openwrt%2F.git diff --git a/include/image-commands.mk b/include/image-commands.mk index 70c09ad90c..56bad539b3 100644 --- a/include/image-commands.mk +++ b/include/image-commands.mk @@ -274,6 +274,13 @@ define Build/combined-image @mv $@.new $@ endef +define Build/linksys-image + $(TOPDIR)/scripts/linksys-image.sh \ + "$(call param_get_default,type,$(1),$(DEVICE_NAME))" \ + $@ $@.new + mv $@.new $@ +endef + define Build/openmesh-image $(TOPDIR)/scripts/om-fwupgradecfg-gen.sh \ "$(call param_get_default,ce_type,$(1),$(DEVICE_NAME))" \