rtl838x: do not default to the router DEVICE_TYPE
[openwrt/staging/chunkeey.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 DEVICE_TYPE:=basic
11 FEATURES:=ramdisk squashfs
12
13 KERNEL_PATCHVER:=5.4
14
15 define Target/Description
16 Build firmware images for Realtek RTL838x based boards.
17 endef
18
19 include $(INCLUDE_DIR)/target.mk
20
21 DEFAULT_PACKAGES += swconfig uboot-envtools ethtool kmod-gpio-button-hotplug
22
23 $(eval $(call BuildTarget))