aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway/profiles
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-04-03 14:26:54 +0000
committerJohn Crispin <blogic@openwrt.org>2014-04-03 14:26:54 +0000
commit8d8017f9796ed12ac1212ed663582f0678c44611 (patch)
tree54c4475cfb0bc0296c913e7babbd0d30c0df57ae /target/linux/lantiq/xway/profiles
parentbb51a39fa794e0df497a3d12da1e5493cb4ae8df (diff)
downloadmaster-187ad058-8d8017f9796ed12ac1212ed663582f0678c44611.tar.gz
master-187ad058-8d8017f9796ed12ac1212ed663582f0678c44611.tar.bz2
master-187ad058-8d8017f9796ed12ac1212ed663582f0678c44611.zip
lantiq: BT Home Hub 2B support - board support
Board support patch for BT Home Hub 2B Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40370 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/xway/profiles')
-rw-r--r--target/linux/lantiq/xway/profiles/bt.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/profiles/bt.mk b/target/linux/lantiq/xway/profiles/bt.mk
new file mode 100644
index 0000000000..73ec8653da
--- /dev/null
+++ b/target/linux/lantiq/xway/profiles/bt.mk
@@ -0,0 +1,12 @@
+define Profile/BTHOMEHUBV2B
+ NAME:=BT Home Hub 2B
+ PACKAGES:=kmod-ltq-hcd-danube kmod-ledtrig-usbdev \
+ kmod-ltq-adsl-danube-mei kmod-ltq-adsl-danube \
+ kmod-ltq-adsl-danube-fw-a kmod-ltq-atm-danube \
+ kmod-ltq-deu-danube \
+ ltq-adsl-app ppp-mod-pppoa \
+ kmod-ath9k wpad-mini \
+ swconfig
+endef
+
+$(eval $(call Profile,BTHOMEHUBV2B))