aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-09-17 21:46:04 +0000
committerJohn Crispin <john@openwrt.org>2013-09-17 21:46:04 +0000
commitcd668944ef699762d4269ad71263ffe99c93ea8c (patch)
treea67cbda73d6d333e3b56bc596dbd025b1087a68d /target/linux
parent18b76c66fbfea0e21ff66c6df432fa109c5bbb43 (diff)
downloadupstream-cd668944ef699762d4269ad71263ffe99c93ea8c.tar.gz
upstream-cd668944ef699762d4269ad71263ffe99c93ea8c.tar.bz2
upstream-cd668944ef699762d4269ad71263ffe99c93ea8c.zip
lantiq: add wifi eep to a803 dts file
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38030
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/lantiq/dts/ARV752DPW22.dts5
-rw-r--r--target/linux/lantiq/xway/profiles/arv.mk1
2 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/ARV752DPW22.dts b/target/linux/lantiq/dts/ARV752DPW22.dts
index 3ae40a59f3..ec4a3abf57 100644
--- a/target/linux/lantiq/dts/ARV752DPW22.dts
+++ b/target/linux/lantiq/dts/ARV752DPW22.dts
@@ -139,6 +139,11 @@
};
+ ralink_eep {
+ compatible = "ralink,eeprom";
+ ralink,eeprom = "RT2860.eeprom";
+ };
+
gpio-keys-polled {
compatible = "gpio-keys-polled";
#address-cells = <1>;
diff --git a/target/linux/lantiq/xway/profiles/arv.mk b/target/linux/lantiq/xway/profiles/arv.mk
index 32bab8f643..a7da3a21ea 100644
--- a/target/linux/lantiq/xway/profiles/arv.mk
+++ b/target/linux/lantiq/xway/profiles/arv.mk
@@ -121,6 +121,7 @@ define Profile/ARV752DPW22
kmod-ltq-adsl-danube-fw-b kmod-ltq-atm-danube \
ltq-adsl-app ppp-mod-pppoa \
kmod-ltq-tapi kmod-ltq-vmmc \
+ kmod-rt2800-pci wpad-mini \
swconfig
endef