lantiq: new image build process - fix kernel entry address
[openwrt.git] / target / linux / lantiq / xrx200 / profiles / zyxel.mk
1 define Profile/P2812HNUF1
2   NAME:=ZyXEL P-2812HNU-F1
3   PACKAGES:=kmod-rt2800-pci wpad-mini kmod-usb-dwc2
4 endef
5
6 P2812HNUF1_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
7 P2812HNUF1_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
8
9 $(eval $(call Profile,P2812HNUF1))
10
11 define Profile/P2812HNUF3
12   NAME:=ZyXEL P-2812HNU-F3
13   PACKAGES:=kmod-rt2800-pci wpad-mini kmod-usb-dwc2
14 endef
15
16 P2812HNUF3_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
17 P2812HNUF3_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
18
19 $(eval $(call Profile,P2812HNUF3))
20