diff options
author | Raptor Engineering Development Team <support@raptorengineering.com> | 2019-11-05 21:22:28 +0000 |
---|---|---|
committer | Raptor Engineering Development Team <support@raptorengineering.com> | 2019-11-05 21:22:53 +0000 |
commit | f5907d7a3a9b27210bf4e39111bd229ed9079855 (patch) | |
tree | a062f7ee561400c4115e6b79da02a41b2958f879 /boot/at91dataflashboot/at91dataflashboot.mk | |
parent | 4b6188e0f2397a013b91105828437c90a3b1dfb7 (diff) | |
download | buildroot-2017.11-op-build.tar.gz buildroot-2017.11-op-build.zip |
Initial pass at removing binary-only, unlicensed, and proprietary packages from buildroot tree2017.11-op-build
Note that DAHDI is only being removed due to poor packaging -- it does not require binary
firmware on some cards, but the buildroot packaging for it unconditionally pulls in binary-only
firmware regardless.
Diffstat (limited to 'boot/at91dataflashboot/at91dataflashboot.mk')
-rw-r--r-- | boot/at91dataflashboot/at91dataflashboot.mk | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/boot/at91dataflashboot/at91dataflashboot.mk b/boot/at91dataflashboot/at91dataflashboot.mk deleted file mode 100644 index 0ad8b6fc44..0000000000 --- a/boot/at91dataflashboot/at91dataflashboot.mk +++ /dev/null @@ -1,22 +0,0 @@ -################################################################################ -# -# at91dataflashboot -# -################################################################################ - -AT91DATAFLASHBOOT_VERSION = 1.05 -AT91DATAFLASHBOOT_SOURCE = DataflashBoot-$(AT91DATAFLASHBOOT_VERSION).tar.bz2 -AT91DATAFLASHBOOT_SITE = ftp://www.at91.com/pub/buildroot - -AT91DATAFLASHBOOT_INSTALL_TARGET = NO -AT91DATAFLASHBOOT_INSTALL_IMAGES = YES - -define AT91DATAFLASHBOOT_BUILD_CMDS - make -C $(@D) CROSS_COMPILE=$(TARGET_CROSS) -endef - -define AT91DATAFLASHBOOT_INSTALL_IMAGES_CMDS - cp $(@D)/DataflashBoot-$(AT91DATAFLASHBOOT_VERSION).bin $(BINARIES_DIR) -endef - -$(eval $(generic-package)) |