diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/image-commands.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/image-commands.mk b/include/image-commands.mk index 485d870f05..eda3fee94b 100644 --- a/include/image-commands.mk +++ b/include/image-commands.mk @@ -295,11 +295,6 @@ define Build/install-dtb ) endef -define Build/iptime-crc32 - $(STAGING_DIR_HOST)/bin/iptime-crc32 $(1) $@ $@.new - mv $@.new $@ -endef - define Build/iptime-naspkg $(STAGING_DIR_HOST)/bin/iptime-naspkg $(1) $@ $@.new mv $@.new $@ |