1#
2# Copyright (C) 2007 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7
8define Profile/RouterBoard
9	NAME:=Mikrotik RouterBoard 1xx family
10	PACKAGES:=kmod-ath5k kmod-pata-rb153-cf
11endef
12
13define Profile/RouterBoard/Description
14	Package set compatible with the RouterBoard RB1xx devices. Contains RouterOS to OpenWrt\\\
15	installation scripts.
16endef
17
18$(eval $(call Profile,RouterBoard))
19