commit 29753d63f0dece833d11822807d7423b07d89c0c
Author: p4u <p4u@dabax.net>
Date:   Tue Oct 9 13:37:41 2012 +0200

    Added support for picostation2

diff --git a/targets.mk b/targets.mk
index 401c4f2..b6a92cc 100644
--- a/targets.mk
+++ b/targets.mk
@@ -5,7 +5,7 @@
 # See /LICENSE for more information.
 #
 
-HW_AVAILABLE := alix rs rspro nsm5 nsm2 tl-2543 tl-841 tl-842 tl-N750 freestation rocket bullet wpe72
+HW_AVAILABLE := alix rs rspro nsm5 nsm2 tl-2543 tl-841 tl-842 tl-N750 freestation rocket bullet wpe72 pico2
 
 ifeq ($(T),rspro)
   NAME:=RouterStationPro
@@ -128,3 +128,9 @@ ifeq ($(T),bullet)
   SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-ubnt-bullet-m-squashfs-sysupgrade.bin
 endif
 
+ifeq ($(T),pico2)
+  NAME:=PicoStation2
+  ARCH:=atheros
+  IMAGE:=bin/$(ARCH)/openwrt-atheros-ubnt2-pico2-squashfs.bin
+endif
+
