Initial commit
This commit is contained in:
22
target/linux/ath79/image/tiny.mk
Normal file
22
target/linux/ath79/image/tiny.mk
Normal file
@@ -0,0 +1,22 @@
|
||||
include ./common-buffalo.mk
|
||||
|
||||
define Device/buffalo_whr-g301n
|
||||
ATH_SOC := ar7240
|
||||
DEVICE_TITLE := Buffalo WHR-G301N
|
||||
IMAGE_SIZE := 3712k
|
||||
IMAGES += factory.bin tftp.bin
|
||||
IMAGE/default := append-kernel | pad-to $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE)
|
||||
IMAGE/factory.bin := $$(IMAGE/default) | buffalo-enc WHR-G301N 1.99 | buffalo-tag WHR-G301N 3
|
||||
IMAGE/tftp.bin := $$(IMAGE/default) | buffalo-tftp-header
|
||||
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
|
||||
Reference in New Issue
Block a user