2009-08-22 01:32:31 +03:00
|
|
|
#
|
2009-08-27 01:46:30 +03:00
|
|
|
# Copyright (C) 2006-2008 OpenWrt.org
|
2009-08-22 01:32:31 +03:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
#Add target specific (nommu) flags
|
|
|
|
TARGET_CFLAGS+= -DNO_FORK
|
|
|
|
|
|
|
|
ARCH:=ubicom32
|
|
|
|
BOARD:=ubicom32
|
|
|
|
BOARDNAME:=Ubicom IPxx
|
2012-04-21 18:18:54 +03:00
|
|
|
FEATURES:=nommu ramdisk broken
|
2009-08-22 01:32:31 +03:00
|
|
|
|
2009-12-27 23:28:02 +02:00
|
|
|
LINUX_VERSION:=2.6.30.10
|
2009-08-22 01:32:31 +03:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
KERNEL_MAKEOPTS += LDFLAGS_BUILD_ID=""
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Ubicom based routers and media devices.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|