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