diff options
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r-- | target/linux/ath79/image/tiny.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ath79/image/tiny.mk b/target/linux/ath79/image/tiny.mk index bc738c2f77..4dda24edac 100644 --- a/target/linux/ath79/image/tiny.mk +++ b/target/linux/ath79/image/tiny.mk @@ -30,3 +30,12 @@ define Device/buffalo_whr-g301n SUPPORTED_DEVICES += whr-g301n endef TARGET_DEVICES += buffalo_whr-g301n + +define Device/pqi_air-pen + ATH_SOC := ar9330 + DEVICE_TITLE := PQI Air-Pen + DEVICE_PACKAGES := kmod-usb-core kmod-usb2 + IMAGE_SIZE := 7680k + SUPPORTED_DEVICES += pqi-air-pen +endef +TARGET_DEVICES += pqi_air-pen |