From 5deb3317cb51ac52de922bb55f8492624018906d Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Thu, 13 Sep 2012 00:40:35 +0300 Subject: Add realtek target files Signed-off-by: Roman Yeryomin --- target/linux/realtek/Makefile | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 target/linux/realtek/Makefile (limited to 'target/linux/realtek/Makefile') diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile new file mode 100644 index 000000000..5c77fbff3 --- /dev/null +++ b/target/linux/realtek/Makefile @@ -0,0 +1,35 @@ +# +# Copyright (C) 2006-2008 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# +include $(TOPDIR)/rules.mk + +ARCH:=lexra +BOARD:=realtek +BOARDNAME:=Realtek RTL8xxx +FEATURES:=squashfs jffs2 + +LINUX_VERSION:=2.6.30.9 + +include $(INCLUDE_DIR)/target.mk +DEFAULT_PACKAGES += libopenssl librtk-inband hostapd hostapd-rtk wpa-supplicant-rtk kmod-cfg80211 + +DEFAULT_CFLAGS=-Os -pipe -fno-caller-saves -march=rlx4181 + +define Target/Description + Build firmware images for RTL8xxx based routers +endef + +define Kernel/CompileImage/Default + $(if $(CONFIG_TARGET_ROOTFS_INITRAMFS),,rm -f $(TARGET_DIR)/init) + +$(MAKE) $(KERNEL_MAKEOPTS) $(KERNELNAME) + $(MAKE) $(KERNEL_MAKEOPTS) -C rtkload + $(KERNEL_CROSS)objcopy -O binary $(OBJCOPY_STRIP) -S $(LINUX_DIR)/vmlinux $(LINUX_KERNEL) + $(KERNEL_CROSS)objcopy $(OBJCOPY_STRIP) -S $(LINUX_DIR)/vmlinux $(KERNEL_BUILD_DIR)/vmlinux.elf +endef + + +$(eval $(call BuildTarget)) + -- cgit v1.2.3