diff options
author | John Crispin <john@openwrt.org> | 2012-03-25 08:50:27 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-03-25 08:50:27 +0000 |
commit | ba4a7fca7b7fb1b5692585be456c8ef8d3c5d7e9 (patch) | |
tree | 78ddc3a4c9956103399ae21da2ee585bfd43b4f8 /target/linux/lantiq/danube/profiles/002-arcadyan.mk | |
parent | 0f6a9d5c7c938f40657ca30f588479893606781e (diff) | |
download | upstream-ba4a7fca7b7fb1b5692585be456c8ef8d3c5d7e9.tar.gz upstream-ba4a7fca7b7fb1b5692585be456c8ef8d3c5d7e9.tar.bz2 upstream-ba4a7fca7b7fb1b5692585be456c8ef8d3c5d7e9.zip |
update profiles
SVN-Revision: 31061
Diffstat (limited to 'target/linux/lantiq/danube/profiles/002-arcadyan.mk')
-rw-r--r-- | target/linux/lantiq/danube/profiles/002-arcadyan.mk | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/target/linux/lantiq/danube/profiles/002-arcadyan.mk b/target/linux/lantiq/danube/profiles/002-arcadyan.mk index 2f70c9bc42..9d6011f686 100644 --- a/target/linux/lantiq/danube/profiles/002-arcadyan.mk +++ b/target/linux/lantiq/danube/profiles/002-arcadyan.mk @@ -35,6 +35,18 @@ endef $(eval $(call Profile,ARV4518PW)) +define Profile/ARV4519PW + NAME:=ARV4519PW - Vodafone, Pirelli + PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \ + kmod-ath5k wpad-mini kmod-ltq-dsl-firmware-a-danube +endef + +define Profile/ARV4519PW/Description + Package set optimized for the ARV4519PW +endef + +$(eval $(call Profile,ARV4519PW)) + define Profile/ARV4520PW NAME:=ARV4520PW - Arcor Easybox 800 PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \ @@ -50,8 +62,7 @@ $(eval $(call Profile,ARV4520PW)) define Profile/ARV4525PW NAME:=ARV4525PW - Speedport W502V - PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \ - kmod-ath5k wpad-mini \ + PACKAGES:=kmod-ath5k wpad-mini \ kmod-ltq-dsl-firmware-b-danube endef @@ -112,10 +123,9 @@ endef $(eval $(call Profile,ARV752DPW22)) define Profile/ARV7518PW - NAME:=ARV7518PW - ASTORIA + NAME:=ARV7518PW - ya.com, Astoria PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \ - kmod-ath9k wpad-mini \ - ltq-dsl-firmware-a + kmod-ath9k wpad-mini kmod-ltq-dsl-firmware-a-danube endef define Profile/ARV7518PW/Description |