1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 19:21:50 +02:00
openwrt/target/linux/adm5120-2.6/Makefile
Florian Fainelli 093e9494c2 adm5120 is no longer broken now
SVN-Revision: 7190
2007-05-11 19:15:07 +00:00

25 lines
538 B
Makefile

#
# Copyright (C) 2006 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:=adm5120
BOARDNAME:=ADM5120 (Little Endian)
FEATURES:=squashfs jffs2 pci usb
define Target/Description
Build firmware images for Infineon/ADMtek ADM5120 based boards
(e.g : RouterBoard RB1xx, Compex WP54G-WRT ...)
endef
include $(INCLUDE_DIR)/kernel-build.mk
# include the profiles
-include profiles/*.mk
$(eval $(call BuildKernel))