diff options
Diffstat (limited to 'target/linux/ramips/image/Makefile')
-rw-r--r-- | target/linux/ramips/image/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
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 |