From 081409708114c51958e980c0988c8571d2a34a02 Mon Sep 17 00:00:00 2001 From: blogic Date: Wed, 8 Jun 2011 17:57:55 +0000 Subject: [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 --- target/linux/lantiq/xway/profiles/003-netgear.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/linux/lantiq/xway/profiles/003-netgear.mk (limited to 'target/linux/lantiq/xway/profiles/003-netgear.mk') 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)) + -- cgit v1.2.3