diff options
author | Nick White <git@njw.name> | 2015-04-15 15:19:48 +0100 |
---|---|---|
committer | Sunil Mohan Adapa <sunil@medhas.org> | 2015-04-19 16:10:37 +0530 |
commit | 8906e5afc9a3926cb7c91f8fc89b0b972924fa25 (patch) | |
tree | b6be6edfacc23c45ae1c75cba50157038413a1a5 | |
parent | e67774bca43084ac1b064eed439518d2189da95a (diff) |
Don't enable the nonfree repository for BeagleBone images
It isn't necessary or desirable. It can probably also be removed
from the cubietruck images.
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -61,7 +61,6 @@ beaglebone: prep $(eval ARCHITECTURE = armhf) $(eval MACHINE = beaglebone) $(eval DESTINATION = card) - $(eval ENABLE_NONFREE = yes) $(MAKE_IMAGE) $(TAR) $(ARCHIVE) $(IMAGE) @echo "" |