2
0
forked from Ivasoft/openwrt

* fix ARV7518PW support

SVN-Revision: 26354
This commit is contained in:
John Crispin
2011-03-29 06:20:00 +00:00
parent 08bb107823
commit ff885fde8e
3 changed files with 23 additions and 2 deletions

View File

@@ -87,3 +87,15 @@ endef
$(eval $(call Profile,ARV752DPW22))
define Profile/ARV7518PW
NAME:=ARV7518PW - ASTORIA
PACKAGES:= kmod-usb-core kmod-usb-dwc-otg \
kmod-ledtrig-netdev kmod-ledtrig-usbdev kmod-leds-gpio kmod-button-hotplug \
kmod-ath9k wpad-mini ltq-dsl-firmware-a swconfig
endef
define Profile/ARV7518PW/Description
Package set optimized for the ARV7518PW
endef
$(eval $(call Profile,ARV7518PW))