[DIRECTFB] Placeholder
[openwrt/mini2440.git] / target / linux / atheros / Makefile
blob4d7c316cecadc1bd65fc1eaf43b07f68964cb7cd
2 # Copyright (C) 2006-2008 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR)/rules.mk
9 ARCH:=mips
10 BOARD:=atheros
11 BOARDNAME:=Atheros 231x/5312
12 FEATURES:=squashfs jffs2
14 LINUX_VERSION:=2.6.26.8
16 include $(INCLUDE_DIR)/target.mk
18 DEFAULT_PACKAGES += hostapd-mini kmod-madwifi gpioctl
20 define Target/Description
21 Build firmware images for Atheros SoC boards
22 endef
24 $(eval $(call BuildTarget))