mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-07 11:30:17 +02:00
8 lines
171 B
Makefile
8 lines
171 B
Makefile
|
define Profile/H201L
|
||
|
NAME:=H201L - ZTE ZXV10
|
||
|
PACKAGES:= kmod-usb-dwc-otg kmod-ath9k-htc wpad-mini \
|
||
|
kmod-ltq-dsl-firmware-b-ar9
|
||
|
endef
|
||
|
|
||
|
$(eval $(call Profile,H201L))
|