ramips: remove old code for Edimax BR-6524N
[openwrt.git] / target / linux / ramips / rt305x / profiles / freestation5.mk
1 #
2 # Copyright (C) 2012 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/FREESTATION5
9         NAME:=FreeStation5
10         PACKAGES:=\
11                  kmod-usb-dwc2 kmod-rt2500-usb kmod-rt2800-usb kmod-rt2x00-usb
12 endef
13
14 define Profile/FREESTATION5/Description
15         Package set for ARC FreeStation, Flex mARC, iFlex, and SplitStation
16 endef
17
18 $(eval $(call Profile,FREESTATION5))