2007-05-12 06:20:39 +08:00
|
|
|
#
|
2007-09-12 01:55:08 +08:00
|
|
|
# Copyright (C) 2007 OpenWrt.org
|
2007-05-12 06:20:39 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/RouterBoard
|
2007-09-12 01:55:08 +08:00
|
|
|
NAME:=Mikrotik RouterBoard 1xx family
|
2012-03-19 17:58:13 +08:00
|
|
|
PACKAGES:=kmod-ath5k kmod-pata-rb153-cf
|
2007-05-12 06:20:39 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/RouterBoard/Description
|
2007-09-12 01:55:08 +08:00
|
|
|
Package set compatible with the RouterBoard RB1xx devices. Contains RouterOS to OpenWrt\\\
|
|
|
|
installation scripts.
|
2007-05-12 06:20:39 +08:00
|
|
|
endef
|
2007-09-12 01:55:08 +08:00
|
|
|
|
2007-05-12 06:20:39 +08:00
|
|
|
$(eval $(call Profile,RouterBoard))
|