summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway/profiles
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-06-08 17:57:55 +0000
committerJohn Crispin <john@openwrt.org>2011-06-08 17:57:55 +0000
commited0e649a5b0b4664eeb85a6137542ec4c0de7513 (patch)
tree300e49443e1fb32c602242aeb9e7ce0cb70b1e60 /target/linux/lantiq/xway/profiles
parent4cbdfb6d927540302db026e032a13a92cbf135d3 (diff)
downloadmaster-31e0f0ae-ed0e649a5b0b4664eeb85a6137542ec4c0de7513.tar.gz
master-31e0f0ae-ed0e649a5b0b4664eeb85a6137542ec4c0de7513.tar.bz2
master-31e0f0ae-ed0e649a5b0b4664eeb85a6137542ec4c0de7513.zip
* fixes spi flash for ar9
* adds limited support for netgear dgn3500 (enough for others to start working with) SVN-Revision: 27137
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 0000000000..51a98bb2d4
--- /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))
+