aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/image/tiny-netgear.mk
blob: 67ef28c9cce3f13f669019fcd6c34204020b422c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
include ./common-netgear.mk

define Device/netgear_ar7240
  ATH_SOC := ar7240
  NETGEAR_KERNEL_MAGIC := 0x32303631
  KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma -d20 | netgear-uImage lzma
  IMAGE_SIZE := 3904k
  IMAGE/default := append-kernel | pad-to $$$$(BLOCKSIZE) | netgear-squashfs | append-rootfs | pad-rootfs
  $(Device/netgear_ath79)
endef

define Device/netgear_wnr612-v2
  $(Device/netgear_ar7240)
  DEVICE_MODEL := WNR612
  DEVICE_VARIANT := v2
  DEVICE_DTS := ar7240_netgear_wnr612-v2
  NETGEAR_BOARD_ID := REALWNR612V2
  SUPPORTED_DEVICES += wnr612-v2
endef
TARGET_DEVICES += netgear_wnr612-v2

define Device/on_n150r
  $(Device/netgear_ar7240)
  DEVICE_VENDOR := On Networks
  DEVICE_MODEL := N150R
  NETGEAR_BOARD_ID := N150R
  SUPPORTED_DEVICES += n150r
endef
TARGET_DEVICES += on_n150r