X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Fimage%2FMakefile;h=ea7ff7e92b4920133912f535fb2c6e2adfb6572f;hp=d165ec55126e0824cc4b7b11e09a6dc3e425a496;hb=e7ec5df33bdb3929c1b99adb68813643cc6ecd25;hpb=1cd0a4c688f02918cb96ff7f5f21cddc281d4f2c diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index d165ec5512..ea7ff7e92b 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -78,6 +78,11 @@ define Build/umedia-header fix-u-media-header -T 0x46 -B $(1) -i $@ -o $@.new && mv $@.new $@ endef +define Build/edimax-header + $(STAGING_DIR_HOST)/bin/mkedimaximg -i $@ -o $@.new $(1) + @mv $@.new $@ +endef + define Build/senao-header $(STAGING_DIR_HOST)/bin/mksenaofw $(1) -e $@ -o $@.new mv $@.new $@