ramips: fix MikroTik 750Gr3 ports MAC addresses
[openwrt/staging/wigyori.git] / target / linux / samsung / Makefile
1 #
2 # Copyright (C) 2018 Jianhui Zhao <jianhuizhao329@gmail.com>
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 ARCH:=arm
11 BOARD:=samsung
12 BOARDNAME:=Samsung s3c24xx/s5pv210
13 SUBTARGETS:=s5pv210
14
15 KERNEL_PATCHVER:=4.14
16
17 define Target/Description
18 Build firmware images for Samsung s3c24xx/s5pv210 based boards.
19 endef
20
21 include $(INCLUDE_DIR)/target.mk
22
23 KERNELNAME:=zImage dtbs
24
25 $(eval $(call BuildTarget))