2008-01-16 11:44:11 +02:00
|
|
|
#
|
2009-10-05 23:06:19 +03:00
|
|
|
# Copyright (C) 2006-2009 OpenWrt.org
|
2006-06-27 03:35:46 +03:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
2006-06-16 00:43:59 +03:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2006-11-12 01:11:02 +02:00
|
|
|
ARCH:=mipsel
|
|
|
|
BOARD:=rb532
|
|
|
|
BOARDNAME:=Mikrotik RouterBoard 532
|
2007-07-19 15:27:40 +03:00
|
|
|
FEATURES:=jffs2 pci tgz
|
2006-11-12 01:11:02 +02:00
|
|
|
|
2009-12-04 16:52:45 +02:00
|
|
|
LINUX_VERSION:=2.6.30.10
|
2007-06-28 08:52:00 +03:00
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2010-01-23 19:21:18 +02:00
|
|
|
DEFAULT_PACKAGES += wpad-mini kmod-madwifi kmod-input-rb532
|
2007-03-03 03:22:09 +02:00
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
$(eval $(call BuildTarget))
|