diff options
author | John Crispin <john@openwrt.org> | 2014-04-03 14:26:54 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-04-03 14:26:54 +0000 |
commit | 709cab91d217a3ba31629b312a28cd6daef77319 (patch) | |
tree | 05119562d83e4678b8ffcd59e60c8f7637ade9ec /target/linux/lantiq/xway/profiles | |
parent | 469b8297fab3a589da4e598cb915e75dfd87dcba (diff) | |
download | upstream-709cab91d217a3ba31629b312a28cd6daef77319.tar.gz upstream-709cab91d217a3ba31629b312a28cd6daef77319.tar.bz2 upstream-709cab91d217a3ba31629b312a28cd6daef77319.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>
SVN-Revision: 40370
Diffstat (limited to 'target/linux/lantiq/xway/profiles')
-rw-r--r-- | target/linux/lantiq/xway/profiles/bt.mk | 12 |
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)) |