aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xrx200/profiles/zyxel.mk
blob: f6995f946b7b1ce124a850e9c8d4d5d2c1ccc7cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
define Profile/P2812HNUF1
  NAME:=ZyXEL P-2812HNU-F1
  PACKAGES:=kmod-rt2800-pci wpad-mini kmod-usb-dwc2
endef

P2812HNUF1_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
P2812HNUF1_UBI_OPTS:="-m 2048 -p 128KiB -s 512"

$(eval $(call Profile,P2812HNUF1))

define Profile/P2812HNUF3
  NAME:=ZyXEL P-2812HNU-F3
  PACKAGES:=kmod-rt2800-pci wpad-mini kmod-usb-dwc2
endef

P2812HNUF3_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
P2812HNUF3_UBI_OPTS:="-m 2048 -p 128KiB -s 512"

$(eval $(call Profile,P2812HNUF3))