Signed-off-by: Sergey Lapin <[EMAIL PROTECTED]> --- target/linux/rtl865x-2.4/Makefile | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) create mode 100644 target/linux/rtl865x-2.4/Makefile
diff --git a/target/linux/rtl865x-2.4/Makefile b/target/linux/rtl865x-2.4/Makefile new file mode 100644 index 0000000..cbae2cf --- /dev/null +++ b/target/linux/rtl865x-2.4/Makefile @@ -0,0 +1,26 @@ +# +# 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:=rtl865x +BOARD:=rtl865x-2.4 +BOARDNAME:=Realtek RTL865xB +FEATURES:=squashfs + +KERNEL:=2.4 +LINUX_VERSION:=2.4.28 + +include $(INCLUDE_DIR)/target.mk + +#DEFAULT_PACKAGES += + +define Target/Description + Build firmware images for Realtek rtl865xB-based routers + (e.g. DI-524UP) +endef + +$(eval $(call BuildTarget)) -- 1.5.4.1 _______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
