diff options
author | John Crispin <blogic@openwrt.org> | 2011-03-29 06:20:00 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-03-29 06:20:00 +0000 |
commit | f9107f1d9e37970f0b17be34d5ec58fb08d489e9 (patch) | |
tree | ac18e56b733f5cabc949cfc9d6631477114fde06 /target/linux/lantiq/xway | |
parent | 9c9021eb3072067f472493c7310cb9bc86e0a918 (diff) | |
download | upstream-f9107f1d9e37970f0b17be34d5ec58fb08d489e9.tar.gz upstream-f9107f1d9e37970f0b17be34d5ec58fb08d489e9.tar.bz2 upstream-f9107f1d9e37970f0b17be34d5ec58fb08d489e9.zip |
[lantiq]
* fix ARV7518PW support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26354 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)) |