X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fat91%2Fimage%2Flegacy.mk;h=c6d9ed810826a01da93ec1935f5d6fe2bc1d3473;hb=86d037e4a27fcf8f465fb1e79db727995ad5c684;hp=be8c2db21cd2108e241f662f1e166c932307fc46;hpb=618ed77a17422a9e167aed1eeec23a70235d0048;p=openwrt%2F.git diff --git a/target/linux/at91/image/legacy.mk b/target/linux/at91/image/legacy.mk index be8c2db21c..c6d9ed8108 100644 --- a/target/linux/at91/image/legacy.mk +++ b/target/linux/at91/image/legacy.mk @@ -116,3 +116,18 @@ define Device/at91-q5xr5 KERNEL_SIZE := 2048k endef TARGET_DEVICES += at91-q5xr5 + +define Device/wb45n + $(Device/evaluation-fit) + DEVICE_TITLE := Laird WB45N + DEVICE_PACKAGES := \ + kmod-mmc-at91 kmod-ath6kl-sdio ath6k-firmware \ + kmod-usb-storage kmod-fs-vfat kmod-fs-msdos \ + kmod-leds-gpio + BLOCKSIZE := 128k + PAGESIZE := 2048 + SUBPAGESIZE := 2048 + MKUBIFS_OPTS := -m $$(PAGESIZE) -e 124KiB -c 955 +endef +TARGET_DEVICES += wb45n +