2007-06-29 00:08:28 +08:00
|
|
|
#
|
2007-09-09 03:55:42 +08:00
|
|
|
# Copyright (C) 2007 OpenWrt.org
|
2007-03-20 01:34:37 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
2007-09-09 03:55:42 +08:00
|
|
|
|
2007-03-20 01:34:37 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
BOARD:=adm5120
|
2007-08-21 18:06:01 +08:00
|
|
|
LINUX_VERSION:=2.6.22.4
|
2007-09-09 03:55:42 +08:00
|
|
|
FEATURES:=squashfs jffs2 tgz broken
|
2007-06-28 13:52:00 +08:00
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2007-03-20 01:34:37 +08:00
|
|
|
|
2007-05-12 04:48:53 +08:00
|
|
|
DEFAULT_PACKAGES += admswconfig
|
2007-03-22 04:11:00 +08:00
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
$(eval $(call Target,router_be))
|
|
|
|
$(eval $(call Target,router_le))
|
|
|
|
$(eval $(call BuildTarget))
|