diff options
author | Luka Perkov <luka@openwrt.org> | 2013-09-19 00:50:48 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-09-19 00:50:48 +0000 |
commit | 43f1a4743083ea7947ea526c4cc56690e2ebf9e0 (patch) | |
tree | 5b3f32240be888b63b224ff1a52c57959aa495d3 /target/linux/lantiq/xway | |
parent | 3b33adeb9987b52264e56d006784da497eda16f2 (diff) | |
download | upstream-43f1a4743083ea7947ea526c4cc56690e2ebf9e0.tar.gz upstream-43f1a4743083ea7947ea526c4cc56690e2ebf9e0.tar.bz2 upstream-43f1a4743083ea7947ea526c4cc56690e2ebf9e0.zip |
lantiq: add initial support for Siemens GIGASX76X
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38050
Diffstat (limited to 'target/linux/lantiq/xway')
-rw-r--r-- | target/linux/lantiq/xway/profiles/gigaset.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/profiles/gigaset.mk b/target/linux/lantiq/xway/profiles/gigaset.mk new file mode 100644 index 0000000000..c6259af972 --- /dev/null +++ b/target/linux/lantiq/xway/profiles/gigaset.mk @@ -0,0 +1,11 @@ +define Profile/GIGASX76X + NAME:=Gigaset sx76x + PACKAGES:= kmod-ltq-hcd-danube kmod-ledtrig-usbdev \ + kmod-ltq-adsl-danube-mei kmod-ltq-adsl-danube \ + kmod-ltq-adsl-danube-fw-b kmod-ltq-atm-danube \ + ltq-adsl-app ppp-mod-pppoe \ + kmod-ath5k wpad-mini \ + swconfig +endef + +$(eval $(call Profile,GIGASX76X)) |