diff options
author | ficus <ficus@robocracy.org> | 2012-12-28 18:31:08 +0000 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-12-28 18:31:08 +0000 |
commit | 97987d61abed87a649fb5506e5093a4384534c3c (patch) | |
tree | c62d47d11a4f23ed63886b6e4833f7f0144484b3 /freedom-maker/Makefile | |
parent | 4187fd32f4b6e2cfa99616445a97e74a51ce09c7 (diff) | |
download | torouter-97987d61abed87a649fb5506e5093a4384534c3c.tar.gz torouter-97987d61abed87a649fb5506e5093a4384534c3c.zip |
hack in progress
Diffstat (limited to 'freedom-maker/Makefile')
-rw-r--r-- | freedom-maker/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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) |