lantiq: Add support for the BT Home Hub 5A
[openwrt.git] / target / linux / lantiq / xrx200 / profiles / bt.mk
1 define Profile/BTHOMEHUBV5A
2   NAME:=BT Home Hub 5A
3   PACKAGES:=kmod-ath9k kmod-ath10k wpad-mini kmod-usb-dwc2
4 endef
5
6 BTHOMEHUBV5A_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
7 BTHOMEHUBV5A_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
8
9 $(eval $(call Profile,BTHOMEHUBV5A))