diff options
author | John Crispin <john@openwrt.org> | 2014-07-28 08:06:40 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-28 08:06:40 +0000 |
commit | 3836d40a8aec5ba4fe629b5c2578ebcf18c5c56e (patch) | |
tree | 01c507cd0f27d59d96782b70cdc9b3ac66bf7a4a /target/linux/lantiq | |
parent | 1cb1041c55509b804d283d743757c5be462708d5 (diff) | |
download | upstream-3836d40a8aec5ba4fe629b5c2578ebcf18c5c56e.tar.gz upstream-3836d40a8aec5ba4fe629b5c2578ebcf18c5c56e.tar.bz2 upstream-3836d40a8aec5ba4fe629b5c2578ebcf18c5c56e.zip |
lantiq: fix dgn3500 ethernet
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41854
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/xway/profiles/netgear.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/xway/profiles/netgear.mk b/target/linux/lantiq/xway/profiles/netgear.mk index 0c6ee65757..e29f711a64 100644 --- a/target/linux/lantiq/xway/profiles/netgear.mk +++ b/target/linux/lantiq/xway/profiles/netgear.mk @@ -5,7 +5,7 @@ define Profile/DGN3500 kmod-ltq-adsl-ar9-mei kmod-ltq-adsl-ar9 \ kmod-ltq-adsl-ar9-fw-a kmod-ltq-atm-ar9 \ ltq-adsl-app ppp-mod-pppoa \ - kmod-ltq-deu-ar9 + kmod-ltq-deu-ar9 swconfig endef $(eval $(call Profile,DGN3500)) @@ -17,7 +17,7 @@ define Profile/DGN3500B kmod-ltq-adsl-ar9-mei kmod-ltq-adsl-ar9 \ kmod-ltq-adsl-ar9-fw-b kmod-ltq-atm-ar9 \ ltq-adsl-app ppp-mod-pppoa \ - kmod-ltq-deu-ar9 + kmod-ltq-deu-ar9 swconfig endef $(eval $(call Profile,DGN3500B)) |