From 7ab73136ccc29f38ab92e5716b16a4c2e7e3285d Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 17 Dec 2013 22:14:13 +0000 Subject: ar71xx: enable images for WD My Net N750 Now that the switch works correctly we can enable the images for this board. Flashing from the factory firmware, the factory failsafe loader and sysupgrade was tested successfully. Signed-off-by: Felix Kaechele Patchwork: http://patchwork.openwrt.org/patch/4617/ Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39130 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/generic/profiles/wd.mk | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'target/linux/ar71xx/generic') diff --git a/target/linux/ar71xx/generic/profiles/wd.mk b/target/linux/ar71xx/generic/profiles/wd.mk index badee449f1..b8cb99b94e 100644 --- a/target/linux/ar71xx/generic/profiles/wd.mk +++ b/target/linux/ar71xx/generic/profiles/wd.mk @@ -15,6 +15,15 @@ define Profile/MYNETN600/Description endef $(eval $(call Profile,MYNETN600)) +define Profile/MYNETN750 + NAME:=WD My Net N750 + PACKAGES:=kmod-usb-core kmod-usb2 +endef +define Profile/MYNETN750/Description + Package set optimized for the WD My Net N750 device. +endef + +$(eval $(call Profile,MYNETN750)) define Profile/MYNETREXT NAME:=WD My Net Wi-Fi Range Extender -- cgit v1.2.3