summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway/profiles
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-06-08 17:57:55 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-06-08 17:57:55 +0000
commit081409708114c51958e980c0988c8571d2a34a02 (patch)
treeffd7da1e43d27e2a2244b1a7c54a3dd1307e6057 /target/linux/lantiq/xway/profiles
parent3f4aa5554a293a2d9405d94e237ae86ac1fa3eaa (diff)
[lantiq]
* fixes spi flash for ar9 * adds limited support for netgear dgn3500 (enough for others to start working with) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27137 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/xway/profiles')
-rw-r--r--target/linux/lantiq/xway/profiles/003-netgear.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/profiles/003-netgear.mk b/target/linux/lantiq/xway/profiles/003-netgear.mk
new file mode 100644
index 000000000..51a98bb2d
--- /dev/null
+++ b/target/linux/lantiq/xway/profiles/003-netgear.mk
@@ -0,0 +1,11 @@
+define Profile/DGN3500B
+ NAME:=DGN3500B
+ PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-leds-gpio
+endef
+
+define Profile/DGN3500B/Description
+ Netgear DGN3500B
+endef
+
+$(eval $(call Profile,DGN3500B))
+