2007-06-29 00:08:28 +08:00
|
|
|
#
|
2007-03-20 01:34:37 +08:00
|
|
|
# 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
|
2007-05-06 19:28:36 +08:00
|
|
|
BOARDNAME:=ADM5120 (Little Endian)
|
2007-07-11 21:00:27 +08:00
|
|
|
FEATURES:=squashfs jffs2 pci usb broken
|
2007-03-20 01:34:37 +08:00
|
|
|
|
2007-07-11 18:57:49 +08:00
|
|
|
LINUX_VERSION:=2.6.22.1
|
2007-06-28 13:52:00 +08:00
|
|
|
|
2007-03-20 01:34:37 +08:00
|
|
|
define Target/Description
|
2007-05-06 19:28:36 +08:00
|
|
|
Build firmware images for Infineon/ADMtek ADM5120 based boards
|
|
|
|
(e.g : RouterBoard RB1xx, Compex WP54G-WRT ...)
|
2007-03-20 01:34:37 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/kernel-build.mk
|
2007-05-12 04:48:53 +08:00
|
|
|
DEFAULT_PACKAGES += admswconfig
|
2007-03-22 04:11:00 +08:00
|
|
|
|
|
|
|
# include the profiles
|
|
|
|
-include profiles/*.mk
|
2007-03-20 01:34:37 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildKernel))
|