aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/rb1xx/profiles/RB1xx.mk
blob: b9da1640d5fc69befc540f9aae6422d04d00b9be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Copyright (C) 2007 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

define Profile/RouterBoard
	NAME:=Mikrotik RouterBoard 1xx family
	PACKAGES:=kmod-ath5k kmod-pata-rb153-cf
endef

define Profile/RouterBoard/Description
	Package set compatible with the RouterBoard RB1xx devices. Contains RouterOS to OpenWrt\\\
	installation scripts.
endef

$(eval $(call Profile,RouterBoard))