From 97987d61abed87a649fb5506e5093a4384534c3c Mon Sep 17 00:00:00 2001 From: ficus Date: Fri, 28 Dec 2012 18:31:08 +0000 Subject: hack in progress --- freedom-maker/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'freedom-maker/Makefile') diff --git a/freedom-maker/Makefile b/freedom-maker/Makefile index 4b5a7f7..6627228 100644 --- a/freedom-maker/Makefile +++ b/freedom-maker/Makefile @@ -1,7 +1,7 @@ # /usr/bin/make # armel amd64 i386 -ARCHITECTURE = armel +ARCHITECTURE = armhf # dreamplug guruplug MACHINE = dreamplug # card usb @@ -67,8 +67,8 @@ virtualbox-image: stamp-vbox-predepend # build the weekly test image weekly-image: image -# if we aren't installing to an armel system, assume we need a bootloader. -ifneq ($(ARCHITECTURE),armel) +# if we aren't installing to an armhf system, assume we need a bootloader. +ifneq ($(ARCHITECTURE),armhf) # also, try my best to protect users from themselves: ifneq ($(DEVICE),/dev/sda) sudo grub-install $(DEVICE) -- cgit v1.2.3