tn3399_openwrt/target/linux/rb532/Makefile

19 lines
354 B
Makefile
Raw Normal View History

#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
2006-06-16 05:43:59 +08:00
include $(TOPDIR)/rules.mk
ARCH:=mipsel
BOARD:=rb532
BOARDNAME:=Mikrotik RouterBoard 532
FEATURES:=jffs2 pci tgz
2007-08-21 18:06:01 +08:00
LINUX_VERSION:=2.6.22.4
include $(INCLUDE_DIR)/target.mk
$(eval $(call BuildTarget))