You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
496 B
20 lines
496 B
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))
|
|
|
|
|