From b47906964d49b129ea92df095b514e950b47cdfd Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 12 Apr 2011 09:29:10 +0000 Subject: ar71xx: Add support for WZR-HP-G301NH Add support for the Buffalo WZR-HP-G301NH. The only difference between it and the WZR-HP-G00NH is that it has a RTL8366RB instead of a RTL8366S. Since we don't do runtime detection of the switch, we need a separate machine definition for it. While we are at it, also rename the profile to reflect that it now is for more than one device. Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26601 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/generic/profiles/buffalo.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'target/linux/ar71xx/generic/profiles') diff --git a/target/linux/ar71xx/generic/profiles/buffalo.mk b/target/linux/ar71xx/generic/profiles/buffalo.mk index 35c7cc34b..59ddd86cb 100644 --- a/target/linux/ar71xx/generic/profiles/buffalo.mk +++ b/target/linux/ar71xx/generic/profiles/buffalo.mk @@ -5,13 +5,13 @@ # See /LICENSE for more information. # -define Profile/WZRHPG300NH - NAME:=Buffalo WZR-HP-G300NH +define Profile/WZRHPG30XNH + NAME:=Buffalo WZR-HP-G30XNH PACKAGES:=kmod-ath9k wpad-mini kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev endef -define Profile/WZRHPG300NH/Description - Package set optimized for the Buffalo WZR-HP-G300NH +define Profile/WZRHPG30XNH/Description + Package set optimized for the Buffalo WZR-HP-G300NH and WZR-HP-G301NH endef -$(eval $(call Profile,WZRHPG300NH)) +$(eval $(call Profile,WZRHPG30XNH)) -- cgit v1.2.3