2007-04-16 09:56:32 +00: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:=mips
|
|
|
|
BOARD:=adm5120eb
|
2007-05-06 11:28:36 +00:00
|
|
|
BOARDNAME:=ADM5120 (Big Endian)
|
2007-07-11 13:00:27 +00:00
|
|
|
FEATURES:=squashfs pci usb broken
|
2007-04-16 09:56:32 +00:00
|
|
|
|
2007-07-11 10:57:49 +00:00
|
|
|
LINUX_VERSION:=2.6.22.1
|
2007-06-28 05:52:00 +00:00
|
|
|
|
2007-04-16 09:56:32 +00:00
|
|
|
define Target/Description
|
2007-05-06 11:28:36 +00:00
|
|
|
Build firmware images for Infineon/ADMTek ADM5120 based boards running in big-endian mode
|
2007-04-16 09:56:32 +00:00
|
|
|
(e.g : ZyXEL Prestige 335WT ...)
|
|
|
|
endef
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/kernel-build.mk
|
2007-05-11 20:48:53 +00:00
|
|
|
DEFAULT_PACKAGES += admswconfig
|
2007-04-16 09:56:32 +00:00
|
|
|
|
|
|
|
# include the profiles
|
|
|
|
-include profiles/*.mk
|
|
|
|
|
|
|
|
$(eval $(call BuildKernel))
|