summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway/profiles/lantiq.mk
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-03-14 18:43:44 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-03-14 18:43:44 +0000
commit0428a4b55de1a7778ba89c30f754996741d39859 (patch)
tree8f814cfc4606fe880d985d8c4366e25ed8e83530 /target/linux/lantiq/xway/profiles/lantiq.mk
parent9ab463a54228c0c6f5817e56325d72f2c4b5dbd4 (diff)
[lantiq] select vdsl packages on vr9 boards
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36028 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/xway/profiles/lantiq.mk')
-rw-r--r--target/linux/lantiq/xway/profiles/lantiq.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/profiles/lantiq.mk b/target/linux/lantiq/xway/profiles/lantiq.mk
index b4c914dd5..b4990b660 100644
--- a/target/linux/lantiq/xway/profiles/lantiq.mk
+++ b/target/linux/lantiq/xway/profiles/lantiq.mk
@@ -6,12 +6,22 @@ $(eval $(call Profile,EASY50712))
define Profile/EASY80920NOR
NAME:=Lantiq VR9 - EASY80920NOR
+ PACKAGES:=kmod-ath9k wpad-mini \
+ kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \
+ kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \
+ kmod-ltq-atm-vr9 ltq-vdsl-vr9-fw-installer \
+ ltq-vdsl-app ppp-mod-pppoa
endef
$(eval $(call Profile,EASY80920NOR))
define Profile/EASY80920NAND
NAME:=Lantiq VR9 - EASY80920NAND
+ PACKAGES:=kmod-ath9k wpad-mini \
+ kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \
+ kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \
+ kmod-ltq-atm-vr9 ltq-vdsl-vr9-fw-installer \
+ ltq-vdsl-app ppp-mod-pppoa
endef
$(eval $(call Profile,EASY80920NAND))