X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fimage%2FMakefile;fp=target%2Flinux%2Framips%2Fimage%2FMakefile;h=309ccbdf90adf7d7bbdc12cff4506e946ae1c803;hb=4527f59428954ca07bebbfd339de504e5babf8e5;hp=bcd46d88a811bd9704dbc7788394dcb45df12361;hpb=2e6c236abd0bebe82bf9020941f34344acb3ae1f;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index bcd46d88a8..309ccbdf90 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -122,12 +122,6 @@ define Build/poray-header mv $@.new $@ endef -define Build/ravpower-wd009-factory - mkimage -A mips -T standalone -C none -a 0x80010000 -e 0x80010000 -n "OpenWrt Bootloader" -d $(UBOOT_PATH) $@.new - cat $@ >> $@.new - @mv $@.new $@ -endef - define Build/relocate-kernel rm -rf $@.relocate $(CP) ../../generic/image/relocate $@.relocate