diff options
author | John Crispin <john@openwrt.org> | 2011-03-29 06:20:00 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-03-29 06:20:00 +0000 |
commit | ff885fde8e033399cb797f856f5cc8a993ae8c50 (patch) | |
tree | 27a5a306fd1bb4448c208465d4b2930842dda187 /target/linux/lantiq/xway | |
parent | 08bb107823907556f749b02841a1a2932dc345db (diff) | |
download | upstream-ff885fde8e033399cb797f856f5cc8a993ae8c50.tar.gz upstream-ff885fde8e033399cb797f856f5cc8a993ae8c50.tar.bz2 upstream-ff885fde8e033399cb797f856f5cc8a993ae8c50.zip |
* fix ARV7518PW support
SVN-Revision: 26354
Diffstat (limited to 'target/linux/lantiq/xway')
-rw-r--r-- | target/linux/lantiq/xway/profiles/002-arcadyan.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/profiles/002-arcadyan.mk b/target/linux/lantiq/xway/profiles/002-arcadyan.mk index a70a1ef7e1..79694f141e 100644 --- a/target/linux/lantiq/xway/profiles/002-arcadyan.mk +++ b/target/linux/lantiq/xway/profiles/002-arcadyan.mk @@ -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)) |