commit 9d425c48528751886525bfdc2f8592d2a3e22c93
Author: p4u <p4u@dabax.net>
Date:   Fri Jul 19 13:30:13 2013 +0200

    Change freestation target to use the ar71xx buildroot (to save space). Run rm -rf build/freestation

diff --git a/targets.mk b/targets.mk
index 09f36e2..1280497 100644
--- a/targets.mk
+++ b/targets.mk
@@ -47,6 +47,7 @@ endif
 ifeq ($(T),freestation)
   NAME:=Freestation
   ARCH:=ramips
+  TBUILD:=ar71xx
   IMAGE:=bin/$(ARCH)/openwrt-ramips-rt305x-freestation5-squashfs-sysupgrade.bin
   SYSUPGRADE:=bin/$(ARCH)/openwrt-ramips-rt305x-freestation5-squashfs-sysupgrade.bin
 endif
