rtl838x: add new architecture
[openwrt/staging/jow.git] / target / linux / rtl838x / Makefile
1 # This is free software, licensed under the GNU General Public License v2.
2 # See /LICENSE for more information.
3 #
4 include $(TOPDIR)/rules.mk
5
6 ARCH:=mips
7 CPU_TYPE:=4kec
8 BOARD:=rtl838x
9 BOARDNAME:=Realtek MIPS
10 FEATURES:=ramdisk squashfs
11
12 KERNEL_PATCHVER:=5.4
13
14 define Target/Description
15 Build firmware images for Realtek RTL838x based boards.
16 endef
17
18 include $(INCLUDE_DIR)/target.mk
19
20 DEFAULT_PACKAGES += swconfig uboot-envtools ethtool kmod-gpio-button-hotplug
21
22 $(eval $(call BuildTarget))