From 66383f437326305e90d1dc414fba2d414bb41327 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Tue, 10 Nov 2015 00:17:01 +0000 Subject: kirkwood: rename EA3500/EA4500 profiles Match the engineering board names now used elsewhere. Signed-off-by: Claudio Leite git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47436 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/kirkwood/profiles/115-router.mk | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'target/linux/kirkwood/profiles') diff --git a/target/linux/kirkwood/profiles/115-router.mk b/target/linux/kirkwood/profiles/115-router.mk index c01bef7020..7983755142 100644 --- a/target/linux/kirkwood/profiles/115-router.mk +++ b/target/linux/kirkwood/profiles/115-router.mk @@ -5,28 +5,28 @@ # See /LICENSE for more information. # -define Profile/EA3500 - NAME:=Linksys EA3500 +define Profile/AUDI + NAME:=Linksys EA3500 (Audi) PACKAGES:= \ kmod-mwl8k kmod-usb2 kmod-usb-storage \ swconfig wpad-mini endef -define Profile/EA3500/Description +define Profile/AUDI/Description Package set compatible with Linksys EA3500 board. endef -$(eval $(call Profile,EA3500)) +$(eval $(call Profile,AUDI)) -define Profile/EA4500 - NAME:=Linksys EA4500 +define Profile/VIPER + NAME:=Linksys E4200v2 / EA4500 (Viper) PACKAGES:= \ kmod-mwl8k kmod-usb2 kmod-usb-storage \ swconfig wpad-mini endef -define Profile/EA4500/Description - Package set compatible with Linksys EA4500 board. +define Profile/VIPER/Description + Package set compatible with Linksys E4200v2 and EA4500 boards. endef -$(eval $(call Profile,EA4500)) +$(eval $(call Profile,VIPER)) -- cgit v1.2.3