1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-20 15:45:21 +01:00
openwrt/target/linux/rb532/Makefile
Florian Fainelli 468c38a112 Include madwifi by default in rb532 images
SVN-Revision: 12287
2008-08-12 13:18:26 +00:00

20 lines
387 B
Makefile

#
# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
ARCH:=mipsel
BOARD:=rb532
BOARDNAME:=Mikrotik RouterBoard 532
FEATURES:=jffs2 pci tgz
LINUX_VERSION:=2.6.23.17
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += madwifi
$(eval $(call BuildTarget))