Author: luka
Date: 2015-11-10 01:17:01 +0100 (Tue, 10 Nov 2015)
New Revision: 47436

Modified:
   trunk/target/linux/kirkwood/image/Makefile
   trunk/target/linux/kirkwood/profiles/115-router.mk
Log:
kirkwood: rename EA3500/EA4500 profiles

Match the engineering board names now used elsewhere.

Signed-off-by: Claudio Leite <[email protected]>

Modified: trunk/target/linux/kirkwood/image/Makefile
===================================================================
--- trunk/target/linux/kirkwood/image/Makefile  2015-11-10 00:16:56 UTC (rev 
47435)
+++ trunk/target/linux/kirkwood/image/Makefile  2015-11-10 00:17:01 UTC (rev 
47436)
@@ -26,7 +26,7 @@
   BLOCKSIZE := 16KiB
   KERNEL_SIZE := 2624k
   FILESYSTEMS := squashfs
-  PROFILES := EA3500
+  PROFILES := AUDI
   IMAGES := factory.bin sysupgrade.tar
   IMAGE/factory.bin := append-kernel $$$$(KERNEL_SIZE) | append-ubi
   IMAGE/sysupgrade.tar := sysupgrade-nand
@@ -39,7 +39,7 @@
   BLOCKSIZE := 128KiB
   KERNEL_SIZE := 2688k
   FILESYSTEMS := squashfs
-  PROFILES := EA4500
+  PROFILES := VIPER
   IMAGES := factory.bin sysupgrade.tar
   IMAGE/factory.bin := append-kernel $$$$(KERNEL_SIZE) | append-ubi
   IMAGE/sysupgrade.tar := sysupgrade-nand

Modified: trunk/target/linux/kirkwood/profiles/115-router.mk
===================================================================
--- trunk/target/linux/kirkwood/profiles/115-router.mk  2015-11-10 00:16:56 UTC 
(rev 47435)
+++ trunk/target/linux/kirkwood/profiles/115-router.mk  2015-11-10 00:17:01 UTC 
(rev 47436)
@@ -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))
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to